Source for getranse.com — the marketing site for Ranse, the open-source, Cloudflare-native shared inbox for support teams.
Built with Astro + Tailwind CSS and deployed as a fully static site on Cloudflare. Static output only — there is no SSR adapter and no runtime network calls.
bun install
bun run dev # http://localhost:4321Other scripts:
bun run build # static build into dist/ (includes sitemap)
bun run preview # preview the built sitesrc/pages/index.astro Landing page
src/styles/global.css Tailwind theme and global styles
public/ Static assets
The production build is generated in dist/.
- Build command:
bun run build - Output directory:
dist - Node version: 22.12 or newer
See CLAUDE.md for conventions. Product claims on the landing page must match what getranse/ranse actually ships. The app repo's CONTRIBUTING.md, SECURITY.md, and Code of Conduct apply here too.