Build with the IDE you already love.
Createrun is a low-code platform that doesn't punish developers for wanting to write code. Editor IDE for fast wiring. VS / VS Code AppClient for serious logic. Compiler (Roslyn worker) for incremental builds. MCP server for agent-driven scaffolding. Pick your tool — they all speak the same model.
AuthoringEditor IDE
Browser-based IDE for forms, queries, workflows, BPM. Syntax-aware, multi-tab, live compile feedback. The default authoring surface for analysts and full-stack developers.
- Drag-and-drop Form Designer
- Visual Query builder
- Workflow + BPM editor
- Live Compiler errors
VS / VS CodeAppClient
Visual Studio extension + VS Code extension. Generated partial classes, full IntelliSense, F5 debug, sync command from your local repo to a Createrun instance.
The Visual Studio and VS Code extensions are currently in private preview — access is provisioned with your developer sandbox.
- VS 17.9+ extension
- VS Code TypeScript extension
- Sync To Createrun command
BuildCompiler
Roslyn-based, supervised, version-aware. A supervisor automatically restarts crashed build workers; host and workers talk over fast binary IPC. Cold-start mitigated by a warm worker pool.
- Roslyn-based incremental builds
- Isolated, supervised worker processes
- Per-worker memory budget
- Version-aware framework refs
AIMCP Server
A broad, continuously expanding MCP surface for building, changing, testing, and operating Createrun applications. Stdio for local agents, HTTP for hosted. Wire Claude Code, Codex, Cursor, or any MCP-aware client. Test mode for reproducible runs.
Tool reference at a glance → APIGate Methods
Createrun exposes a consistent, gate-based API surface instead of ad-hoc REST endpoints.IAsyncGate<T>contract.ServiceBuilder.Add(...)registers handlers. The Service entrypoint is gate-only by architecture.
- IAsyncGate pipeline
- A consistent response envelope
- Request tracing across services
Code-genAppClient code-gen
Form / Query / Workflow definitions auto-generate strongly-typed C# partial classes via the AppClient MSBuild task. Compile your app as a regular csproj — generated partials sit alongside your hand-written code.
- MSBuild .targets integration
- Hot-reload on Save
- Resilient MSBuild integration
- Request a working sandbox.Request developer access— we provision a dev instance + IDM tenant.
- Open the Editor IDE.Authenticate via SSO; create your first solution + module.
- Optional: Wire up VS / VS Code.Install the AppClient extension; clone the workspace;
F5to debug. - Optional: Connect the AI agent.Add the MCP server to Claude Code / Cursor; ask the agent to scaffold your first form.
- Compile + Publish.Compiler builds in the background; Publish through the Editor → Marketplace pipeline when you're ready.
Every Createrun MCP install ships withAGENTS.md— a practical guide for AI agents authoring on the platform. TL;DR + form rules + DynamicBox conventions + test-mode workflow + under-the-hood notes. Read once, save thousands of tokens of trial-and-error.
Get the sandbox + AGENTS.md
ForgetDB ORMruns on the enterprise databases your organization already standardizes on — PostgreSQL, MSSQL, MySQL, Oracle, and embedded engines among them. Expression-tree query API. Provider-pattern architecture with typed sources.
Createrun.IOstores documents where your organization requires — local, network, database, S3, Azure Blob, Google Drive, FTP and more, behind one API. Document Library uses this layer.
Current providers and compatibility status are maintained in the versioned integrations matrix — see/integrations.
Sandbox in your inbox today.
Free developer tier. Two core licenses, full Editor + AppClient + MCP access, unlimited test data. Reply within one business day.
Get developer access