Files
zopu-code/bts.jsonc
2026-07-19 02:46:47 +05:30

32 lines
1.3 KiB
JSON

// Better-T-Stack
//
// Website: https://www.better-t-stack.dev/
// Stack Builder: https://www.better-t-stack.dev/new
// Analytics: https://www.better-t-stack.dev/analytics
// Showcase: https://www.better-t-stack.dev/showcase
// Sponsor: https://github.com/sponsors/AmanVarshney01
//
// Add new addons with: bun create better-t-stack add
// This file is safe to delete
{
"$schema": "https://r2.better-t-stack.dev/schema.json",
"version": "3.36.3",
"createdAt": "2026-07-18T21:14:36.246Z",
"reproducibleCommand": "bun create better-t-stack@latest code --frontend react-router native-uniwind --backend convex --runtime none --database none --orm none --api none --auth better-auth --payments none --addons electrobun mcp opentui oxlint skills ultracite vite-plus --examples todo --db-setup none --web-deploy none --server-deploy none --git --package-manager bun --install",
"database": "none",
"orm": "none",
"backend": "convex",
"runtime": "none",
"frontend": ["react-router", "native-uniwind"],
"addons": ["electrobun", "mcp", "opentui", "oxlint", "skills", "ultracite", "vite-plus"],
"examples": ["todo"],
"auth": "better-auth",
"payments": "none",
"packageManager": "bun",
"dbSetup": "none",
"api": "none",
"webDeploy": "none",
"serverDeploy": "none",
}