Frontend
apps/web is an Astro shell for the landing page and future inbox UI.
Run npm run dev:web to start local frontend development.
This repo starts with the smallest useful shape: an Astro frontend, a Cloudflare API Worker, and an Email Worker ingress path designed around Cloudflare-compatible subaddressed inboxes.
Checking for an active inbox…
No messages loaded yet.
No messages have arrived for this inbox yet.
Select a message to inspect it.
Subject
-
From
-
Received
-
OTP code-
Primary link
-
Preview
-
Body
-
HTML Preview
Scripts, forms, embeds, styles, and remote images are blocked.
Raw MIME key-
apps/web is an Astro shell for the landing page and future inbox UI.
Run npm run dev:web to start local frontend development.
apps/worker-api serves health checks now and will own inbox, message, and SSE
endpoints next.
Run npm run dev:api to start the Worker locally.
apps/worker-email is the ingress edge for literal Email Routing addresses and
subaddressed inboxes, and will persist raw MIME to R2 before enqueueing parse work.
Run npm run dev:email for the current HTTP-accessible stub.