Selected work
Portfolio
Four applications designed, built, and shipped end to end, plus a Laravel case study. Each one is here in full: the interface, the feature set, and the stack it runs on. At the bottom, the open-source side: a community component lab and public repositories you can read line by line.
01 / Case study
Laravel Application Example
A read-only Laravel admin dashboard with role-based auth and full CRUD, live and explorable with a public demo login.
This is a working Laravel application I built to demonstrate a typical internal business dashboard: server-rendered department and inventory views, role-based authentication that gates who can create or edit records, and full create-read-update-delete flows behind it. The screenshot shows the departments overview, one slice of a CRUD-driven admin built on Laravel and styled with Tailwind.
It comes out of ongoing freelance work as a web and desktop developer (Fall 2024 to present), where I have shipped Laravel dashboards with role-based access, automated release scripts and testing, and Tauri desktop utilities that take the friction out of repetitive tasks. I built a steady stream of projects across that stack while earning my Associate degree.
- PHP
- Laravel
- Tailwind
Also in my stack:
- Tauri
- Rust
- JavaScript
- C#
01 / 04
Capital Monitor
Local-first personal finance and budgeting
A professional-grade personal finance app built as an installable Progressive Web App with a Tauri desktop build. It tracks income and expenses with smart categorization across multiple currencies, turns transactions into interactive analytics, and layers budgets, savings goals, and multi-account support on top. Everything runs entirely on your device: there is no server, no account, and no tracking. Shipped to the Mac App Store.
- Income and expense tracking with smart categorization
- Multi-currency with automatic conversion
- Receipt OCR scanning and voice entry
- Analytics: spending charts, monthly trends, anomaly detection
- Budgets with alerts and recurring schedules
- Savings goals with progress tracking
- Multi-account support: checking, savings, credit, investments
- Full transaction history and audit trail
- Command palette (Ctrl+K) and keyboard shortcuts
- 100 percent client-side, offline PWA, optional password lock
Built with
- PWA
- Tauri
- Chart.js
- Multi-currency
- Offline-first
- Client-side
Progressive Web App and desktop
02 / 04
Stealth AI
A cross-platform desktop client for local AI
A native desktop AI client that talks to local models without a cloud round trip. Stealth AI supports both Ollama and Docker Desktop as model providers, detects Docker AI models across macOS, Windows, and Linux, and lets you start or stop containers straight from the interface. The chat UI stays clean while a Rust and Tauri backend does the heavy lifting.
- Dual provider support: Ollama and Docker Desktop
- Docker AI model detection across macOS, Windows, and Linux
- Start and stop containers from the UI
- Model management with real-time status
- Clean, focused chat interface
- Zustand state management
- Fully typed in TypeScript
- Rust and Tauri backend
Built with
- Tauri
- React
- TypeScript
- Tailwind CSS
- Zustand
- Rust
Desktop application
03 / 04
Resume Artisan
ATS-friendly resumes with live preview
A cross-platform desktop resume builder, built on Tauri 2 and React, with fifteen ATS-optimized templates across four categories, live preview, a built-in ATS checker, and one-click export to PDF, PNG, JSON, or print. It auto-saves every thirty seconds, holds multiple resumes at once, and recommends templates with AI. Live on the Mac App Store and the DevWharf store on Gumroad.
- 15 ATS-optimized templates in 4 categories
- Live preview as you type
- Built-in ATS compatibility checker
- Export to PDF, PNG, JSON, or print
- Dark mode editor
- Auto-save every 30 seconds
- Multiple resumes with JSON import and export
- Template search, filtering, and AI recommendations
- 4 color variants per template
- Section management and smart tips
Built with
- React
- Tauri
- ATS-optimized
- PDF export
- Dark mode
- Auto-save
Desktop application
04 / 04
Saltkey
Strong passwords with real strength analysis
A cross-platform desktop password generator and analyzer built with Tauri v2 (Rust) and React. It creates cryptographically secure passwords in random, pattern-based, or pronounceable modes, scores every one in real time for strength, entropy, and time to crack, and generates up to a thousand at once. A searchable history, five export formats, quick-apply templates, and saved profiles round it out. Sandboxed and shipping to the Mac App Store.
- Three modes: random, pattern-based, and pronounceable
- Cryptographically secure generation
- Extended character sets with ambiguous-character exclusion
- Real-time strength, entropy, and time-to-crack analysis
- Bulk generation of up to 1000 passwords
- Searchable, sortable history with strength scores
- Export to TXT, CSV, JSON, HTML, or Markdown
- Quick-apply templates: Web Login, WiFi, Banking, PIN, API Key, SSH
- Settings profiles: Web Standard, High Security, Memorable
- Keyboard shortcuts and JSON profile import and export
Built with
- Tauri
- React
- Vite
- Rust
- Cross-platform
- Entropy scoring
Desktop application
Every project here was designed, built, and shipped solo. Want something like one of these built for your business?
Back to projectsOpen source
Public code, readable end to end
The work you can audit before you ever hire me
Everything above ships as a product. This section is the part you can open in another tab and read: a community component laboratory, a full-stack authentication case study, and a shelf of small, finished tools. If you want to know how I actually write software, it is all public.
- Frontend Playground. A community laboratory for UI components: browse, submit, and rate reusable interface patterns, with a React front end and an API-first backend. Built to explore what makes interfaces feel finished.
- Cordino Signup System (PHP-Auth). A complete signup and authentication case study: React 18 and TypeScript front end, PHP 8.3 / Laravel 11 REST API, role-based access control, and a MACH-inspired architecture, the same discipline that goes into client systems.
- Ten finished tools. EventForge, FlickFinder, GlucoCalc, GrepKit, GridLock, RegEx, ShelfStock, ShowScout, SnakeEyes, and TuneBox: small utilities taken all the way to done, because finishing is the skill.
Where it lives
- github.com/TheSixEyes
- React
- TypeScript
- Laravel
- PHP 8.3
- Docker