Why Landrr?
Vite
Instant dev server, HMR, and tiny production bundles.
React 18
Hooks, Suspense, and concurrent rendering built in.
SSR
Server-render pages on each request for dynamic data and SEO.
SSG
Pre-render routes at build time. Deploy static HTML to GitHub Pages with no server.
TypeScript
Typed from day one across your entire app.
SEO
Head component and meta helpers included.
What you can build
Marketing sites
Landing pages, product sites, and launch pages with blocks and SSG.
Documentation
Multi-page docs with routing, search-friendly HTML, and fast loads.
Portfolios & blogs
Static-first sites that hydrate into interactive React apps.
Client dashboards
SSR when you need live data; SSG when content is mostly static.
GitHub Pages
Export static HTML and assets — no Node server required.
Node hosting
Run server.js on Vercel, Railway, or any Node host for full SSR.
Quick start
Create a new app in one command. Mark pages with export const ssr = { mode: "ssg" } to pre-render them at build time.
npx create-landrr-app my-landing-page
cd my-landing-page
npm run devThen open http://localhost:3000