Production-Ready Full-Stack Starter Kit for Bootstrapped Founders
FastAPI + Lit + PostgreSQL + Redis - Zero to MVP in minutes
The only complete full-stack solution that gets you from idea to production-ready MVP with:
- β‘ 5-minute setup to running application
- π° <$15/month operating costs during validation
- ποΈ Production-ready security, testing, and deployment
- π Enterprise-grade architecture that scales
- π Security-first with comprehensive threat protection
- Backend: FastAPI + SQLModel + PostgreSQL + Redis + Celery background tasks
- Frontend: Lit 4.0 web components + PWA + comprehensive testing
- Security: JWT auth, rate limiting, security headers, threat detection
- Infrastructure: Docker containers + health monitoring + deployment automation
- Testing: 95%+ backend coverage, 98%+ frontend stability
- Documentation: Complete guides for development, deployment, and operations
Transform your ideas into live, scalable applications in under 30 minutes!
# 1. Install Bun for maximum performance (76x faster)
curl -fsSL https://bun.sh/install | bash
# 2. Start the advanced playground
cd frontend
bun install # 783ms vs npm's 30-60s
bun run playground # Opens at http://localhost:8080
# 3. Click "π Build App" and follow the 4-step wizard
Complete Zero-to-Production Guide: ZERO_TO_PRODUCTION_GUIDE.md
- β 26 Production-Ready Components - Atoms β Molecules β Organisms
- β One-Click Deployment - Netlify, Vercel, Railway integration
- β Health Monitoring - Built-in uptime and performance tracking
- β 76x Faster Performance - Bun runtime optimization
- β Complete App Templates - Frontend, Full-Stack, API-Only, E-commerce
- β Security Hardened - HTTPS, CSP headers, input validation
- β Production Optimized - CDN, caching, compression, monitoring
For traditional development workflow:
# Clone and setup (creates .env, builds containers)
git clone https://github.com/yourusername/neoforge.git
cd neoforge
make setup
# Start development environment
make dev
π That's it! Your app is running at:
- API: localhost:8000
- Docs: localhost:8000/docs
- Health: localhost:8000/health
π Complete Documentation Hub
I'm a... | Go to... |
---|---|
π New Developer | Quick Start Guide |
π» Active Developer | Development Guide |
ποΈ Technical Lead | Architecture Guide |
π DevOps Engineer | Operations Guide |
π Looking for Reference | API & Component Docs |
β
Backend: 95%+ test coverage, 280+ tests, production-ready with background tasks
β
Frontend: 98.5% test stability, 711+ passing tests, comprehensive integration
β
Security: 2 low-severity issues (down from 8 critical/moderate)
β
Dependencies: Optimized (1,222 packages, -123 cleanup)
β
Performance: 646ms builds, optimal bundle sizes
See Technical Debt Resolution Report for complete improvement details.
make setup # Initial setup
make dev # Start development environment
make test # Run all tests
make health # Check service health
make clean # Clean up containers
All commands: make help
- FastAPI - Modern async Python web framework
- SQLModel - Type-safe database operations
- PostgreSQL - Production database
- Redis - Caching and task queue
- Celery - Background task processing
- Lit 4.0 - Modern web components
- TypeScript - Type safety
- Vite - Fast development and building
- PWA - Progressive web app support
- Docker - Containerized development and deployment
- Make - Task automation
- GitHub Actions - CI/CD pipeline
- Health Monitoring - Comprehensive service health checks
New to the project? β Contributing Guide
Questions? β GitHub Issues
MIT License - see LICENSE file for details.
Ready to build your next big idea? π
Get Started β
Built with β€οΈ for Bootstrapped Founders