I built a self-hosted Google Forms alternative and made it open source! πŸŽ‰
dev.toΒ·20hΒ·
Discuss: DEV
Flag this post

Over the past few weeks, I have been building a Google Forms alternative but with a huge twist.

Rather than creating forms manually, you can chat to develop forms and those forms go live instantly for submissions.

Under the hood, it’s powered by a streaming LLM connected to Next.js & C1 by Thesys. The form spec and submissions are stored in MongoDB.

It would be hard to cover the complete codebase but here are all the important details and everything I learned building this.


What is covered?

In summary, we are going to cover these topics in detail.

  1. The vision behind the project.
  2. Tech Stack Used.
  3. Architecture Overview.
  4. Data Flow: From Prompt β†’ Form β†’ Save
  5. How It Works (Under the Hood).

You can check the …

Similar Posts

Loading similar posts...