Creator Engine helps you turn an idea into working software with an AI coding agent. Describe the change, agree on what success looks like, and get a clear record of the work, checks, and review materials before delivery.
- What is Creator Engine?
- How CE helps you build
- Quickstart
- Ways to use CE
- Project status
- Documentation
- License
Creator Engine is a terminal companion for the coding agent you already use. It helps you state the outcome you want, keep a change focused, and inspect the result with the checks and review information needed to decide whether it is ready. You stay in charge of important decisions while your agent handles the day-to-day implementation work.
flowchart LR
Idea[Describe the outcome] --> Plan[Confirm the plan]
Plan --> Build[Agent builds the change]
Build --> Check[Inspect checks and review]
Check --> Deliver[Deliver the result]
Check -- feedback --> Plan
Start with the result you want. CE helps turn it into a focused plan, keeps the agent on that plan, and gathers the checks and review materials you need before delivery. Read the full journey in How CE Builds Software.
Run the public bootstrap installer:
curl --proto '=https' --tlsv1.2 -fsSL https://creator-engine.dev/install.sh | bashThe installer sets up the ce command and checks that your environment is ready
for a first project.
From the repository where you want to work, run:
ce onboardce onboard checks your local setup, prepares CE for the repository, and opens
your coding agent unless you opt out. Describe a small change in plain language,
confirm the plan, then use the resulting checks and review materials to decide
when it is ready.
For later sessions, run:
ce launchUse these commands for the usual journey:
ce onboard Set up CE for a repository and begin
ce launch Open a working session with your coding agent
ce shape Describe and refine a proposed change
ce scope Save the agreed change details
ce drive --spawn Ask CE to start the implementation work
ce report Read the resulting work and check summary
ce preflight-gate Run one focused repository preflight invariant
See the CLI Reference for every command and option.
| Approach | Best for | What you do | Deeper guide |
|---|---|---|---|
| Guided mode | People who want to describe a goal and make key decisions | State the outcome, confirm the plan, and inspect the evidence | Solo + CEO Mode Onboarding |
| Command-line mode | People who prefer direct terminal control | Use the commands yourself while CE organizes the work | Solo + Dev Mode Onboarding |
Creator Engine v0.3.6 is the latest release, published July 12, 2026. See the CHANGELOG for release notes and GitHub Releases for downloadable release details. Creator Engine is in a public pilot phase, with the core local workflow ready to try while some team features continue to develop.
| Start here | Use it for |
|---|---|
| Welcome | A product-level orientation before the first run |
| Quickstart | The copy-paste path for a first change |
| How CE Builds Software | The full product journey |
| Understanding CE | Plain-language concepts and terminology |
| Complete Walkthrough | A fuller install-to-delivery narrative |
| CLI Reference | Every public ce command |
| Contributing | How to contribute to this repository |
| Security | Vulnerability reporting and security expectations |
| Code of Conduct | Community conduct standards |
Creator Engine is licensed under the Apache License 2.0.