Nantin Baba Ashram
A deliberately tiny static Hindi site for an ashram — 21 KB, no build step, no maintenance.
This site is no longer online. The domain currently returns a Vercel DEPLOYMENT_NOT_FOUND error — the hosting was taken down after handover, which is the organisation's decision to make. The build and the signals recorded below were verified while it was live; they are kept here rather than quietly deleted.
The engineering
Static HTML deployed to Vercel, built on Bootstrap 5 with jQuery slim and Popper — the whole document is roughly 21 KB, has no application framework and no build pipeline, so it will still render correctly with no intervention years from now.
In plain language
Gives the ashram a permanent, free-to-run web presence that loads instantly even on a weak rural connection.
The problem
What needed solving
A community organisation cannot carry an annual maintenance contract, and it cannot afford a site that breaks the first time a framework has a breaking release.
The approach
How it was built
Choose boring, permanent technology deliberately — static HTML and a stable CSS framework, no build step to rot.
Keep the payload under a few tens of kilobytes so the site is usable on a weak mobile connection in the hills.
Deploy to a platform with a free tier and automatic TLS so there is no renewal to forget.
The outcome
What it produced
- No dependency upgrade treadmill and no recurring hosting bill.
- Loads on a poor connection, which is the actual constraint for this audience.
Related work
Other builds with the same shape
This project sits under Web development. Here are the closest neighbours in the portfolio.
- Health & Coaching2026
FitWithNash — Consultation
EngineeringAstro site (public source at github.com/codehippies11/fitwithnash) deployed to Vercel's edge network — the served page is essentially all content and almost no asset weight, and it carries the deepest structured-data graph in the portfolio: Person, ProfessionalService, Service, OfferCatalog, Offer, EducationalOccupationalCredential, Audience and a full FAQPage.
In plain termsTurns a nutritionist's practice into a single page that answers every question a prospective client has, then books them.
- Astro
- Vercel
- Static generation
- JSON-LD / Schema.org
Read the case studyconsult.fitwithnash.com(opens the live site in a new tab) - News & Publishing2026
Uttaranchal Kesari
EngineeringNext.js application server (confirmed by an
x-powered-by: Next.jsresponse header) fronted by Caddy for TLS termination, serving server-rendered Hindi article markup atlang="hi"withNewsMediaOrganization,WebSiteandSearchActionJSON-LD emitted on the document.In plain termsPublishes Uttarakhand's daily Hindi news in a form Google News and search engines can read the moment a story goes live.
- Next.js
- React
- Caddy
- Server-side rendering
Read the case studyuttaranchalkesari.com(opens the live site in a new tab) - Marketing & Agency2026
ScaleWell Digital Solutions
EngineeringVite-built React SPA — an ES-module entry at
/assets/index-<hash>.jswith content-hashed CSS beside it — shipping a roughly 1 KB HTML shell, Tailwind design tokens (bg-primary,text-secondary,font-body) and preconnected Google Fonts (Space Grotesk / Sora).In plain termsA fast, app-like marketing site where every interaction happens instantly without a page reload.
- React
- Vite
- Tailwind CSS
- Hostinger CDN
Read the case studyscalewelldigitalsolutions.in(opens the live site in a new tab)