Quickstart
Get from sign-up to your first exported PRD in under 20 minutes.
Quickstart
This guide walks you through the full Kommit loop — from creating an account to exporting a production-ready PRD.
Step 1: Sign up and request access
Kommit is currently invite-only.
- Go to getkommit.ai and click Request access.
- Fill in your name, email, and a brief description of what you're building.
- Once approved, you'll receive an invitation email. Click the link to activate your account.
- Sign in with GitHub or email/password.
Access is typically granted within one business day. Early users shape the product roadmap — feedback is welcomed and acted on.
Step 2: Create your first project
After signing in you'll land on the dashboard.
- Click New project in the top-right corner.
- Enter a project name — this becomes the title of your PRD.
- Click Create. You'll be taken directly to the canvas.
Step 3: Add nodes to the canvas
The canvas starts with a single Project node at the centre.
- Click Add node in the toolbar (bottom of the canvas).
- Choose a node type from the menu: Audience, Competitors, Tech Stack, Features, or Assets.
- Drag nodes into position. Connect related nodes by hovering over a node edge and dragging to another node.
Start with the Project, Audience, and Tech Stack nodes before adding Features. The AI uses context from earlier nodes to ask smarter questions about your features.
A good starting layout for most projects:
- 1 x Project node (centre)
- 1 x Audience node
- 1 x Tech Stack node
- 1 x Competitors node
- 2–5 x Feature nodes (one per major feature)
Step 4: Chat with the AI on each node
Each node has its own AI conversation. Open a node's side panel by clicking it.
- Click on any node to open its panel.
- Switch to the Chat tab if it isn't already open.
- Type a message describing that aspect of your product. For example, on an Audience node: "Our target users are solo founders building B2B SaaS products. They're technical but don't have time for manual spec writing."
- The AI will ask follow-up questions to extract structured data — things like personas, pain points, and company size.
- Watch the Extracted Data section populate automatically as you chat.
Repeat this for each node. The richer the conversations, the better the PRD.
You don't need to fill every field. Chat naturally and let the AI extract what it can. You can always continue the conversation later.
Step 5: Generate your PRD
Once you've had conversations on your key nodes:
- Open any node's panel and click the PRD tab at the top.
- Click Generate PRD.
- The AI assembles all your node data and streams a structured PRD in real time.
- The PRD is automatically saved to your version history. You can regenerate at any time.
Step 6: Export
With your PRD generated, choose an export format:
- Copy Markdown — Paste directly into Claude Code, Cursor, or any AI tool
- Download PDF — Share with stakeholders or keep for your records
- Download JSON — Use the structured data programmatically or via API
When pasting into Claude Code, prepend your Markdown export with: "Build the application described in the following PRD. Follow the tech stack and architecture decisions exactly." This produces the best results.
What's next?
- Connect your GitHub repo — Give the AI context about your existing codebase
- Understand cross-node context — See how nodes share information with each other
- PRD export options — Full details on each export format