Back to Blogs

Engineering01 Jul 2025
My 2026 Stack for Solo Full‑Stack Projects

Omer Toqeer
Author

Frontend
- Next.js (App Router)
- React + TypeScript
- Tailwind CSS + shadcn/mui where needed
Backend
- Node.js + Express or Fastify
- Prisma + PostgreSQL for most products
- Supabase or Firebase when speed matters more than control
AI & Data
- OpenAI + Anthropic for LLMs
- pgvector or a managed vector DB for RAG
- Python + Pandas when I need quick data exploration
This stack lets me go from idea → deployed product very quickly, while staying maintainable.