AI-powered project scaffolding

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.

agent.sh
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

1

Describe your project

Fill in name, summary, features, and constraints.

2

Review the plan

Browse tasks, architecture, and file tree. Regenerate if needed.

3

Confirm & publish

One click creates the GitHub repo and pushes the scaffold.

4

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 →