AI Tech Stack for Startups

23 items
Convex preview
Convex icon

Convex

Open-source reactive backend-as-a-service with real-time sync. TypeScript-first with auto-generated APIs, built-in auth, and cron jobs. Went open-source in Feb 2025, now self-hostable with Postgres/MySQL/SQLite. Higher learning curve than Firebase or Supabase, but best DX once you learn it — AI-native and you're less likely to hit walls that force refactoring as your app grows. Queries run directly in the database with no cache invalidation needed.

Backend Database
Supabase preview
Supabase icon

Supabase

Open-source Firebase alternative built on Postgres. Best quick-to-setup backend when vibecoding or prototyping — get auth, real-time subscriptions, storage, and edge functions running in minutes. Self-hostable with predictable pricing. Great for MVPs and hackathons where speed matters most.

Backend Database
Trigger.dev preview
Trigger.dev icon

Trigger.dev

Open-source durable workflow and background jobs platform for TypeScript. Handles long-running AI workflows, retries, queues, and human-in-the-loop approvals with no timeouts. Better experience than Inngest in practice — excels at tasks like video processing and multi-step AI pipelines. Pay-as-you-go model. V3 brought major improvements though migration from V2 had some pain points.

Backend Jobs
Tailwind CSS preview
Tailwind CSS icon

Tailwind CSS

Utility-first CSS framework and the industry standard for modern web apps. Perfect for AI-assisted coding — LLMs generate Tailwind classes reliably since the patterns are consistent and well-represented in training data. Build custom designs without leaving your HTML.

Frontend CSS
shadcn/ui preview
shadcn/ui icon

shadcn/ui

Copy-paste React components built with Radix UI and Tailwind CSS. Perfect for AI coding and shipping fast — full code ownership, WCAG compliant, and LLMs know the patterns well. 100k+ GitHub stars. The trade-off: your app might look like dozens of other startups unless you customize the theme.

Frontend Components
21st.dev preview
21st.dev icon

21st.dev

Copy-paste library of fancy animated React components. Browse, publish, and remix components with live code previews. CLI integration via npx for easy installation. Great for when you need polished, eye-catching UI elements beyond what shadcn/ui offers out of the box.

Frontend Components
PostHog preview
PostHog icon

PostHog

Open-source all-in-one product analytics with session replay, feature flags, A/B testing, and surveys. Better DX than Mixpanel — everything in one platform instead of juggling multiple tools. Generous free tier: 1M events, 5K session recordings, and more per month. Over 90% of companies use PostHog for free.

Analytics Product
Knock preview
Knock icon

Knock

Notification infrastructure for cross-channel messaging — single API for email, SMS, push, Slack, and in-app notifications. Most teams ship notifications within hours. Version-controlled templates with CLI support. Good for announcements and transactional notifications. Free tier available, $250/mo for paid plans.

Notifications Infrastructure
Sentry preview
Sentry icon

Sentry

Industry-standard application monitoring and error tracking. Real-time crash reporting with full stack traces, performance monitoring, and release tracking. Essential for any production app — catches bugs before your users report them.

Monitoring Errors
Autumn preview
Autumn icon

Autumn

YC-backed open-source billing platform built on Stripe, designed specifically for AI SaaS. Like a CMS for managing usage-based pricing, credits, subscriptions, and feature gating. Handles checkouts, upgrades, downgrades, and cancellations in 3 function calls with no webhooks needed. Saves a lot of time if you're building the typical AI SaaS pricing model.

Billing AI SaaS
Stripe preview
Stripe icon

Stripe

The industry standard payment infrastructure for the internet. Handles payments, subscriptions, invoicing, and financial reporting. Practically every SaaS startup uses Stripe — the ecosystem of wrappers and integrations (like Autumn) makes it even more powerful.

Payments Infrastructure
Firebase preview
Firebase icon

Firebase

Google's backend-as-a-service platform. Real-time database, authentication, hosting, cloud functions, and analytics. Great for rapid prototyping and MVPs, though you may outgrow it and want to migrate to something like Supabase or Convex as your app gets more complex.

Backend Google
Clerk preview
Clerk icon

Clerk

Complete authentication and user management with drop-in UI components. Integration takes 1–3 days for most projects. Free for 10K monthly active users. Great DX with flexible APIs and admin dashboards. Can get pricey at scale — around $100–$150/mo at 15K users — but the speed of integration is hard to beat.

Auth Users
Resend preview
Resend icon

Resend

Email API built for developers with the cleanest DX in the space. React Email integration lets you write email templates as React components. 3,000 emails/month free. Modern REST API with SDKs for Node.js, Python, Go, and more. Domain approval can take 1–2 business days (vs instant on SendGrid).

Email API
Bun preview
Bun icon

Bun

All-in-one JavaScript runtime, bundler, test runner, and package manager. Switching from npm is mind-blowing — package installs go from 20+ seconds to 2–3 seconds. 4x HTTP throughput vs Node.js and 10–30% less memory. Production-ready for greenfield projects, though some teams still deploy to Node for maximum ecosystem stability.

Runtime Tooling
Vercel preview
Vercel icon

Vercel

Frontend cloud platform with zero-config deployments, edge functions, and built-in analytics. Easy and quick — push to deploy and it just works. Created Next.js and the AI SDK. Can get expensive as you scale, so evaluate costs early if you expect high traffic.

Deployment Hosting
next-forge preview
next-forge icon

next-forge

Production-grade Turborepo monorepo template for Next.js, maintained by Vercel. Includes auth (Clerk), database (Prisma), payments (Stripe), docs, blog, analytics, emails, and feature flags out of the box. Opinionated but saves weeks of boilerplate setup. Monorepo structure keeps apps, packages, and docs organized from day one.

Starter Monorepo
mf² preview
mf² icon

mf²

Startup-in-a-command monorepo boilerplate built for the agent era. Bundles the recommended stack: Convex, Clerk, shadcn/ui, Tailwind CSS, PostHog, Knock, Resend, Sentry, Stripe, and Vercel AI SDK — all pre-configured. Ship with one command: npx create-mf2-app. Like next-forge but Convex-based instead of Prisma, with AI agent skills and Storybook included.

Starter Monorepo
Vercel AI SDK preview
Vercel AI SDK icon

Vercel AI SDK

TypeScript toolkit for building AI apps with 20M+ monthly downloads. Unified API across OpenAI, Anthropic, Google, and more — swap providers without rewriting code. Handles the hard parts: stream parsing, tool streaming, multi-turn execution, and error recovery. Great abstractions without being over-abstracted.

AI SDK
Mobbin preview
Mobbin icon

Mobbin

World's largest UI/UX design reference library with 400K+ screenshots from real apps. Useful when you want to see how other apps handle specific UI patterns — search by screens, UI elements, flows, or text. Figma integration for direct copying.

Design Reference
Intercom preview
Intercom icon

Intercom

AI-first customer service platform with live chat, help center, and AI agent (Fin) for support automation. Great product overall — free for startups for 1–2 years through their startup program. The catch: pricing gets ridiculously expensive after the program ends. Fin AI costs $0.99 per resolved inquiry, which adds up fast.

Support Chat
Expo preview
Expo icon

Expo

The easiest way to build cross-platform mobile apps with React Native. No Xcode or Android Studio needed for most tasks — file-based routing, over-the-air updates, and 70+ built-in APIs. Recommended by the community for 95% of React Native projects. App size starts at ~25MB which is the main trade-off.

Mobile React Native
RevenueCat preview
RevenueCat icon

RevenueCat

Stripe wrapper for mobile in-app purchases and subscriptions. Eliminates the pain of dealing with raw StoreKit and Google Play Billing — most devs get subscription handling working in a couple of hours. Handles iOS, Android, and web from one codebase. Free up to $2,500 MRR. Analytics for MRR, churn, and LTV.

Mobile Subscriptions