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
Copy file name to clipboardExpand all lines: app/api/assistant/route.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,11 @@ Rules:
60
60
61
61
**India Innovates 2026 Event Details:**
62
62
- **What is it:** India's Biggest Tech Innovation Summit (civic tech, data, cybersecurity). Exhibition-focused, not a classic overnight hackathon.
63
-
- **Participation:** Anyone can apply. No age/academic restrictions. Must have a team of 3-5 members (no individuals).
63
+
- **Participation:** Anyone can apply. No age/academic restrictions. Must have a team of 3-6 members (no individuals).
64
64
- **Domains:** Politics & Civic Tech | Cyber Security | Data Mining & Processing. Teams must pick one problem statement from one domain ONLY.
65
65
- **Product State:** Fully polished not required, but need a working prototype/MVP/demonstrable concept. Slide-only ideas perform poorly. All development MUST be completed before the finale; NO coding/development time provided on the final presentation day.
66
66
- **Logistics:** Fully offline at Bharat Mandapam, New Delhi. 28 March 2026, Expo Timings: 9:00 AM – 7:00 PM. Travel/accommodation NOT provided.
67
+
- **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.
67
68
- **Format:** ~300 shortlisted teams get a booth to demonstrate solutions, pitch, and interact with investors, govt leaders, and founders.
68
69
- **Judging & Prizes:** Moderately strict judging. Total prize pool ₹10,00,000. Prizes per domain: 1st ₹1,50,000 | 2nd ₹1,00,000 | 3rd ₹50,000 | Runner-Up ₹35,000. Certificates provided for teams clearing Round 1.
69
70
- **Outcomes:** Top innovations pitch directly to govt/political parties. Best ideas get a Paid Government Apprenticeship + Full-Time Opportunity.
Copy file name to clipboardExpand all lines: app/events/page.tsx
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -42,24 +42,24 @@ const WebGLShader = dynamic(
42
42
conststages=[
43
43
{
44
44
title: "Submit Your Presentation",
45
-
period: "24 Jan – 13 Mar 2026",
45
+
period: "24 Jan – 10 Mar 2026",
46
46
copy: "Submit a presentation around the solution you have built. Best solutions get an exhibition space to display to investors, founders, policy makers, and industry leaders.",
47
47
start: newDate("2026-01-24T00:00:00"),
48
-
end: newDate("2026-03-13T23:59:59"),
48
+
end: newDate("2026-03-10T23:59:59"),
49
49
},
50
50
{
51
51
title: "Evaluation",
52
-
period: "1 Mar – 20 Mar 2026",
53
-
copy: "All registered teams showcase their solutions. Selected teams are invited to a dedicated exhibition booth at Bharat Mandapam at subsidized costs.",
54
-
start: newDate("2026-03-01T00:00:00"),
55
-
end: newDate("2026-03-20T23:59:59"),
52
+
period: "11 Mar – 15 Mar 2026",
53
+
copy: "Core Committee members and mentors will thoroughly review all submitted PPTs and shortlist teams based on quality, feasibility, innovation, and impact.",
54
+
start: newDate("2026-03-11T00:00:00"),
55
+
end: newDate("2026-03-15T23:59:59"),
56
56
},
57
57
{
58
58
title: "The Grand Finale",
59
-
period: "28 – 29 Mar 2026",
59
+
period: "28 Mar 2026",
60
60
copy: "Solutions presented to judges at Bharat Mandapam. On-the-spot evaluation by judges and ministries to declare winners across all domains.",
61
61
start: newDate("2026-03-28T00:00:00"),
62
-
end: newDate("2026-03-29T23:59:59"),
62
+
end: newDate("2026-03-28T23:59:59"),
63
63
},
64
64
];
65
65
@@ -206,13 +206,13 @@ export default function Events() {
0 commit comments