Typebase - Single-folder TypeScript backend
Show HN: Typebase – A single-folder back end you write in TypeScript
Typebase is a developer tool that turns your backend into a single folder of TypeScript files. Define your database schema, server actions, and auth in a `typebase/` folder inside your app. One command deploys a fully typed server that your frontend calls like local functions. It offers end-to-end type safety, explicit authorization, and supports deployment to Vercel, Cloudflare Workers, or Deno Deploy with Postgres on Neon. With no vendor lock-in and idiomatic clients for Next.js, SvelteKit, Nuxt, and Expo, Typebase combines the DX of Convex with the openness of Supabase.
The same code your agent writes is the code your compiler checks.