Skip to content

ASCII Architecture template

A text-drawn infrastructure diagram that exports crisp and auto-fitted. Open it in the editor, replace what needs replacing, and export a typeset PDF — free, no signup, nothing uploaded.

Use this templateAll templates

Preview

Server Architecture

Everything below runs on a single server behind Cloudflare.

Untagged ASCII art in a plain fence is detected automatically; tag a fence as text to force plain rendering instead.

The Markdown source

# Server Architecture

Everything below runs on a single server behind Cloudflare.

```ascii title="Production topology"
                 Internet (your users & clients)
                          │
                          ▼
                 ┌──────────────────┐
                 │    Cloudflare     │  DNS + proxy/CDN in front of the domain
                 └────────┬─────────┘
                          │
        ══════════════════▼══════════════════════════════════
        ONE ECS SERVER (ARM64) — everything below is this box
        ══════════════════════════════════════════════════════
                 ┌──────────────────┐
                 │      Nginx        │  Terminates HTTPS, forwards to:
                 │   (ports 80/443)  │
                 └────────┬─────────┘
                          │
          ┌───────────────┼───────────────────────┐
          ▼               ▼                       ▼
   :3000 sqcm-prod   :3003 marketing        :3002 hr-backend
                       │
              ┌────────┴─────────────────────────────┐
              │ PM2 (process manager)                 │
              │  ├─ marketing         (Next.js web)   │
              │  └─ marketing-worker  (BullMQ jobs)   │
              └────────┬──────────────┬──────────────┘
                       ▼              ▼
              MongoDB (Docker)   Redis (queues)
```

Untagged ASCII art in a plain fence is detected automatically; tag a fence
as `text` to force plain rendering instead.

Copy it anywhere Markdown works — or open it pre-loaded in Scripto with the button above.

Ship your ascii architecture today.

One click opens this template in the editor with a live paginated preview.