Explore the map
Navigate a globe-to-flat vector map with clustered company counts, logo markers, animated camera movement, and precise expansion behavior.
Tamil Nadu Startup Map turns fragmented ecosystem data into a navigable public product. People can discover companies by geography, sector, stage, status, age, and ecosystem tier; move between map and directory views; open structured profiles; and continue to company websites or career opportunities.
A startup ecosystem is difficult to navigate when company data is scattered across registries, incubator directories, websites, and press. The product creates a single discovery layer: source-aware records underneath, fast search and filters in the middle, and a map-first interface that makes the ecosystem legible to talent, founders, investors, and collaborators.
The experience moves from clustered geography to individual company markers, then into a structured profile with business context, funding and team signals, website access, and a careers pathway. The map is the interface; the product underneath is the searchable, classified ecosystem dataset.
Publishing a trustworthy marker is a data-engineering problem before it is a visual one. The workflow keeps acquisition, judgement, coordinates, and publication reviewable.
Collect candidate companies from public Startup India profiles, the IIT Madras Research Park directory, company websites, and permitted official or ecosystem sources.
Convert inconsistent source shapes into one typed record vocabulary for names, domains, categories, stages, status, funding, locations, and provenance.
Resolve records by stable slugs, domains, registered names, and source evidence while preserving curated facts over weaker scraped values.
Enforce required fields, controlled taxonomies, location rules, website checks, and at least one traceable source. Unknown facts stay unknown instead of being invented.
Turn source-backed addresses into cached Nominatim or CARTO candidates, then apply metro bounds, precision, confidence, reverse-address, and water-feature checks before promotion.
Calculate an explainable ecosystem tier from documented funding, stage, employees, company age, investor, market, growth, and revenue signals.
Write verified JSON into Supabase through chunked, retry-aware, idempotent upserts. Completeness checks, slug migration, and withdrawal guards stop partial runs from silently damaging the live directory.
The same public dataset supports two browsing modes and multiple ways into a company, without requiring an account.
Navigate a globe-to-flat vector map with clustered company counts, logo markers, animated camera movement, and precise expansion behavior.
Switch to a responsive card grid without losing the same search and filter vocabulary used by the map.
PostgreSQL full-text search covers company names, categories, subcategories, and descriptions through a weighted GIN index.
Narrow by city, sector, stage, ecosystem tier, company type, founded year, and operating status; the URL keeps the view shareable.
See available location, category, founding, team, funding, round, status, website, and careers information in one profile.
Use a verified company careers page when one was found; otherwise the interface clearly falls back to a company-specific jobs search.
Submit a company, address, optional map pin, sector, stage, description, and contact email for human review.
Return from a company to the exact filtered list you came from, or continue to its own website and opportunities.
Company and taxonomy routes carry metadata, structured JSON-LD, sitemap entries, and stable URLs for search engines and direct sharing.
The hard part is not placing one pin. It is keeping hundreds of nearby companies readable without pretending a display offset is a new fact.
The architecture is deliberately explicit about what is sourced, what is calculated, what is still unknown, and what the public is allowed to read or write.
count(*); the page refuses to serve a silently truncated dataset.Open the live map to browse companies, or inspect the public repository for the product, data, geospatial, and testing architecture.