I built a self-hosted Google Forms alternative and made it open source! π
A developer built an open-source, self-hosted alternative to Google Forms that uses AI to generate forms through natural language chat. The system leverages Next.js, MongoDB, and Thesys C1 API with streaming LLM responses to create forms instantly from conversational prompts. Forms are stored in a self-hosted MongoDB database with cookie-based authentication, allowing users to manage form schemas and submissions. The project demonstrates chat-driven UI generation, real-time streaming, and complete data ownership through self-hosting.