A VC's Modern Startup Stack
VC Nabeel Hyatt shared his preferred tech stack for modern startups, offering a glimpse into current investment-worthy choices. The list favors Convex over Supabase for its TypeScript-native backend, Drizzle over Prisma for a SQL-first ORM, and Railway over Vercel for backends needing persistent containers. For AI workflows, he picks Inngest for event handling and LanceDB for lightweight vector storage.
Nabeel Hyatt's endorsement of this stack reflects his long-standing investment thesis: product and user experience are paramount. A former entrepreneur himself, Hyatt focuses on how technology and design intersect to create revolutionary products, a principle that guided his early investments in companies like Discord and Cruise. His approach is less about market size and more about the tangible magic of a product, believing that the choices made in technology directly reflect a team's vision. The preference for Convex highlights a significant trend in startup development: the push for real-time, collaborative applications with end-to-end TypeScript safety. Unlike Supabase, which is built on the robust but traditional PostgreSQL, Convex is designed with a reactive data model at its core. This architecture is purpose-built for applications where data synchronization across clients is critical, such as in AI-powered tools and collaborative platforms, a growing focus for many new ventures. The selection of Drizzle over Prisma signals a cultural choice for engineering teams that value control and transparency. Drizzle's "SQL-first" philosophy means developers work closer to the database, which can lead to better performance optimization and a deeper understanding of query behavior. While Prisma offers a higher-level abstraction that can speed up initial development, Drizzle's approach is often favored in startups where performance is a key differentiator and engineers are expected to have a full-stack understanding. Choosing Railway for backend services is a strategic move for startups that anticipate needing more than just serverless functions. While Vercel excels at frontend deployment and serverless logic, Railway's support for persistent containers makes it ideal for running databases, background workers, and other long-running processes. This flexibility is crucial for many AI applications that require persistent connections or custom infrastructure, a limitation of purely serverless platforms. Many startups are now adopting a hybrid approach, using Vercel for the frontend and Railway for more complex backend needs. For AI-driven startups, the combination of Inngest and LanceDB addresses key challenges in building scalable and reliable systems. Inngest provides a durable, event-driven workflow engine that can manage long-running AI tasks, handle retries, and orchestrate complex chains of events without the need for traditional message queues. This is complemented by LanceDB's lightweight and efficient vector storage, which is optimized for fast, low-latency queries directly from object storage like S3, making it well-suited for serverless and edge AI applications. For a computer science student targeting high-growth startups, a portfolio showcasing projects built with this stack would be highly compelling to hiring managers. It demonstrates an understanding of modern, production-ready tools and a forward-thinking approach to software development. Recruiters in 2026 are increasingly looking for engineers with specialized skills in AI/ML and cloud-native technologies. Experience with a TypeScript-native backend, a SQL-first ORM, and flexible deployment platforms aligns directly with the needs of agile, product-focused engineering teams.