I built a form builder that lives inside your AI chat
I built a form builder that integrates with AI chat, allowing users to describe a form and generate a live link to collect responses. This tool, MCP Forms, persists data and provides features like conditional logic and export options. The AI is not just assisting in thinking, but also in building. The stack includes Python, ASP.NET, and SQLite, with Scriban templates for HTML generation. The flow involves describing a form, generating a JSON schema, and rendering HTML server-side. Conditional logic is defined in the schema using showIf rules.