# Popular Indie Hacker Stack Combinations

#### Modern web stack components for building AI applications

| **Category** | **Service/Tool** | **URL** | **Description** | **Key Features** | **Pricing Model** |
| --- | --- | --- | --- | --- | --- |
| **Authentication** | Clerk | [clerk.com](http://clerk.com) | Complete auth solution | Social logins, MFA, user management, webhooks | Free tier + usage-based |
|  | Supabase Auth | [supabase.com](http://supabase.com) | Open-source auth | Email/password, OAuth, RLS, real-time | Free tier + usage-based |
|  | Auth0 | [auth0.com](http://auth0.com) | Enterprise auth platform | SSO, MFA, extensive integrations | Free tier + MAU-based |
|  | Firebase Auth | [firebase.google.com](http://firebase.google.com) | Google's auth service | Multiple providers, easy integration | Pay-as-you-go |
| **Database** | Neon | [neon.tech](http://neon.tech) | Serverless Postgres | Branching, autoscaling, modern SQL | Free tier + compute-based |
|  | PlanetScale | [planetscale.com](http://planetscale.com) | Serverless MySQL | Schema branching, horizontal scaling | Free tier + usage-based |
|  | Supabase | [supabase.com](http://supabase.com) | Open-source Firebase alternative | Postgres, real-time, auth included | Free tier + usage-based |
|  | Xata | [xata.io](http://xata.io) | Serverless data platform | Full-text search, analytics, branching | Free tier + usage-based |
| **Vector Database** | Pinecone | [pinecone.io](http://pinecone.io) | Managed vector database | AI/ML optimized, high performance | Usage-based pricing |
|  | Weaviate | [weaviate.io](http://weaviate.io) | Open-source vector DB | GraphQL, hybrid search | Self-hosted or cloud |
|  | Qdrant | [qdrant.tech](http://qdrant.tech) | Vector similarity search | High performance, filtering | Open-source + cloud |
|  | Chroma | [trychroma.com](http://trychroma.com) | AI-native open-source | Embeddings, metadata filtering | Free + enterprise |
| **Frontend Framework** | Next.js | [nextjs.org](http://nextjs.org) | React framework | SSR, API routes, optimizations | Free (Vercel hosting costs) |
|  | Remix | [remix.run](http://remix.run) | Full-stack React | Nested routing, progressive enhancement | Free |
|  | SvelteKit | [kit.svelte.dev](http://kit.svelte.dev) | Svelte framework | Fast, lightweight, great DX | Free |
|  | Nuxt.js | [nuxt.com](http://nuxt.com) | Vue.js framework | SSR, static generation, modules | Free |
| **Deployment** | Vercel | [vercel.com](http://vercel.com) | Frontend deployment | Edge functions, previews, analytics | Free tier + usage-based |
|  | Netlify | [netlify.com](http://netlify.com) | JAMstack platform | Edge functions, forms, split testing | Free tier + usage-based |
|  | Railway | [railway.app](http://railway.app) | Full-stack deployment | Databases, services, simple pricing | Usage-based |
|  | Render | [render.com](http://render.com) | Cloud platform | Static sites, web services, databases | Free tier + instance-based |
| **AI/ML APIs** | OpenAI | [openai.com](http://openai.com) | GPT models & APIs | ChatGPT, GPT-4, embeddings, fine-tuning | Token-based pricing |
|  | Anthropic | [anthropic.com](http://anthropic.com) | Claude AI models | Constitutional AI, long context | Token-based pricing |
|  | Cohere | [cohere.com](http://cohere.com) | NLP platform | Generation, classification, embeddings | API call-based |
|  | Hugging Face | [huggingface.co](http://huggingface.co) | ML model hub | Transformers, inference API, spaces | Free + compute costs |
| **File Storage** | Uploadthing | [uploadthing.com](http://uploadthing.com) | File uploads for Next.js | Type-safe, progress tracking | Free tier + storage-based |
|  | Cloudinary | [cloudinary.com](http://cloudinary.com) | Media management | Image/video optimization, transformations | Free tier + usage-based |
|  | AWS S3 | [aws.amazon.com/s3](http://aws.amazon.com/s3) | Object storage | Scalable, reliable, global | Pay-per-use |
|  | Supabase Storage | [supabase.com](http://supabase.com) | Open-source storage | RLS, CDN, image transformations | Free tier + storage-based |
| **Monitoring** | Sentry | [sentry.io](http://sentry.io) | Error tracking | Real-time alerts, performance monitoring | Free tier + error-based |
|  | LogRocket | [logrocket.com](http://logrocket.com) | Session replay | Frontend monitoring, debugging | Free tier + session-based |
|  | Axiom | [axiom.co](http://axiom.co) | Observability platform | Logs, metrics, traces for serverless | Usage-based |
|  | Posthog | [posthog.com](http://posthog.com) | Product analytics | Events, funnels, feature flags | Free tier + event-based |
| **Payments** | Stripe | [stripe.com](http://stripe.com) | Payment processing | Subscriptions, marketplaces, global | Transaction fees |
|  | LemonSqueezy | [lemonsqueezy.com](http://lemonsqueezy.com) | Merchant of record | Tax handling, global payments | Transaction fees |
|  | Paddle | [paddle.com](http://paddle.com) | Revenue platform | Subscription management, global tax | Revenue share model |
| **Email** | Resend | [resend.com](http://resend.com) | Developer-focused email | React email templates, deliverability | Free tier + email-based |
|  | SendGrid | [sendgrid.com](http://sendgrid.com) | Email delivery | Marketing, transactional, analytics | Free tier + email-based |
|  | Postmark | [postmarkapp.com](http://postmarkapp.com) | Transactional email | High deliverability, detailed analytics | Email-based pricing |
| **Styling** | Tailwind CSS | [tailwindcss.com](http://tailwindcss.com) | Utility-first CSS | Responsive, customizable, fast | Free |
|  | Shadcn/ui | [ui.shadcn.com](http://ui.shadcn.com) | Component library | Headless, customizable, TypeScript | Free |
|  | Chakra UI | [chakra-ui.com](http://chakra-ui.com) | Modular components | Accessible, themeable, React | Free |
| **State Management** | Zustand | [github.com/pmndrs/zustand](http://github.com/pmndrs/zustand) | React state management | Simple, lightweight, TypeScript | Free |
|  | Jotai | [jotai.org](http://jotai.org) | Atomic state management | Bottom-up approach, minimal boilerplate | Free |
|  | TanStack Query | [tanstack.com/query](http://tanstack.com/query) | Data fetching library | Caching, synchronization, optimistic updates | Free |

**Popular Stack Combinations:**

1. **The "Indie Hacker" Stack**: Next.js + Clerk + Neon + Vercel + Stripe + Resend
    
2. **The "All Supabase" Stack**: Next.js + Supabase (auth + DB + storage) + Vercel
    
3. **The "AI-First" Stack**: Next.js + Clerk + Pinecone + OpenAI + Uploadthing + Vercel
    
4. **The "Enterprise" Stack**: Next.js + Auth0 + PlanetScale + Railway + Stripe + SendGrid
