Skip to content

agalitsyn/vibecoder-heaven-fullstack-ts

Repository files navigation

Fullstack TS

A production-ready starter template with authentication, file storage, API keys, and an admin panel. Built with TanStack Start, Drizzle ORM, and PostgreSQL.

Getting Started

cp apps/web/.env.example apps/web/.env
pnpm install

Start infrastructure (PostgreSQL + MinIO):

pnpm dev-infra

Apply database schema and seed admin user:

pnpm db:push
pnpm db:seed
Email Password Role
admin@example.com adminadmin admin

Admin users have access to the admin panel at /admin.

Start the dev server:

pnpm dev

App runs at http://localhost:3000

Test Users

Run pnpm db:seed:testdata:

Build

pnpm build
pnpm start

About

Vibe-code like you're in heaven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors