Bootstrap a new full-stack TypeScript web app with a database in minutes instead of hours of manual configuration
Build a Next.js app where TypeScript catches type errors across the full stack before deployment
Learn how to wire Next.js, Hono API routes, and Drizzle ORM together with end-to-end type safety
| upstash/jstack | artsy/eigen | frejs/fre | |
|---|---|---|---|
| Stars | 3,769 | 3,768 | 3,767 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Full documentation lives at an external website rather than in the repository, the README is intentionally brief and points outward.
JStack is a starter framework for building web apps with Next.js, a popular tool for creating websites and web applications using React. It combines several libraries that developers commonly use together: Next.js 15 for the application structure, Hono for handling API requests, Tailwind for styling, and Drizzle ORM for working with databases. The phrase "end-to-end typesafe" means the code is written in TypeScript in a way that catches type errors across the full stack, from the database layer to the user interface, before the app runs. The project is created by Upstash and appears to be positioned as an alternative or complement to similar starter kits like T3 Stack, which the README acknowledges. JStack was created by someone named Josh and is documented at an external website rather than in the repository itself, so the README is intentionally brief. If you want to understand what JStack includes and how to use it, the README directs you to the project's documentation site. The code is available under the MIT license.
JStack is a full-stack TypeScript starter by Upstash that bundles Next.js 15, Hono, Tailwind, and Drizzle ORM together so you can skip the boilerplate and build a typesafe web app immediately.
Mainly TypeScript. The stack also includes TypeScript, Next.js, Hono.
MIT license, use freely for any purpose including commercial projects.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.