Templates

Architecture templates with the cost already on them.

18 systems you can open on the canvas in one click — cloud infrastructure, AI agents, and the ones that are both. Every template carries a projected monthly cost, so you know what a design is worth before you build it.

VPCSUBNETSUBNET

Container behind a load balancer

The smallest thing that serves real traffic: a public load balancer in two availability zones and one Fargate container. About four minutes to create and roughly 4¢ an hour, so it is the cheapest way to find out whether a deploy works end to end.

Load balancerECS Fargate task
$32/mo projected5 nodes · 2 resources in 3 containers

Three-tier web application

The default shape: load balancer, containerised app tier, managed Postgres, cache and asset storage.

Load balancerECS Fargate task ×3RDS PostgresElastiCache Redis+3
$348/mo projected7 nodes

Serverless API

HTTP API with function compute and a key-value store. Scales to zero; the floor is the gateway.

API GatewayLambdaDynamoDBS3 bucket+2
from $54/mo projected6 nodes

Nightly batch ETL

Scheduled extract and load from source systems into a lake, then modelled into a warehouse.

EventBridge busLambdaS3 data lakeECS Fargate task ×2+2
from $145/mo projected6 nodes

Queue-backed workers

Accept work fast, process it out of band, and keep failures in a dead-letter queue instead of the logs.

API GatewaySQS queueECS Fargate task ×3Dead-letter queue+2
$148/mo projected6 nodes

Vercel + Supabase app

The default modern startup stack: hosted front end, managed Postgres and auth, edge cache, payments.

Vercel ProSupabase ProUpstash RedisR2+1
from $63/mo projected5 nodes

Static site on CDN

Marketing site or SPA served from object storage behind a CDN, with DNS and a WAF in front.

DomainWAFCloudFrontS3 bucket+1
from $22/mo projected5 nodes
VPCSUBNETSUBNETSUBNETSUBNET

Three-tier app in a VPC

The same three-tier shape drawn the way AWS actually organises it: edge in the public subnets, app and data in the private ones, two availability zones, and the pieces that live outside the VPC outside the box.

DomainLoad balancerNAT gatewayECS Fargate task ×3+3
$331/mo projected12 nodes · 7 resources in 5 containers

Container microservices

Several services behind one load balancer, sharing a database, a cache and an internal queue.

Load balancerECS Fargate task ×2ECS Fargate taskSQS queue+2
$310/mo projected7 nodes

Internal tools behind VPN

Admin and back-office apps reachable only over the VPN, on a single instance with a small database.

Site-to-site VPNEC2 t3.mediumRDS PostgreSQLS3 bucket+1
$186/mo projected5 nodes

Streaming ingest

Events land on a stream, are enriched in flight, and are written to both a lake and a search index.

API GatewayKinesis Data StreamLambdaS3 data lake+2
from $92/mo projected6 nodes

Analytics warehouse

Lake, warehouse and BI, with archival storage for anything older than the retention window.

S3 data lakeECS Fargate task ×2Redshift ServerlessCRM+1
from $118/mo projected5 nodes

Event fan-out

One published event, several independent consumers, each with its own queue and failure path.

EventBridge busSNS topicSQS queueLambda+1
from $38/mo projected7 nodes

Fly.io app and database

Machines close to users, Postgres in the same region, Redis for sessions and rate limits.

CDNFly Machine ×3Fly PostgresUpstash Redis
from $91/mo projected4 nodes

Railway monolith and worker

One web service, one background worker, a serverless Postgres and object storage. The smallest real stack.

Railway serviceNeon PostgresR2
from $51/mo projected4 nodes

GPU batch on Modal

Bursty GPU work triggered from a queue, with inputs and outputs in cheap object storage.

Railway serviceUpstash RedisModal GPU workerR2
from $93/mo projected5 nodes

Multi-account landing zone

Separate accounts per environment, one org-wide audit trail, and archived logs.

CRMECS Fargate task ×3ECS Fargate taskCloudTrail+1
from $39/mo projected5 nodes

Multi-region active-passive

Primary region serving traffic, second region warm with a replicated database and cross-region backups.

DomainLoad balancerECS Fargate task ×3RDS Postgres+3
$414/mo projected8 nodes

Costs are projections from August 2026 list prices, assuming always-on resources. Connect a cloud account and the same nodes carry your billed figures instead.

Open any of them on the canvas.

Templates load as real, editable graphs — the same ones Archie and the runtime read.