Full Stack Architect | React & Next.js Specialist
I am a full-stack developer focused on unified development architectures and high-performance monolith engines. My goal is to simplify the complex bridge between frontend and backend systems.
Personal Website : https://saumya-rawal.vercel.app
Rex is my full-stack framework built around a One House Architecture: Express owns the server, API routes, and application flow, while Vite powers the React frontend through middleware inside the same system.
- Unifies frontend and backend development without juggling separate servers.
- Uses
server.jsas the Express-led entry point, withapi/routes.jsfor backend logic andsrc/for the React UI. - Ships with a clean API calling pattern using React Query and Axios for cached, maintainable client data fetching.
- Deploys as a standard Express monolith across serverless functions, containers, or traditional servers.
- Starts fast with
npm create rex-app@latest.
Official Documentation of rexjs : https://rex-docs.vercel.app
Rex reflects the architecture I like to build: practical full-stack systems where the backend and frontend are not treated as disconnected projects, but as one coordinated application.
Architecting the web, building resilient systems.


