https://github.com/razroo/razroom.com
Site for razroom.com
https://github.com/razroo/razroom.com
Last synced: about 2 months ago
JSON representation
Site for razroom.com
- Host: GitHub
- URL: https://github.com/razroo/razroom.com
- Owner: razroo
- Created: 2026-02-16T09:26:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-16T12:00:45.000Z (4 months ago)
- Last Synced: 2026-02-16T19:05:22.409Z (4 months ago)
- Language: Astro
- Homepage: https://razroom-com.vercel.app
- Size: 894 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# razroom.com
Landing page for [Razroom](https://github.com/razroo/razroom) — AI-powered code automation platform.
**Live**: [razroom.com](https://razroom.com)
## Pages
- `/` — 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
## Tech Stack
- [Astro](https://astro.build/) — Static site generator
- GitHub Pages — Hosting
- Custom CSS — No framework, just vibes
## Development
```bash
bun install
bun run dev
```
## Build
```bash
bun run build
bun run preview
```
## Deploy
Automatically deployed to GitHub Pages on push to `main`.
## Install Scripts
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 `--gum` to force gum UI when supported, or `--no-gum` to disable gum output.
- Set `RAZROOM_USE_GUM=auto|1|0` to control gum behavior in automation.
These scripts:
1. Install Homebrew (macOS) or detect package managers (Windows)
2. Install Node.js 22+ if needed
3. Install razroom globally via npm
4. Run `razroom doctor --non-interactive` for migrations (upgrades only)
5. Prompt to run `razroom onboard` (new installs)
## Related
- [Razroom](https://github.com/razroo/razroom) — Main repository
- [Docs](https://docs.razroom.com) — Documentation
- [Discord](https://discord.gg/razroom) — Community