Skip to content

WatermelonBros/reado-web

Repository files navigation

Reado — marketing site

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).

Develop

pnpm install
pnpm dev          # http://localhost:3000

Build

pnpm build        # static export → ./out

Deploy (Cloudflare Workers static assets)

The 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 deploy

Git 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.

About

Marketing site for Reado — a calm, read-first code IDE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors