Who built this site
Kamlesh Choudhary (devxkamlesh), a full-stack engineer based in Jaipur, Rajasthan.
Why this exists
I started RajSSO Guide after helping a relative reset their SSO password turned into a forty minute phone call. The official portal works, but the steps are scattered across notices and easy to get wrong when a deadline is close. So I put the common tasks in one place, in both Hindi and English, and kept the tools running inside your browser so nothing you type ever leaves your device.
How it is built
The site is a static-first Next.js app deployed on Cloudflare. The stack is:
- Next.js 16 with the App Router and React 19
- TypeScript in strict mode
- Tailwind CSS v4 for styling
- Cloudflare Workers via the OpenNext adapter, deployed with wrangler
- Content driven from JSON and TypeScript data files, so a new page is a data edit
- SEO handled with the native Next.js Metadata API and JSON-LD structured data
How I keep it honest
Every guide is written and checked by hand against the official portal, and re-checked when notifications change. The site is clearly independent, it is not the government portal, and it never asks for your SSO ID, password, or OTP. That rule shapes what I will and will not build here.