EPHEMERA
Infra without the Drama

Cloud infrastructure as a living Markdown plan — human-auditable, agent-executable. The plan is the program; the cloud is the source of truth. All you do is ask.

curl -fsSL https://ephemera.daystra.com/install.sh | sh
One prompt · Infinite galaxies

What you need

Almost nothing — and that's the point.

The contract (EPHEMERA.md) is runtime-neutral; the per-agent adapter is a ~20-line router — the Claude skill, or the AGENTS.md block for Codex / Cursor / Gemini / Antigravity.

What's in the box

One file per stack: it describes the desired state, carries the commands, records what it built, verifies itself, and tears itself down. Browse the canon below — click a plan to preview it here.

ephemera.daystra.com/
├── EPHEMERA.md            the execution contract — agents fetch this
├── EPHEMERA-TEMPLATE.md   author a new plan
├── install.sh             curl … | sh
├── llms.txt               agent-readable summary
├── catalog.json           intent → bindings
├── skills/claude/SKILL.md Claude adapter (install.sh wires it)
├── AGENTS.block.md        Codex · Cursor · Gemini · Antigravity
└── plans/
    ├── web.aws.md · web.cloudflare.md      static site (SPA / multipage)
    ├── task-runner.aws.md · …cloudflare.md  async task API
    ├── email.resend.md · …cloudflare · …aws  transactional email
    ├── domain.aws.md · …cloudflare.md     registration + DNS
    └── network.aws.md · ecs-cluster · ecs-service  platform

Start here

Preview

Click any plan above — it renders here, one at a time. Agents fetch the raw .md at the same URL.