Hours lost
Every design session gets manually redrawn, translated to IaC, and written up — or quietly skipped.
From whiteboard to production
A photo of a sketched diagram in, four production artifacts out — rendered diagram, component graph, Terraform skeleton, and ADR draft — in under a minute.
4 artifacts per photo · Mermaid + Terraform + ADR export · EN/FR
Works with
The whiteboard tax
Every design session gets manually redrawn, translated to IaC, and written up — or quietly skipped.
Architecture lives in one engineer's head and a blurry photo lost in a chat thread.
Undocumented systems get harder to onboard onto every month, until nobody wants to touch them.
What you get back
Everything below is generated from a single hand-drawn sketch — nothing hand-typed.
| Component | Type | Provider hint |
|---|---|---|
| api-gateway | Gateway | AWS API Gateway |
| auth-svc | Service | AWS ECS Fargate |
| users-db | Database | RDS PostgreSQL |
| events | Service | AWS ECS Fargate |
| queue | Queue | AWS SQS |
| worker | Worker | AWS ECS Fargate |
How it works
Upload any photo of a sketched architecture — whiteboard, notebook, napkin, tablet.
Drop a photo here or click to upload
JPG · PNG · HEIC · up to 10 MB
AI vision reads boxes, arrows and handwritten labels into a structured component graph.
{
"components": [
{ "id": "api-gateway", "type": "gateway" },
{ "id": "auth-svc", "type": "service" },
{ "id": "users-db", "type": "database" }
],
"edges": [
["api-gateway", "auth-svc"],
["auth-svc", "users-db"]
]
}Get the diagram, Terraform skeleton and ADR — copy, export or push to your repo.
Your sketch
Generated blueprint
Try it on a sample sketch — no signup.
Open the live demoBuilt for messy reality
Reads rough labels like 'usr db' or 'LB' and maps them to real components.
Rendered diagram, component graph, Terraform skeleton and ADR draft in a single pass.
Re-upload the updated sketch and regenerate the whole spec — no manual diffing.
Generated artifacts
Export formats (Mermaid, Terraform)
Interface languages
From photo to spec (typical)
Why we built this
We kept losing our best architecture sessions to blurry whiteboard photos in Slack threads. Somebody would re-draw them a week later, half wrong, and the original intent was gone. Sketchstack is the tool we wanted: photograph the board, get a real spec back.
We're building in the open — early users get direct access to us. Tell us what breaks and what should exist next.
— The Sketchstack team
Pricing
For solo engineers trying it out.
For architects who ship weekly.
For teams sharing a spec library.
FAQ