Example Apps
Complete example applications built with Lumen
Lumen Next.js Starter
A complete SaaS boilerplate with Lumen, Next.js, and Supabase. Perfect for building subscription-based applications with AI features.
What's included:
- Supabase authentication (magic links + OAuth)
- Lumen billing and subscription management
- AI chat interface powered by Lumen
- Tailwind CSS + shadcn/ui components
- Ready for deployment on Vercel
git clone https://github.com/pretzelai/lumen-nextjs-starter
cd lumen-nextjs-starter
npm install
cp .env.example .env.local # Add your API keys
npm run dev
View on GitHub → | Live Demo →
Try the Demo
The live demo shows a complete working application:
- Sign up with email or OAuth
- Explore the AI chat (requires login)
- See billing integration in action
- Test feature access control
This demonstrates how Lumen handles user entitlements, usage tracking, and subscription management in a real application.