You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Index 323 state-level startup schemes and incentives across all 36
states and union territories — seed grants, sustenance allowances,
patent/marketing reimbursements, SGST refunds, lease-rental and power
subsidies, and preferential procurement — pulled from each official
state startup policy. Kept entirely separate from the central schemes:
its own data file (data/state-schemes.json), page, and search-index key.
New page (state-schemes.html) with three views over one dataset:
- By state: each state's policy, period, nodal agency and sector focus,
then its schemes as benefit-highlighted cards.
- All schemes: flat, filterable card grid tagged by state.
- Map: reuses the India choropleth (shaded by scheme count) — click a
state to see its policy and schemes in the side panel; the full
distribution stays coloured while the selection is highlighted.
Search + state/type filters, all deep-linkable. Every scheme (and each
state) is added to the ⌘K search index. Wired into nav (renaming the
portal list to "State portals" to sit beside the new "State & UT
schemes") and the home page / overview.
Research gathered by a fan-out of per-state agents reading official
policy portals; amounts are as officially stated and unverifiable
fields are left blank rather than guessed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Tg3RZsmaxHmycVh6yKYcxj
|[What do you need?](https://fritzhand.github.io/startup-india-guide/needs.html)| From a need (grant / loan / lab / buyers / IP) to the schemes that provide it |
47
+
|[State & UT schemes](https://fritzhand.github.io/startup-india-guide/state-schemes.html)| 320+ state-level startup schemes & incentives (seed grants, subsidies, reimbursements, procurement) across every state and UT — straight from each official state startup policy, by-state / all-schemes / map views. Kept separate from the central schemes |
47
48
|[Incubators directory](https://fritzhand.github.io/startup-india-guide/incubators.html)| 220+ technology business incubators, Atal Incubation Centres & startup hubs on an interactive India map (choropleth + city markers) — searchable, filterable, cards / table / state-wise views, with locations, websites and contacts |
48
49
|[PSU & regulators](https://fritzhand.github.io/startup-india-guide/psu.html) · [States & UTs](https://fritzhand.github.io/startup-india-guide/states.html)| 17 PSU/regulator programs; every state startup portal |
1.**Extract** — every PDF page rendered to text *and* image; scheme one-pagers parsed to structured JSON; hyperlinks taken from the PDF's link annotations, never retyped.
@@ -92,8 +93,9 @@ startup-india-guide/
92
93
│ ├── decision-tree.json # the 5-question finder
93
94
│ ├── lifecycle.json # stage → schemes map
94
95
│ ├── needs-index.json # need → schemes map
96
+
│ ├── state-schemes.json # 320+ state/UT startup schemes & incentives, by state
<a class="card" href="state-schemes.html"><h3><span class="card-icon tone-green">${ICONS.layers}</span>State & UT schemes</h3><p>${stateSchemes.states.flatMap((s)=>s.schemes).length} state-level startup schemes & incentives — seed grants, subsidies, reimbursements — that stack on top of central schemes. By state, searchable, on a map.</p><span class="go">${ICONS.arrow}</span></a>
459
462
<a class="card" href="incubators.html"><h3><span class="card-icon tone-teal">${ICONS.pin}</span>Incubators directory</h3><p>${incubators.incubators.length} technology business incubators, Atal Incubation Centres and startup hubs across India — on an interactive map, searchable and state-wise.</p><span class="go">${ICONS.arrow}</span></a>
460
463
<a class="card" href="psu.html"><h3><span class="card-icon tone-blue">${ICONS.building}</span>PSU & regulator programs</h3><p>${psu.programs.length} startup initiatives run by public sector undertakings and regulators — ONGC, BHEL, GAIL, IFSCA and more.</p><span class="go">${ICONS.arrow}</span></a>
461
464
<a class="card" href="states.html"><h3><span class="card-icon tone-green">${ICONS.map}</span>State & UT startup portals</h3><p>Every state and union territory runs its own startup policy — find your state's portal and incentives.</p><span class="go">${ICONS.arrow}</span></a>
<div class="callout tone-info" style="margin-top:30px"><span class="ic">${ICONS.info}</span><div>State incentives <strong>stack with central schemes</strong> — a startup can draw on both. Amounts, windows and eligibility come from each state's official startup policy and change often; blank fields are left blank rather than guessed. Always confirm on the state portal before applying. Spotted an error or a missing scheme? <a href="${attr(REPO_URL)}" target="_blank" rel="noopener">Open an issue on GitHub</a>.</div></div>
root: "",active: "state-schemes.html",title: "State & UT Startup Schemes",
843
+
description: `A searchable index of ${allSchemes.length} state and union-territory startup schemes and incentives across ${withPolicy} states — seed grants, subsidies, reimbursements and more, straight from each official state startup policy. Kept separate from central schemes.`,
0 commit comments