Himachal Kesari
The same Hindi publishing platform, deployed for Himachal Pradesh behind Cloudflare.
The engineering
A second tenant of the same Next.js publishing platform, this one served through Cloudflare (server: cloudflare, x-powered-by: Next.js) with the heaviest editorial payload of the three regional editions and the same NewsMediaOrganization / SearchAction structured-data graph.
In plain language
Gives Himachal Pradesh its own Hindi news brand without rebuilding the publishing system from scratch.
The problem
What needed solving
Launching a second regional edition is where most publishing projects go wrong: the usual answer is to clone the codebase, and from that point every fix has to be applied twice.
The approach
How it was built
Run the new edition as another tenant of the existing platform rather than a forked codebase, so a fix ships to every edition at once.
Keep per-edition branding, sections and structured-data identity configurable instead of hard-coded.
Put Cloudflare in front of the origin so cacheable pages are served close to the reader.
The outcome
What it produced
- A new regional edition launches as configuration, not as a fork.
- One codebase, one deployment pipeline, three published mastheads.
Related work
Other builds with the same shape
This project sits under Web development. Here are the closest neighbours in the portfolio.
- 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) - News & Publishing2026
Haryana Kesari
EngineeringThird tenant of the same Next.js + Caddy publishing stack, live and serving a correctly structured empty state (the homepage renders अभी कोई प्रकाशित खबर उपलब्ध नहीं — "no published stories yet") with its NewsMediaOrganization and WebSite JSON-LD identity already in place.
In plain termsThe Haryana masthead is built, deployed and search-ready; it starts ranking from day one of publishing rather than from month three.
- Next.js
- React
- Caddy
- Multi-tenant content platform
Read the case studyharyanakesari.com(opens the live site in a new tab) - News & Publishing2026
IndiaNews16
EngineeringSame custom PHP news engine as ReadyNews, deployed behind Cloudflare with dated build tags on its assets (
app.js?v=20260705atlas1), serving a dense homepage — 90 internal links and 28 images in the initial HTML — under a NewsMediaOrganization / CollectionPage / BreadcrumbList / ItemList structured-data graph.In plain termsPuts a large amount of the day's news one click from the front page, without making the front page slow.
- PHP
- Custom CMS
- Cloudflare
- JSON-LD / Schema.org
Read the case studyindianews16.com(opens the live site in a new tab)