On this page
Guides
Choose a guide based on the result you need.
Generate from typed OpenAPI contracts
Use Prototype workflow to:
- author contracts with
codepot-openapi; - emit OpenAPI JSON or YAML;
- configure
Codepotg.yaml; - select bundled or custom Jinja packs;
- preview and generate safely.
This is the most mature workflow for real projects today.
Evaluate the official JavaScript rewrite
Use codepotx workflow to:
- create
codepotx.config.ts; - create a Handlebars pack and
paths.yaml; - bind them through
CodepotFile.yml; - inspect variables and plans;
- generate through the runtime or
codepotx-cli.
Build another interface
Use Build a runtime frontend when implementing a web UI, editor command, MCP server, desktop tool, or embedded application around codepotx.
Plan migration
Use Migration strategy to compare workflows without incorrectly treating supported prototypes as already replaced.