Skip to content

Commit 10b24e0

Browse files
committed
feat: Update event details and domain categories for India Innovates 2026, merging Cybersecurity into Open Innovation and revising prize pool information.
1 parent 34c15bb commit 10b24e0

4 files changed

Lines changed: 14 additions & 25 deletions

File tree

app/api/assistant/route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ Rules:
8484
- **Domains:**
8585
1. Urban Solutions (Flooding engine, AQI dashboard, AI waste tracking, AI Traffic Flow).
8686
2. Digital Democracy (Global Ontology Engine, AI Booth Management, Secure E-Voting, AI Avatars, AI Calling Agents, Smart CRM, AI Co-Pilot).
87-
3. Cyber Security (Threat detection, secure access, encryption, phishing prevention).
88-
4. Open Innovation (Healthcare, Robotics, Agriculture, Fintech, etc.).
87+
3. Open Innovation (Healthcare, Robotics, Agriculture, Fintech, Cybersecurity, etc. — Cybersecurity has been merged here for new registrations; existing Cybersecurity registrants can still present and are fully eligible for prizes).
8988
- **Product State:** Fully polished not required, but need a working product/prototype/breakthrough idea. Teams must submit PPT describing their idea, approach, and expected impact. All development must be completed before the Finale which is on 28 March 2026. No development/coding time on Final Presentation Day.
9089
- **Logistics:** Offline at Bharat Mandapam, New Delhi. 28 March 2026, 9:00 AM – 7:00 PM. Travel & accommodation not provided.
9190
- **Key Dates:** Registration Deadline: 05 Mar 2026, 10:59 PM IST. PPT Submission Phase: 24 Jan - 10 Mar 2026, 11:59 PM IST. Evaluation Phase: 11 Mar - 15 Mar 2026. Grand Finale: 28 Mar 2026, 9:00 AM.
@@ -95,6 +94,7 @@ Rules:
9594
- **Rules:** Projects must be original, no previously deployed projects. Open-source tools allowed. Plagiarism = disqualification. Volunteers cannot participate, and participants cannot volunteer at the event. If a participant hasn't submitted a GitHub link, provide this form: https://tally.so/r/D4V2pq
9695
- **Registration & Communication:** Applications must be submitted via Unstop. Join the Official WhatsApp Community: https://chat.whatsapp.com/DOs79yuKXAB4jm76wNJsNc
9796
- **Volunteering:** To volunteer at Bits&Bytes club or its general events, take users to \`/join\`. To volunteer specifically for India Innovates 2026 Hackathon, give them: https://tally.so/r/b57gp6
97+
- **Cybersecurity Domain Change (Important):** The Cybersecurity domain has been removed for new registrations to align with official Guinness World Record guidelines, as the event is attempting a record for the Largest Civic Tech Hackathon (and also the largest hackathon under roof). Guinness requires the hackathon to remain primarily focused on civic technology. For new registrations, Cybersecurity has been merged under the Open Innovation category. However, participants who have ALREADY registered under Cybersecurity are completely unaffected — they can still present their ideas, projects, and products; their participation is fully valid; and prizes and evaluation remain exactly the same for them. Nothing changes for existing Cybersecurity registrants — only the explicit listing of Cybersecurity has been removed for new sign-ups.
9898
`
9999

100100
const tools: OpenAI.Chat.Completions.ChatCompletionTool[] = [

app/events/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const eventsJsonLd = {
4040
"@type": "Event",
4141
name: "India Innovates 2026",
4242
description:
43-
"India's Biggest Tech Innovation Summit — Where Code Meets Constitution. Bits&Bytes is the Executive Partner. ₹10,05,000 prize pool across Politics & Civic Tech, Data Mining, and Cyber Security domains.",
43+
"India's Biggest Tech Innovation Summit — Where Code Meets Constitution. Bits&Bytes is the Executive Partner. ₹10,05,000 prize pool across Urban Solutions, Digital Democracy, and Open Innovation domains.",
4444
startDate: "2026-03-28",
4545
endDate: "2026-03-29",
4646
eventAttendanceMode: "https://schema.org/OfflineEventAttendanceMode",

app/events/page.tsx

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import {
2121
Calendar,
2222
MapPin,
2323
Clock,
24-
Shield,
2524
Database,
2625
Landmark,
26+
Lightbulb,
2727
Building2,
2828
Check,
2929
ChevronRight,
@@ -85,27 +85,19 @@ const problemStatements: { domain: string; items: string[] }[] = [
8585
"AI-driven Sentiment Analysis Engine",
8686
],
8787
},
88-
{
89-
domain: "Cyber Security",
90-
items: [
91-
"Threat detection & secure access systems",
92-
"Encryption / phishing prevention / incident response",
93-
"Open innovation strengthening digital trust",
94-
],
95-
},
9688
];
9789

9890
const domainIcon: Record<string, React.ReactNode> = {
9991
"Politics & Civic Tech": <Landmark className="h-3.5 w-3.5" />,
10092
"Data Mining and Processing": <Database className="h-3.5 w-3.5" />,
101-
"Cyber Security": <Shield className="h-3.5 w-3.5" />,
93+
"Open Innovation": <Lightbulb className="h-3.5 w-3.5" />,
10294
};
10395

10496
const prizeRows = [
105-
{ pos: "1st Prize", politics: "₹1,50,000", data: "₹1,50,000", cyber: "₹1,50,000" },
106-
{ pos: "2nd Prize", politics: "₹1,00,000", data: "₹1,00,000", cyber: "₹1,00,000" },
107-
{ pos: "3rd Prize", politics: "₹50,000", data: "₹50,000", cyber: "₹50,000" },
108-
{ pos: "Runner-up", politics: "₹35,000", data: "₹35,000", cyber: "₹35,000" },
97+
{ pos: "1st Prize", politics: "₹1,50,000", data: "₹1,50,000" },
98+
{ pos: "2nd Prize", politics: "₹1,00,000", data: "₹1,00,000" },
99+
{ pos: "3rd Prize", politics: "₹50,000", data: "₹50,000" },
100+
{ pos: "Runner-up", politics: "₹35,000", data: "₹35,000" },
109101
];
110102

111103
const additionalOutcomes = [
@@ -429,7 +421,7 @@ export default function Events() {
429421
<div>
430422
<p className="text-[10px] uppercase tracking-widest font-semibold text-white/40 mb-2.5">Challenge Domains</p>
431423
<div className="flex flex-wrap gap-2">
432-
{["Politics & Civic Tech", "Data Mining and Processing", "Cyber Security"].map((d) => (
424+
{["Politics & Civic Tech", "Data Mining and Processing", "Open Innovation"].map((d) => (
433425
<span key={d} className="inline-flex items-center gap-1.5 rounded-full border border-white/15 bg-white/5 px-3 py-1.5 text-xs font-medium text-white/80">
434426
{domainIcon[d]}{d}
435427
</span>
@@ -620,7 +612,7 @@ export default function Events() {
620612
>
621613
<ul className="grid grid-cols-1 grid-rows-none gap-4 md:grid-cols-12 lg:gap-4">
622614
{problemStatements.map(({ domain, items }, idx) => (
623-
<li key={domain} className={["md:[grid-area:1/1/2/5]", "md:[grid-area:1/5/2/9]", "md:[grid-area:1/9/2/13]"][idx]}>
615+
<li key={domain} className={["md:[grid-area:1/1/2/7]", "md:[grid-area:1/7/2/13]"][idx]}>
624616
<GlowingCard animationDelay={idx * 0.1}>
625617
<div className="space-y-4">
626618
<div className="inline-flex items-center gap-2 rounded-full border border-white/10 bg-white/5 px-3 py-1.5">
@@ -661,9 +653,7 @@ export default function Events() {
661653
<th className="px-5 py-4 text-left text-xs font-semibold uppercase tracking-wider text-white/50">
662654
<span className="inline-flex items-center gap-1.5"><Database className="h-3.5 w-3.5 text-(--brand-pink)" />Data Mining</span>
663655
</th>
664-
<th className="px-5 py-4 text-left text-xs font-semibold uppercase tracking-wider text-white/50">
665-
<span className="inline-flex items-center gap-1.5"><Shield className="h-3.5 w-3.5 text-(--brand-pink)" />Cyber Security</span>
666-
</th>
656+
667657
</tr>
668658
</thead>
669659
<tbody>
@@ -675,11 +665,10 @@ export default function Events() {
675665
</td>
676666
<td className="px-5 py-4 text-white/85">{row.politics} <span className="text-[10px] text-white/40">+ Cert</span></td>
677667
<td className="px-5 py-4 text-white/85">{row.data} <span className="text-[10px] text-white/40">+ Cert</span></td>
678-
<td className="px-5 py-4 text-white/85">{row.cyber} <span className="text-[10px] text-white/40">+ Cert</span></td>
679668
</tr>
680669
))}
681670
<tr>
682-
<td colSpan={4} className="px-5 py-3 text-xs text-white/40 italic">
671+
<td colSpan={3} className="px-5 py-3 text-xs text-white/40 italic">
683672
All registered participants receive a Participation Certificate.
684673
</td>
685674
</tr>

public/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Bits&Bytes is India's boldest teen-led code club and nonprofit, based in Lucknow
2929

3030
## Current & Upcoming Events
3131
- **GitHub Copilot Dev Days | Lucknow** — A community developer event exploring AI-assisted coding with GitHub Copilot. Sunday, April 19, 2026, 10:00 AM – 2:00 PM at Cubispace, Jankipuram, Lucknow, UP (Map: https://www.google.com/maps/search/?api=1&query=26.9109169%2C80.9464606&query_place_id=ChIJSydGKnNXmTkRj475BfUXmeA). Hosted by Bits&Bytes. Community Partners: Coding Connoisseurs, Aryan Singh, and Notion Lucknow. Registration via Luma (approval required): https://luma.com/xtxua1jl. Topics: how GitHub Copilot works, integrating AI into dev workflows, prompt techniques for better code suggestions, responsible AI use. **Note: Bits&Bytes is the Host of this event.**
32-
- **India Innovates 2026** — India's Biggest Tech Innovation Summit at Bharat Mandapam, New Delhi (28 Mar 2026). ₹10,05,000 prize pool. **21,437+ registrations already.** **Registration is FREE** (no registration fee). Domains: Politics & Civic Tech, Data Mining and Processing, Cyber Security. Register at https://unstop.com/conferences/india-innovates-2026-municipal-corporation-of-delhi-1625920. **Note: Bits&Bytes is the Executive Partner of this event — we are not the original organizer or founder of India Innovates 2026.**
32+
- **India Innovates 2026** — India's Biggest Tech Innovation Summit at Bharat Mandapam, New Delhi (28 Mar 2026). ₹10,05,000 prize pool. **21,437+ registrations already.** **Registration is FREE** (no registration fee). Domains: Urban Solutions, Digital Democracy, Open Innovation (Cybersecurity merged here for new registrations; existing Cybersecurity registrants remain fully eligible). Register at https://unstop.com/conferences/india-innovates-2026-municipal-corporation-of-delhi-1625920. **Note: Bits&Bytes is the Executive Partner of this event — we are not the original organizer or founder of India Innovates 2026.**
3333

3434
## Leadership Team (Core Team)
3535
- **Yash**: Founder & Local Lead – Leads entire organization, coords teams, tech architect.

0 commit comments

Comments
 (0)