Source code for the romyq.com marketing and documentation site.
Romyq is an open-source, local-first, terminal-native software lifecycle management (SLM) system for AI-assisted development. The romyq pip package lives at github.com/Webrowse/romyq.
- Framework: Next.js 16 (static export)
- Documentation: Fumadocs MDX
- Styling: Tailwind CSS v4 + custom CSS variables
- Icons: Lucide React
- Fonts: Inter + JetBrains Mono
- Deployment: Cloudflare Pages (Wrangler)
npm install
npm run devOpen http://localhost:3000.
npm run buildOutput lands in out/ — a fully static site ready to deploy.
npm run deployThis builds the site and publishes it to Cloudflare Pages via Wrangler.
MIT — see LICENSE.