Landing page for Razroom — AI-powered code automation platform.
Live: razroom.com
/— Main landing page with Quick Start, features, and testimonials/integrations— Visual grid of all supported chat providers, AI models, platforms, and tools/shoutouts— Community testimonials and mentions
- Astro — Static site generator
- GitHub Pages — Hosting
- Custom CSS — No framework, just vibes
bun install
bun run devbun run build
bun run previewAutomatically deployed to GitHub Pages on push to main.
The landing page hosts installer scripts:
- macOS/Linux:
curl -fsSL --proto '=https' --tlsv1.2 https://razroom.com/install.sh | bash - macOS/Linux (CLI only, no onboarding):
curl -fsSL --proto '=https' --tlsv1.2 https://razroom.com/install-cli.sh | bash - Windows:
iwr -useb https://razroom.com/install.ps1 | iex
Installer UI controls (macOS/Linux install.sh):
- Pass
--gumto force gum UI when supported, or--no-gumto disable gum output. - Set
RAZROOM_USE_GUM=auto|1|0to control gum behavior in automation.
These scripts:
- Install Homebrew (macOS) or detect package managers (Windows)
- Install Node.js 22+ if needed
- Install razroom globally via npm
- Run
razroom doctor --non-interactivefor migrations (upgrades only) - Prompt to run
razroom onboard(new installs)