FormCMS 0.6.5

dotnet add package FormCMS --version 0.6.5
                    
NuGet\Install-Package FormCMS -Version 0.6.5
                    
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.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FormCMS" Version="0.6.5" />
                    
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.5
                    
#r "nuget: FormCMS, 0.6.5"
                    
#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.5
                    
#: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.5
                    
Install as a Cake Addin
#tool nuget:?package=FormCMS&version=0.6.5
                    
Install as a Cake Tool

FormCMS: The AI-Powered CMS

FormCMS is a cutting-edge, open-source Content Management System designed to revolutionize web development through AI. By automating the most tedious parts of developmentβ€”schema design, data seeding, API creation, and UI buildingβ€”FormCMS allows you to build complex, production-ready applications in minutes rather than weeks.


✨ Why FormCMS?

<table> <tr> <td align="center" width="33%"> <h3>πŸ€– AI-Powered</h3> <p>Generate schemas, data, GraphQL queries, and full UI pages using natural language prompts. Let AI handle the tedious work while you focus on creativity.</p> </td> <td align="center" width="33%"> <h3>🎨 Frontend-Friendly</h3> <p>No .NET or backend experience needed. Run FormCMS with Docker, build your app with React and AI β€” that's it.</p> </td> <td align="center" width="33%"> <h3>πŸš€ Scalable & Performant</h3> <p>P95 latency under 200ms, 2,400+ QPS throughput. Handle millions of posts with CDN caching and billions of user activities with horizontal sharding.</p> </td> </tr> </table>


⚑ What You Can Do with AI

FormCMS acts as your AI-driven development partner. Describe what you want, and it builds it:

  • Generate the Full Stack: Entities (schemas), Seed Data, GraphQL Queries, and UI Pages from natural language.
  • Add Engagement Instantly: "Add a like button" or "Show user avatar" simply works.
  • Manage & Iterate: View version history and manage artifacts in the visual portal.

πŸ“– See Wiki for full capabilities β†’


πŸŽ₯ 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


🟒 Live Demo

Try the live demo at formcms.com/mate.

Credentials:

  • Username: sadmin@cms.com
  • Password: Admin1!

πŸš€ Quick Start (Docker)

The easiest way to get FormCMS running. No backend setup, no .NET, no database installation required.

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" \
  jaike/formcms-mono:latest

Then open http://localhost:5000/mate in your browser and follow the setup wizard.

πŸ“Œ That's it! You have a fully functional AI-powered CMS. Start building your app with React, Vite, or any frontend framework.

For production deployment with PostgreSQL, see the Docker Hub page for a full docker-compose.yml example.

πŸ’‘ Try it out

Once running, try these prompts:

  • "Design entities for a library management system"
  • "Add sample data for the book entity"
  • "Create a query to display all available books"

πŸ› οΈ Want to contribute or run from source? See the Development Setup Guide β†’


🎨 For Frontend Developers

You don't need .NET or any backend experience to use FormCMS. Just run the Docker image and start building your frontend with the tools you already know:

  • Use React + Vite to build your app
  • Use AI (e.g., Antigravity, Cursor) to generate schemas, queries, and pages
  • FormCMS provides the backend, APIs, and admin panel β€” all running inside Docker

πŸ“– See the Vite + React + Antigravity example β†’

πŸ—οΈ Built with FormCMS

App Description
Zen Health Tracker A full health tracking app built in hours using FormCMS + AI coding agent β€” zero manual coding.

πŸ“š Documentation

For detailed documentation, please refer to our Wiki (source of truth):

Documentation Description
Setup Guide Development environment setup
Architecture Component architecture and system design
Orchestrator Strategy Multi-agent pipeline design and debugging approach
Performance & Scalability Benchmarks and scaling strategies

πŸ—οΈ Architecture Overview

Component Description
formmate AI-powered schema & UI builder
formcms High-performance CMS backend (ASP.NET Core)
AdminApp React admin panel for content management
Portal User portal for history, likes, and bookmarks

πŸ“– See Wiki for detailed architecture β†’


⚑ Performance

Metric Performance
P95 Latency < 200ms
Throughput 2,400+ QPS per node
Complex Queries 5-table joins over 1M rows
Database Support SQLite, PostgreSQL, SQL Server, MySQL

πŸ“– See Wiki for performance details β†’


πŸ—ΊοΈ Roadmap

FormCMS is actively evolving toward a vision of no-code app building with AI. Here's what's coming:

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 (entities, queries, pages) β†’ deploy with one click. No code required.

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.5 35 2/20/2026
0.6.4 113 2/1/2026
0.6.3 114 1/18/2026
0.6.2.5 155 12/20/2025
0.6.2.4 263 11/23/2025
0.6.2.3 231 11/23/2025
0.6.2.2 230 11/23/2025
0.6.2.1 231 11/23/2025
0.6.2 235 11/23/2025
0.6.1.4 404 9/11/2025
0.6.1.3 244 9/11/2025
0.6.1.2 251 9/11/2025
0.6.1.1 242 9/10/2025
0.6.1 252 9/10/2025
0.6.0 348 8/27/2025
0.5.9 240 7/31/2025
0.5.8 627 7/23/2025
0.5.7 250 7/14/2025
0.5.6 453 7/8/2025 0.5.6 has at least one vulnerability with moderate severity.
0.5.5 409 7/2/2025 0.5.5 has at least one vulnerability with moderate severity.
Loading failed