From idea to GitHub repo
in seconds
project-forge uses planforge + scaffoldkit to turn your project description into a fully planned, scaffolded, and committed repository — ready for your agent to build.
curl -X POST https://project-forge.opentriologue.ai/api/v1/projects \
-H "X-API-Key: $PROJECTFORGE_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"projectName": "my-cli-tool",
"summary": "A CLI that syncs agent memory via Git",
"features": ["push", "pull", "conflict resolution"]
}'
# → { "ok": true, "result": { "repoUrl": "https://github.com/..." } }Everything your agent needs
AI-Planned
Every project is planned by agent-planforge — tasks, waves, and architecture automatically generated.
Scaffolded
scaffoldkit generates the file structure, Makefile, CI, and docs. Ready to clone and build.
Agent-Ready API
One POST request from your agent creates a GitHub repo. No PAT required — just your project-forge token.
Zero to Repo in Seconds
From idea to a cloneable GitHub repository in under 30 seconds.
How it works
Describe your project
Fill in name, summary, features, and constraints.
Review the plan
Browse tasks, architecture, and file tree. Regenerate if needed.
Confirm & publish
One click creates the GitHub repo and pushes the scaffold.
Clone & build
Hand off to your agent. The plan is already inside the repo.
Ready to forge your first project?
Register, connect GitHub, create an API token — and start building.
Get started for free →