Prompt Marketplace is a Laravel SaaS application I built for browsing, buying, and selling AI prompts for tools like ChatGPT, Claude, and Midjourney. It is a complete two-sided marketplace: authors create, publish, and price their prompts, while buyers search and filter by category, review and rate, save favourites, and unlock premium prompts through a Stripe-backed subscription.
The build covers the full product surface — authentication with email verification and two-factor (Laravel Fortify), subscription billing via Laravel Cashier and Stripe, an author publishing workflow, reviews and ratings, and a polished Livewire interface with full dark mode. The architecture keeps business logic in a clean service layer (PromptService, SubscriptionService, PaymentService) rather than bloating controllers.
Stack: PHP 8.3, Laravel 12, Livewire 3 + Volt + Flux UI, Tailwind CSS 4, Laravel Cashier (Stripe), Fortify, Pest. Code is public on GitHub.