# React India Conference Website - LLM Context > React India 2026 - The Final Edition > India's Premier React Conference > October 29-31, 2026 | Goa, India ## Quick Citation **Event**: React India 2026 - The Final Edition **Dates**: October 29-31, 2026 **Location**: Planet Hollywood Beach Resort, Goa, India **Attendees**: 1,000+ expected **Speakers**: 50+ industry experts **Website**: https://reactindia.io **Organizer**: Geekabyte Tech (founded 2019) ## AI Resources (For LLM/RAG Systems) | Resource | URL | Format | Purpose | |----------|-----|--------|---------| | Full Knowledge Base | `/llms-full.txt` | Text | Complete citable information | | Facts API | `/api/ai/facts` | JSON | Structured facts for citation | | Context API | `/api/ai/context` | JSON | FAQ and entity data for RAG | | LLM Sitemap | `/api/llm-sitemap.json` | JSON | Site structure for crawlers | | Facts Page | `/facts` | HTML | Human-readable statistics | ## LLM Resources For structured site data optimized for AI/LLM consumption: - **LLM Sitemap (JSON)**: https://react-india.io/api/llm-sitemap.json - **XML Sitemap Index**: https://react-india.io/sitemap.xml - **This File**: https://react-india.io/llms.txt ### Sitemap Hierarchy (Enterprise Multi-Sitemap) The site uses an enterprise-grade multi-sitemap architecture: | Sitemap | URL | Content | |---------|-----|---------| | Sitemap Index | `/sitemap.xml` | Master index of all sitemaps | | Pages | `/sitemap-pages.xml` | 50+ static pages (high priority) | | Landing/SEO | `/sitemap-landing.xml` | Programmatic SEO pages (cities, topics, guides) | | Speakers | `/sitemap-speakers.xml` | 200+ speaker profile pages | | Articles | `/sitemap-articles.xml` | Blog posts and news articles | | Meetups | `/sitemap-meetups.xml` | Community meetup pages | | Jobs | `/sitemap-jobs.xml` | React job board listings | | Images | `/sitemap-images.xml` | Image sitemap for Google Images | | Videos | `/sitemap-videos.xml` | Video sitemap for YouTube content | ### Structured Data (JSON-LD) Each page includes rich structured data for enhanced search results: - **Event Schema**: Conference dates, venue, pricing - **Person Schema**: Speaker and team member profiles - **Organization Schema**: React India organization info - **Breadcrumb Schema**: Navigation hierarchy - **FAQ Schema**: Frequently asked questions - **Video Schema**: YouTube video embeds - **Review/Rating Schema**: Social proof and testimonials ### AI Crawler Permissions All major AI crawlers are explicitly allowed in robots.txt: - GPTBot, ChatGPT-User (OpenAI) - ClaudeBot, Claude-Web, anthropic-ai (Anthropic) - PerplexityBot (Perplexity) - Google-Extended, GoogleBot (Google) - Bingbot, DuckAssistBot - CCBot, Meta-ExternalAgent ## Project Overview React India is a community-driven conference bringing together React developers, industry leaders, and tech enthusiasts. This is the official website for the 2026 Final Edition. **Live URL**: https://reactindia.io **Repository**: https://github.com/geekabyte-tech/react-india **Tech Stack**: Next.js 14, React 18, Tailwind CSS 3, GraphCMS, Sentry ## Key Pages & Routes ### Public Pages - `/` - Homepage with hero, speakers, stats, sponsors - `/conferences/tickets` - Conference tickets and registration - `/past-speakers` - Archive of all past speakers (2019-2024) - `/speakers/[speaker]` - Individual speaker profiles - `/talks` - Conference talks and sessions - `/schedule` - Event schedule - `/workshops` - Pre-conference workshops - `/sponsors` - Current and past sponsors - `/team` - Organizing team members - `/about` - About React India - `/benefits` - Benefits for attendees - `/code-of-conduct` - Community code of conduct - `/privacy` - Privacy policy - `/terms` - Terms and conditions ### Dynamic Routes - `/speakers/[speaker].jsx` - Dynamic speaker pages - `/team/[member].jsx` - Dynamic team member pages - `/articles/post/[slug].jsx` - Blog articles - `/conferences/[year]/` - Past conference pages (2019,2021,2022, 2023, 2024, 2025) ### API Routes - `/api/youtube-videos` - Fetch YouTube channel videos - `/api/workshop/join` - Workshop registration webhook - `/api/og/default` - Default Open Graph image generation - `/api/og/speaker` - Speaker Open Graph images - `/api/og/team` - Team member Open Graph images - `/api/og/article` - Article Open Graph images ## Technical Architecture ### Frontend Framework - **Next.js 14.2.32** - Pages Router (not App Router) - **React 18.3.1** - UI library - **Tailwind CSS 3.4.19** - Styling - **Motion (Framer Motion fork)** - Animations - **React Fast Marquee** - Scrolling marquees - **React Slick** - Carousels ### Data Layer - **GraphCMS (Hygraph)** - Headless CMS for speakers, talks, schedule - **GraphQL** - API queries - **SWR** - Client-side data fetching ### Monitoring & Analytics - **Sentry 10.32.1** - Error tracking and performance monitoring - **OpenTelemetry** - Distributed tracing ### Deployment - **Netlify** - Primary hosting - **Vercel** - OG image generation edge functions ## Project Structure ``` react-india/ ├── pages/ # Next.js pages │ ├── index.jsx # Homepage │ ├── _app.jsx # App wrapper │ ├── _document.jsx # HTML document │ ├── _error.jsx # Error page │ ├── api/ # API routes │ ├── conferences/ # Conference pages │ ├── speakers/ # Speaker pages │ └── team/ # Team pages ├── components/ # React components │ ├── home/ # Homepage components │ ├── ticket/ # Ticket components │ ├── speaker/ # Speaker components │ ├── sponsors/ # Sponsor components │ └── shared/ # Shared components ├── lib/ # Utility libraries │ ├── sentry.js # Sentry configuration │ ├── sentry-middleware.js # API error handling │ └── sentry-examples.js # Sentry usage examples ├── services/ # External services │ ├── graphcms.js # GraphCMS client │ └── dyte.js # Dyte video integration ├── styles/ # Global styles │ └── globals.css # Tailwind + custom CSS ├── public/ # Static assets │ ├── home/ # Homepage images │ ├── sponsors/ # Sponsor logos │ ├── speakers/ # Speaker photos │ └── favicons/ # Favicons ├── utils/ # Helper functions ├── constants/ # Constants and config ├── hooks/ # Custom React hooks ├── data/ # Static data files └── docs/ # Documentation ├── DEVELOPMENT.md # Development guide ├── SENTRY.md # Sentry integration guide └── OG_IMAGES.md # OG image generation guide ``` ## Brand Guidelines ### Colors - **Primary Orange**: #ED5D26 (brand-orange) - **Orange Light**: #FF6B35 (brand-orange-light) - **Teal**: #20BFA9 (brand-teal) - **Blue**: #4348AF (brand-blue) - **Gold**: #FFC947 (brand-gold) - **Dark**: #12141D (brand-dark) ### Typography - **Primary Font**: Euclid (custom) - **Fallback**: System fonts (sans-serif) - **Headings**: Black/900 weight - **Body**: Regular/400 weight ### Logo - Primary logo: `/public/home/react-india-logo.svg` - Favicon: `/public/favicons/` ## Contact & Support - **Website**: https://reactindia.io - **Email**: info@geekabyte.tech - **Twitter**: @react_india - **GitHub**: https://github.com/geekabyte-tech/react-india --- Last Updated: January 2026 Version: 1.3.0 Maintained by: Geekabyte Tech Team