An interactive full-stack playground that lets you build a React frontend and Node.js backend and preview the output instantly in the browser
With Renz, you can iterate on frontend and backend code together and see live results without switching tools or setting up local environments.
This project enables:
- β‘ Live full-stack preview β build React frontend and Node.js backend and see results instantly
- π§© Frontend + Backend side-by-side development
- π₯ In-browser code execution & rendering
- π Rapid iteration workflow
- π± Responsive UI designed for development workflows
- π TypeScript-first codebase
- Frontend: Next.js (React)
- Backend: Node.js / Express
- Language: TypeScript
- Deployment: Vercel
- Preview Engine: In-browser rendering & API execution
- Installation
git clone https://github.com/MonishPuttu/Renz.git
cd Renz
Run Frontend
cd Frontend
npm install
npm run dev
Run Backend
cd Backend
npm install
npm start

