Things I've Built

A closer look at the apps, platforms, and open-source work behind the résumé bullets.

~/projects $ ls -la

📺
thestatus.dev
The Status landing page

Full-Stack · 2025–2026

The Status

A real-time order-status display for service businesses — restaurants, food trucks, coffee shops, and auto shops. Orders progress live on customer-facing TV monitors, cutting down "is it ready yet?" anxiety.

  • Real-time order tracking over WebSockets with polling fallback.
  • Three customizable stages: Initial → In Progress → Complete.
  • React dashboard (JWT auth) plus a Flutter mobile app, The Status Lite.
  • REST API with dual auth — JWT for users, API keys for POS webhooks.
TypeScriptExpress.jsPrismaMySQLReactFlutter
Visit thestatus.dev
🏠
hbnation.co
Home Buyer Nation landing page

Full-Stack · 2025–Present

Home Buyer Nation

A real estate web application built as an alternative to Zillow — connecting buyers, sellers, agents, and service providers in one platform. My current role.

  • Tailored experiences for four audiences: buyers, sellers, agents, and pros.
  • Laravel 11 API backing a reactive Vue.js front end.
  • Listing search, agent discovery, and account flows.
Laravel 11Vue.jsTailwind CSSMySQL
Visit hbnation.co

Personal & Freelance Projects

Side work and open source.

🏡
ajlang.org
AJ Lang Property Management website

Freelance

AJ Lang Property Management

A property management company website with browsable rental listings by type, online rent payment, and an application flow — built for a real local business.

  • Listings grouped by category with live availability and pricing.
  • Online rent payment and "ready to apply" entry points.
  • Server-driven SPA with Inertia.js bridging Laravel and React.
LaravelReactInertia.jsTailwind CSS
Visit ajlang.org
🎙️
coreylang.github.io/php-elevenlabs-ai
PHP ElevenLabs AI library documentation

Open Source · MIT

PHP ElevenLabs AI

An open-source PHP package that wraps the ElevenLabs Conversational AI API in a clean, developer-friendly interface — turn text into lifelike speech without wrestling with configs.

  • Intuitive methods for outbound calls, batch calling, and more.
  • Drops into any PHP app or framework.
  • Installable in one line via Composer.
composer require coreylang/php-elevenlabs-ai
PHPComposerREST APIMIT License
View the docs