B2B agentic development platform · v0.2

Forge projects with AI.
Ship as one team.

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

From prompt to shipped project

One pipeline for ideation, task breakdown, scaffolding, and day-to-day delivery — usable from the terminal or the web controller.

  1. 1

    Describe

    Write a short natural-language prompt — the same way you'd brief a teammate in chat.

  2. 2

    Forge

    Generate an idea brief, AI backlog, and folder scaffold under your workspace in one step.

  3. 3

    Track

    Move tasks on kanban, run tests, and route agent prompts to the right provider per role.

  4. 4

    Ship together

    Team leads invite members, share forge slug + API config, and keep everyone on the same backlog.

Capabilities

Everything you need to run agentic projects

Built for sibling repos under one workspace — ideate fast, scaffold consistently, and track progress without switching tools.

Ideas

Structured briefs

Turn a prompt into title, vision, constraints, and success criteria — saved as YAML you can edit.

Backlog

AI-generated tasks

Generate or refresh task lists with priority, dependencies, status, and progress percentage.

Scaffold

Project folders

Create workspace/<slug>/ with README, standard dirs, and .python metadata.

Controller

Kanban & backlog

Web UI for status tracking, task controls, forge pipeline, and test run history in one place.

Testing

Verify on the backlog

Run pytest, npm test, or custom commands — results stay attached to tasks.

Teams

Shared workspace

Invite members to a project — same slug, forge data, and owner-managed provider keys.

Web controller

One dashboard for delivery

Open the controller locally with aityuahn serve, on GitHub Pages with your API URL, or try the offline demo — no account required.

Views included

  • Kanban — drag-friendly columns from idea to done
  • Task list — filter, start, block, and complete work items
  • Forge & backlog — run idea/backlog generation from the UI
  • Agents — send prompts to configured providers
  • Team & API — shared keys, members, and project settings
Open demo controller

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

Route work to the right provider

Configure multiple backends in forge.yaml and assign different providers for ideas, backlogs, and tasks.

Claude

Anthropic Messages API — ideal for structured idea and backlog JSON.

Cursor

HTTP gateway or Cursor SDK for coding tasks and agent automation.

OpenAI-compatible

OpenAI, Ollama, vLLM, LiteLLM — any /v1/chat/completions endpoint.

Custom HTTP

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

Personal vs Team

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

Simple, transparent plans

Personal is free forever. Team unlocks collaboration — pay once with 10 TON via your wallet (Tonkeeper, etc.).

Loading plans…

FAQ

Common questions

Does the demo work without signing in?

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.

How do I sign up or sign in?

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.

Why do I paste an API URL when signing in on GitHub Pages?

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.

How do team invites work?

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.

How do Team payments work?

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.

Can I use only the CLI?

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.

Where is project data stored?

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.

Ready to forge your next project?

Start free with Personal, explore the demo controller, or spin up aityuahn serve and connect your AI keys in minutes.

Try demo

Sign in