ChaiForms
Typeform-style form builder SaaS on Turborepo — dynamic Zod schemas, tRPC APIs, Drizzle ORM, public/unlisted forms, Scalar docs, and judge-ready seeded demo data.
Timeline
ChaiCode — Form Builder SaaS Hackathon (Turborepo)
Role
Full Stack
Team
Solo
Hackathon Rank
Rank #36
Status
CompletedKey Challenges
- Extending the trpc-monorepo starter into a complete Typeform-style SaaS
- Dynamic form schemas with Zod validation across shared monorepo packages
- Public vs unlisted visibility with rate limiting on public submissions
- Demo-ready deployment with seeded forms, themes, responses, and credentials
Key Learnings
- Turborepo monorepo with shared schemas, types, and tRPC clients
- Drizzle ORM database design for dynamic form fields and responses
- Scalar API documentation and production deployment on Cloud Run + Vercel
Overview
ChaiForms is a production-style form builder SaaS built for the ChaiCode Form Builder SaaS hackathon, where it placed Rank #36 among finalists on the official leaderboard.
The track required extending the piyushgarg-dev/trpc-monorepo starter into a Typeform-style product: creator auth, dynamic fields with Zod validation, public and unlisted form visibility, public submission without login, response analytics, landing and pricing pages, Scalar API docs, and a deployed demo with seeded data and credentials — all using Turborepo, tRPC, Zod, and Drizzle ORM.
Key Features
- Drag-and-drop form builder with 9 field types and conditional logic
- Public forms in explore galleries vs unlisted forms accessible only by direct link
- 8 visual themes (anime, startup, tech, OS, game, movie, event, default)
- Type-safe tRPC APIs, Zod schema validation, and Drizzle ORM persistence
- Rate-limited public submission, analytics, QR sharing, and email notifications
- Scalar API documentation and judge-ready demo with seeded sample data