Commands over code generation
Odeta orchestrates Grit Framework and JB component commands to build real apps — not hallucinated boilerplate.
Grit Framework — Your Go Backend
Every web app Odeta generates uses Grit Double: a Go API + Next.js frontend monorepo.
Go API Backend
Every web app gets a real Go API with Gin router, GORM ORM, and PostgreSQL. Not serverless functions — actual server performance.
JWT Auth Built-in
Register, login, refresh tokens, password reset, OAuth, TOTP/2FA — all built into Grit's scaffold. No AI generation needed.
Admin Panel Auto-Generated
Every grit generate resource command creates admin panel entries with data tables, create/edit forms, and search.
GORM + PostgreSQL
Type-safe database models with automatic migrations, associations, indexes, and query optimization.
Background Jobs
asynq + Redis for background processing — credit resets, email sending, image processing, deployment triggers.
Auto TypeScript Types
Grit generates Zod schemas and TypeScript types for every resource. Frontend and backend always in sync.
JB Component Registry
19 production-ready component sets. One command each. No AI generation.
Auth UI
Sign in, sign up, OAuth, password reset
Stripe UI
Pricing tables, checkout, billing portal
File Storage
Upload, progress, R2/S3 integration
Data Table
TanStack Table with sort, filter, pagination
Multi-Step Form
Stepper, validation per step, progress
Zustand Cart
Cart state, drawer, quantity management
Consent Manager
GDPR cookie consent banner
Testimonial
Customer testimonial cards
AI-Powered Build Pipeline
Odeta's AI understands your project, creates a build plan with exact commands, and executes them phase by phase with live progress streaming.
You: Build me an invoicing SaaS for freelancers
Odeta: I'll use Grit Double for this. Here's the plan:
Phase 1: grit new invoice-pro --double --next
Phase 2: grit generate resource Invoice --fields "..."
Phase 3: grit generate resource Client --fields "..."
Phase 4: pnpm dlx shadcn@latest add stripe-ui-component
Phase 5: Custom business logic (PDF export)
⚡ This will use 5 credits. Approve?