Designing and building the PANTERRA corporate platform end to end
PANTERRA PRIVATE LIMITED Internal engineering build
The challenge
PANTERRA needed a corporate platform that could carry technical credibility, be indexed cleanly by search engines, capture qualified enquiries and give the founder a single secure place to work them — without a CMS, an agency retainer or a third-party form service holding the data.
What was engineered
- Server-rendered application on TanStack Start, with typed file-based routing and per-page metadata rather than a template-driven site builder.
- Content modelled as typed data in code, so capability, industry and insight sections stay consistent across pages and cannot drift.
- Enquiry capture validated on both the client and the server with a shared schema, then written to a managed Postgres database through a server function — no public write endpoint.
- Row-level security with a separate role table and a security-definer role check, so enquiry records are readable only by an authenticated administrator.
- Internal dashboard behind an authenticated route guard, with non-admin accounts refused at the database layer, not just in the interface.
- SEO architecture built in: canonical URLs, Open Graph and Twitter cards, organisation and local-business structured data, a generated XML sitemap and robots directives.
Measured outcomes
16+ server-rendered routes
Public site plus legal and corporate-disclosure pages, all rendered on the server for indexing.
Zero third-party form processors
Enquiries persist directly to the company's own database, validated on both sides of the boundary.
Access verified end to end
Unauthenticated visitors are redirected, signed-in non-admins are refused, and an admin sees submissions newest-first.
Structured data from launch
Schema markup and sitemap shipped with the first release rather than retrofitted later.