FormCMS 0.6.9

dotnet add package FormCMS --version 0.6.9
                    
NuGet\Install-Package FormCMS -Version 0.6.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FormCMS" Version="0.6.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FormCMS" Version="0.6.9" />
                    
Directory.Packages.props
<PackageReference Include="FormCMS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FormCMS --version 0.6.9
                    
#r "nuget: FormCMS, 0.6.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FormCMS@0.6.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FormCMS&version=0.6.9
                    
Install as a Cake Addin
#tool nuget:?package=FormCMS&version=0.6.9
                    
Install as a Cake Tool

FormCMS: The AI-Powered App Platform

FormCMS is an open-source platform that turns natural language into full-stack apps β€” schemas, APIs, UI, and deployment β€” in minutes. Ship with Docker, build with AI agents, scale to millions of records.


✨ Why FormCMS?

<table> <tr> <td align="center" width="33%"> <h3>πŸ€– AI-Powered</h3> <p>Generate schemas, data, GraphQL queries, and full UI pages from natural language β€” in the browser or through AI agents.</p> </td> <td align="center" width="33%"> <h3>πŸ”Œ MCP Server Built-In</h3> <p>AI agents (Antigravity, Cursor, Codex) connect directly via MCP to design schemas, seed data, and deploy apps β€” all from the chat window.</p> </td> <td align="center" width="33%"> <h3>πŸš€ Scalable & Performant</h3> <p>P95 latency under 200ms, 2,400+ QPS throughput. SQLite, PostgreSQL, SQL Server, and MySQL supported.</p> </td> </tr> </table>


πŸŽ₯ In Action

Watch FormCMS build a complete Library system (Entities, Data, Queries, and UI) from scratch in under 60 seconds (sped up 10x).

FormCMS Demo

Click the image above to watch the full demo on YouTube.


πŸ› οΈ Three Ways to Build

<table> <tr> <td align="center" width="33%"> <h3>🌐 Beginners</h3> <p><strong>No IDE needed.</strong> Open FormMate in your browser, describe what you want in plain English β€” AI generates your schemas, sample data, queries, and pages.</p> <p><a href="https://demo.formcms.com/mate">Try the live demo β†’</a></p> </td> <td align="center" width="33%"> <h3>🎨 Frontend Developers</h3> <p><strong>Build with AI agents.</strong> Connect Antigravity, Cursor, or Codex to the built-in MCP server β€” the agent designs your schema, writes your React app, and deploys it.</p> <p><a href="https://github.com/formcms/formcms/wiki/Vite-React-Antigravity-Example">AI agent setup guide β†’</a></p> </td> <td align="center" width="33%"> <h3>βš™οΈ Full-Stack Developers</h3> <p><strong>Extend the platform.</strong> FormMate is Node.js (Fastify), FormCMS is .NET β€” fork the repo, add custom endpoints, write plugins, or integrate external services.</p> <p><a href="https://github.com/formcms/formcms/wiki/Setup.md">Dev setup guide β†’</a></p> </td> </tr> </table>

πŸ—οΈ Built with FormCMS

App Description
Zen Health Tracker A full health tracking app built in hours using FormCMS + AI agent β€” zero manual coding.
Stash PWA A PWA companion app β€” bookmark, listen (TTS), and cache FormCMS content offline.

πŸš€ Quick Start

🟒 Don't want to install? Try the live demo instantly β€” login: sadmin@cms.com / Admin1!

Pull and run from Docker Hub:

docker run -d \
  --name formcms \
  -p 5000:5000 \
  -v formcms_data:/data \
  -e DATABASE_PROVIDER=0 \
  -e "CONNECTION_STRING=Data Source=/data/cms.db" \
  -e FORMCMS_DATA_PATH=/data \
  jaike/formcms-mono:latest
Service URL
Admin portal (FormMate) http://localhost:5000/mate
REST API http://localhost:5000/api/
MCP server (SSE) http://localhost:5000/mcp/sse

πŸ“Œ Try these prompts in FormMate: "Design entities for a library system" Β· "Add sample data for books" Β· "Create a query to display all books"

πŸ€– Using an AI agent? Point it at http://localhost:5000/mcp/sse to start building via MCP tools.

For production deployment with PostgreSQL, see the Docker Hub page. Want to contribute or run from source? See the Development Setup Guide β†’


πŸ“š Learn More

πŸ“– Documentation Wiki Β· Architecture Β· Performance & Scalability Β· Setup Guide


πŸ—ΊοΈ Roadmap

FormCMS is actively evolving toward a vision of AI-native app development:

Phase Focus Key Features
Enhanced AI Smarter generation Natural language β†’ schema, AI-suggested relationships, auto-generated CRUD & queries
Visual Builder No-code editing Drag-and-drop page builder, visual schema editor, real-time preview, theme templates
Marketplace Community ecosystem Pre-built app templates, community components, one-click install

The Vision: Describe your app in plain English β†’ AI generates the entire backend β†’ deploy with one click.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.6.9 0 5/7/2026
0.6.8 145 4/11/2026
0.6.7 165 3/27/2026
0.6.6 167 3/10/2026
0.6.5 161 2/20/2026
0.6.4 209 2/1/2026
0.6.3 196 1/18/2026
0.6.2.5 231 12/20/2025
0.6.2.4 334 11/23/2025
0.6.2.3 308 11/23/2025
0.6.2.2 302 11/23/2025
0.6.2.1 305 11/23/2025
0.6.2 311 11/23/2025
0.6.1.4 482 9/11/2025
0.6.1.3 323 9/11/2025
0.6.1.2 323 9/11/2025
0.6.1.1 318 9/10/2025
0.6.1 325 9/10/2025
0.6.0 421 8/27/2025
0.5.9 319 7/31/2025
Loading failed