Ideas
Structured briefs
Turn a prompt into title, vision, constraints, and success criteria — saved as YAML you can edit.
B2B agentic development platform · v0.2
Describe an idea in plain language. AityUahn generates structured briefs, AI backlogs, and project scaffolds — then keeps your team aligned on a shared kanban with one API pool and one codebase slug.
Workflow
One pipeline for ideation, task breakdown, scaffolding, and day-to-day delivery — usable from the terminal or the web controller.
Write a short natural-language prompt — the same way you'd brief a teammate in chat.
Generate an idea brief, AI backlog, and folder scaffold under your workspace in one step.
Move tasks on kanban, run tests, and route agent prompts to the right provider per role.
Team leads invite members, share forge slug + API config, and keep everyone on the same backlog.
Capabilities
Built for sibling repos under one workspace — ideate fast, scaffold consistently, and track progress without switching tools.
Ideas
Turn a prompt into title, vision, constraints, and success criteria — saved as YAML you can edit.
Backlog
Generate or refresh task lists with priority, dependencies, status, and progress percentage.
Scaffold
Create workspace/<slug>/ with README, standard dirs, and .python metadata.
Controller
Web UI for status tracking, task controls, forge pipeline, and test run history in one place.
Testing
Run pytest, npm test, or custom commands — results stay attached to tasks.
Teams
Invite members to a project — same slug, forge data, and owner-managed provider keys.
Web controller
Open the controller locally with aityuahn serve, on GitHub Pages with your API URL, or try the offline demo — no account required.
Quick start
aityuahn serve
# Landing: http://127.0.0.1:8765/
# App: http://127.0.0.1:8765/controller.html
# Demo: http://127.0.0.1:8765/controller.html?demo=1
GitHub Pages hosts the same UI. Connect your live API (local or deployed) for forge and agent actions.
Pluggable AI
Configure multiple backends in forge.yaml and assign different providers for ideas, backlogs, and tasks.
Anthropic Messages API — ideal for structured idea and backlog JSON.
HTTP gateway or Cursor SDK for coding tasks and agent automation.
OpenAI, Ollama, vLLM, LiteLLM — any /v1/chat/completions endpoint.
Wire TinyModel, internal REST APIs, or Gradio wrappers with body templates.
Role-based routing example: idea_provider: claude · task_provider: cursor
Plans at a glance
Start solo for free. Upgrade when you need shared projects, invites, and a central API pool.
| Personal | Team | |
|---|---|---|
| Price | Free | 10 TON (one-time) |
| Projects | 1 project | Shared team project |
| API keys | Bring your own | Owner-managed shared pool |
| Members | Solo | Invite by email |
| Forge slug | Your workspace | One slug for the whole team |
| Best for | Hackers & side projects | Engineering squads & agencies |
Pricing
Personal is free forever. Team unlocks collaboration — pay once with 10 TON via your wallet (Tonkeeper, etc.).
FAQ
Yes. Try demo opens the controller in offline mode with sample kanban data — no API or account needed. Forge, agents, and sign-in require a running aityuahn serve backend.
Click Start free or Sign in, enter your details, then follow the backend setup guide on the same page before connecting aityuahn serve. Registration completes after the API is live.
GitHub Pages hosts the static UI only. On first run the controller asks for your backend URL after you start aityuahn serve on your machine (or use a deployed API). Registration and JWT auth run on that backend.
After Team plan is active, create a team project and invite members by email (they must register first). The project owner sets shared API keys under Team & API so everyone uses the same provider config and codebase slug.
Click Pay 10 TON — Team plan in the controller. You receive a wallet address, amount, and a unique payment ID. Send exactly 10 TON with that ID as the transfer comment (memo). The backend polls your wallet via toncenter and activates Team when the deposit arrives — same flow as the toncenter deposits example.
Absolutely. The full forge lifecycle — aityuahn idea, backlog, forge, task, test — works without the web UI. The controller is optional for visual tracking and team features.
Ideas and backlogs live in .python/ideas and .python/backlogs. Scaffolded repos sit under your configured workspace_root. SaaS accounts and team metadata are stored by the serve backend.
Start free with Personal, explore the demo controller, or spin up aityuahn serve and connect your AI keys in minutes.