The marketing site for Reado, a calm,
read-first code IDE. Built with Next.js (App Router) and Tailwind CSS 4, with a
GSAP + Lenis scroll-driven product tour. Fully static — exported to out/ and
served from Cloudflare Workers (static assets).
pnpm install
pnpm dev # http://localhost:3000pnpm build # static export → ./outThe static export in out/ is served by a Worker. wrangler.toml declares the
assets directory ([assets] directory = "./out"), so deploying is:
pnpm build
npx wrangler deployGit integration: connect this repo in the Cloudflare dashboard with build
command pnpm build and the same wrangler.toml — Cloudflare builds and
uploads out/ on push.