ReviJs is a local-first CLI tool that converts modern SPA apps (React/Vite) into fully prerendered, SEO-friendly static HTML. Unlike traditional SSR frameworks or heavy prerender services, ReviJs focuses on simplicity and developer control. It runs locally, uses a headless browser internally, and outputs clean HTML that search engines can crawl instantly no extra infrastructure needed..
No reviews yetBe the first to leave a review for Revi
Maker
📌
I built ReviJs because I kept running into the same frustrating problem: modern React/Vite apps look great in the browser, but from an SEO perspective, they’re almost invisible without proper prerendering.
Most existing solutions either rely on heavy server-side rendering setups, complex configurations, or tools that expose underlying dependencies like headless browsers. I wanted something simpler a local-first CLI that just works.
During development, the approach evolved from a basic prerender script into a more structured tool that focuses on:
- simplicity over complexity
- zero-config or minimal setup
- clean, static HTML output that actually works for crawlers
ReviJs is my attempt to make prerendering feel as easy as running a single command — without sacrificing performance or control.
Would love feedback, ideas, or even criticism,this is just the beginning 🚀