India
ProjectsNovember 3, 2023

Indus premium properties, a private listings portal

image
A second, separate site for Indus Real Estate's premium listings. Access is restricted to registered users. The main Indus site is built to be found. Search rankings, indexable listing pages, fast first paint for people arriving from Google. This one is built not to be. Owners of high-value properties often do not want their address, interior photographs and asking price publicly indexed, and buyers at that level are introduced by an agent rather than arriving from a search result. So the requirements invert: registration ahead of any listing detail, nothing indexable, and no public entry point into the inventory. Building the two as one site with a permission flag would have been a mistake. The caching, the rendering strategy and the metadata all want to be different, and a single codebase serving both intentions tends to leak the private half into the public one eventually. Because there is no search traffic to optimise for, the interface could be slower and heavier in the places where that buys something: larger photography, more space, fewer listings on screen at once. The result is closer to a brochure than to a search tool, which suits both the inventory and the audience. Next.js on the front with PHP and Node.js behind it over SQL, sharing the property data model with the main site.

Screens

Indus premium properties, a private listings portal screen 2
Indus premium properties, a private listings portal screen 3
Indus premium properties, a private listings portal screen 4
Indus premium properties, a private listings portal screen 5
Indus premium properties, a private listings portal screen 6
Indus premium properties, a private listings portal screen 7
Indus premium properties, a private listings portal screen 8
Indus premium properties, a private listings portal screen 9
Indus premium properties, a private listings portal screen 10
Indus premium properties, a private listings portal screen 11

Related projects

Enrixa Store, a multi-tenant e-commerce platform

Enrixa Store, a multi-tenant e-commerce platform

A platform where every merchant runs an isolated store on its own subdomain, and where a query that could leak one merchant's data into another fails CI instead of reaching customers.
Enrixa AI, a shopping assistant for Shopify

Enrixa AI, a shopping assistant for Shopify

A tool-calling agent that answers shopper questions against a live product catalog, streamed over SSE, with a chat widget that cannot collide with the store's own CSS.