Brazilian ERP in the style of Bling/Olist. Stack: TanStack Start (React SSR), Better Auth, Drizzle ORM (Neon PostgreSQL), shadcn/ui, Tailwind v4.
See CLAUDE.md for an overview of the project structure, commands, environment variables, and documentation rules.
bun install
bun devnpx shadcn@latest add buttonThis will place the UI components in the src/components/ui directory.
import { Button } from "@/components/ui/button";- Project overview: CLAUDE.md
- Feature specs: docs/features/
- Implementation plan: docs/implementation-plan.md
- Server Functions + React Query pattern: docs/patterns/server-query-pattern.md