{"id":27070295,"url":"https://github.com/amanvarshney01/create-better-t-stack","last_synced_at":"2026-05-11T09:54:49.616Z","repository":{"id":276845298,"uuid":"930459670","full_name":"AmanVarshney01/create-better-t-stack","owner":"AmanVarshney01","description":"A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations","archived":false,"fork":false,"pushed_at":"2025-04-05T17:45:41.000Z","size":1072,"stargazers_count":238,"open_issues_count":6,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T18:27:22.042Z","etag":null,"topics":["better-auth","bun","clack-prompt","cli","commander","drizzle-orm","fumadocs","hono","prisma","shadcn-ui","tailwindcss","tanstack-router","turborepo","typescript"],"latest_commit_sha":null,"homepage":"https://better-t-stack.pages.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmanVarshney01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-10T17:06:23.000Z","updated_at":"2025-04-05T17:45:44.000Z","dependencies_parsed_at":"2025-03-01T18:20:26.424Z","dependency_job_id":"6abc987c-1317-4e6e-bf84-b299b37944dc","html_url":"https://github.com/AmanVarshney01/create-better-t-stack","commit_stats":null,"previous_names":["fgrreloaded/better-t-stack-cli","fgrreloaded/create-better-t-stack","better-t-stack/create-better-t-stack","amanvarshney01/create-better-t-stack"],"tags_count":81,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanVarshney01%2Fcreate-better-t-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanVarshney01%2Fcreate-better-t-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanVarshney01%2Fcreate-better-t-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanVarshney01%2Fcreate-better-t-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmanVarshney01","download_url":"https://codeload.github.com/AmanVarshney01/create-better-t-stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247407401,"owners_count":20934028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["better-auth","bun","clack-prompt","cli","commander","drizzle-orm","fumadocs","hono","prisma","shadcn-ui","tailwindcss","tanstack-router","turborepo","typescript"],"created_at":"2025-04-05T22:20:30.634Z","updated_at":"2026-05-11T09:54:49.594Z","avatar_url":"https://github.com/AmanVarshney01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Better-T-Stack\n\nA modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations\n\n\u003cbr /\u003e\n\u003ca href=\"https://vercel.com/oss\"\u003e\n  \u003cimg alt=\"Vercel OSS Program\" src=\"https://vercel.com/oss/program-badge.svg\" /\u003e\n\u003c/a\u003e\n\n## Sponsors\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://sponsors.better-t-stack.dev/sponsors.png\" alt=\"Sponsors\"\u003e\n\u003c/p\u003e\n\n![demo](https://github.com/user-attachments/assets/12fd4d67-8494-462a-8124-76670798308a)\n\n## Philosophy\n\n- Roll your own stack: you pick only the parts you need, nothing extra.\n- Minimal templates: bare-bones scaffolds with zero bloat.\n- Latest dependencies: always use current, stable versions by default.\n- Free and open source: forever.\n\n## Quick Start\n\n```bash\n# Using bun (recommended)\nbun create better-t-stack@latest\n\n# Using pnpm\npnpm create better-t-stack@latest\n\n# Using npm\nnpx create-better-t-stack@latest\n```\n\n## Features\n\n- Frontend: React (TanStack Router, React Router, TanStack Start), Next.js, Nuxt, Svelte, Solid, Astro, React Native (Bare, NativeWind, Unistyles), or none\n- Backend: Hono, Express, Fastify, Elysia, Self (fullstack web app), Convex, or none\n- API: tRPC or oRPC (or none)\n- Runtime: Bun, Node.js, or Cloudflare Workers\n- Databases: SQLite, PostgreSQL, MySQL, MongoDB (or none)\n- ORMs: Drizzle, Prisma, Mongoose (or none)\n- Auth: Better Auth or Clerk (optional)\n- Addons: Turborepo, Nx, PWA, Tauri, Electrobun, Biome, Lefthook, Husky, Starlight, Fumadocs, Ultracite, Oxlint, MCP, OpenTUI, WXT, Skills\n- Examples: Todo, AI\n- DB Setup: Turso, Neon, Supabase, Prisma PostgreSQL, MongoDB Atlas, Cloudflare D1, Docker\n- Web Deploy: Cloudflare Workers\n\nType safety end-to-end, clean monorepo layout, and zero lock-in: you choose only what you need.\n\n## Repository Structure\n\nThis repository is organized as a monorepo containing:\n\n- **CLI**: [`apps/cli`](apps/cli) - The scaffolding CLI tool\n- **Documentation**: [`apps/web`](apps/web) - Official website and documentation\n\n## Documentation\n\nVisit [better-t-stack.dev](https://better-t-stack.dev) for full documentation, guides, and examples. You can also use the visual Stack Builder at `https://better-t-stack.dev/new` to generate a command for your stack.\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/AmanVarshney01/create-better-t-stack.git\n\n# Install dependencies\nbun install\n\n# Start CLI development\nbun dev:cli\n\n# Start website development\nbun dev:web\n```\n\n## Want to contribute?\n\nPlease read the Contribution Guide first and open an issue before starting new features to ensure alignment with project goals.\n\n- Docs: [`./apps/web/content/docs/contributing.mdx`](./apps/web/content/docs/contributing.mdx)\n- Repo guide: [`./.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md)\n\n## Star History\n\n\u003ca href=\"https://www.star-history.com/#AmanVarshney01/create-better-t-stack\u0026Date\"\u003e\n \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=AmanVarshney01/create-better-t-stack\u0026type=Date\u0026theme=dark\" /\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=AmanVarshney01/create-better-t-stack\u0026type=Date\" /\u003e\n   \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=AmanVarshney01/create-better-t-stack\u0026type=Date\" /\u003e\n \u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanvarshney01%2Fcreate-better-t-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famanvarshney01%2Fcreate-better-t-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanvarshney01%2Fcreate-better-t-stack/lists"}