Community MeetupsIndia tech calendar
Distribution layer

Export meetups into APIs, widgets, calendars, and recommendations.

Give organizers distribution beyond the app: public API contracts, embeddable event widgets, custom-domain calendars, and personalized event suggestions from one structured graph.

Distribution tools ready
Distribution workflow
Pick the distribution stage first, then work through only the tools that belong to that stage.
Public API
Publish stage

Expose the public graph through APIs, embeds, and calendars.

10 API endpoints3 widget layoutsICS calendar
Public API contracts
Static-preview contracts for future API routes and partner integrations.
10 events · 3 speakers · 3 CFPs · 3 venues · 2 sponsors · 3 collaborations · 6 talks
GETevents
/api/v1/events.json

Upcoming event records with community, schedule, venue, registration state, and material availability.

citycategoryformatstatuscommunity
Open endpoint
GETcommunities
/api/v1/communities.json

Verified community profiles with categories, ratings, organizer history, and public links.

citycategoryverified
Open endpoint
GETspeakers
/api/v1/speakers.json

Public speaker profiles with reusable talks, expertise, audience fit, and delivered/scheduled talk history.

cityexpertiseavailability
Open endpoint
GETtalks
/api/v1/talks.json

Public talk archive records with speakers, events, materials, recordings, repositories, and delivery status.

citycategorystatusspeakercommunity
Open endpoint
GETcfps
/api/v1/cfps.json

Open CFP records with deadlines, formats, beginner-friendly flags, travel support, and speaker workspace links.

cityformatbeginnerFriendlystatus
Open endpoint
GETvenues
/api/v1/venues.json

Meetup-ready venue records with capacity, accessibility, transport, amenities, and verification status.

citylocalityverificationStatusminCapacity
Open endpoint
GETsponsors
/api/v1/sponsors.json

Sponsor profiles with focus areas, budget ranges, packages, benefits, and proposal handoff URLs.

interestbudgetRangepackage
Open endpoint
GETcollaborations
/api/v1/collaborations.json

Co-host, speaker exchange, venue partner, and sponsor collaboration opportunities across communities.

citycategoryneedhostCommunity
Open endpoint
GETcalendar
/api/v1/calendars/kubernetes-blr.ics

Community or city calendar feed suitable for Google, Apple, Outlook, and custom domains.

communitycitycategorypast
Open endpoint
GETopenapi
/api/v1/openapi.json

OpenAPI 3.1 preview document for the static public endpoints.

Open endpoint
Payload preview
Public event and community shape derived from seeded data.
{
  "events": [
    {
      "id": "cloud-native-bengaluru",
      "title": "Cloud Native Bengaluru",
      "community": "Kubernetes BLR",
      "communitySlug": "kubernetes-blr",
      "city": "Bengaluru",
      "locality": "Indiranagar",
      "venue": "HashedIn by Deloitte",
      "date": "2026-07-20",
      "time": "10:30 AM",
      "category": "Cloud",
      "format": "offline",
      "cost": "free",
      "status": "open",
      "level": "Intermediate",
      "studentFriendly": false,
      "capacity": 120,
      "registered": 78,
      "url": "/events/cloud-native-bengaluru"
    },
    {
      "id": "ai-builders-night",
      "title": "AI Builders Night",
      "community": "Applied AI India",
      "communitySlug": "applied-ai-india",
      "city": "Bengaluru",
      "locality": "Koramangala",
      "venue": "The Hub Bengaluru",
      "date": "2026-07-24",
      "time": "6:30 PM",
      "category": "AI/ML",
      "format": "offline",
      "cost": "free",
      "status": "waitlist",
      "level": "Beginner",
      "studentFriendly": true,
      "capacity": 80,
      "registered": 80,
      "url": "/events/ai-builders-night"
    }
  ],
  "communities": [
    {
      "slug": "kubernetes-blr",
      "name": "Kubernetes BLR",
      "city": "Bengaluru",
      "categories": [
        "Cloud",
        "DevOps",
        "Platform Engineering"
      ],
      "verificationStatus": "verified",
      "followers": 2840,
      "rating": 4.7,
      "eventsHosted": 46,
      "url": "/communities/kubernetes-blr"
    },
    {
      "slug": "applied-ai-india",
      "name": "Applied AI India",
      "city": "Bengaluru",
      "categories": [
        "AI/ML",
        "Product",
        "Startups"
      ],
      "verificationStatus": "verified",
      "followers": 1975,
      "rating": 4.5,
      "eventsHosted": 18,
      "url": "/communities/applied-ai-india"
    }
  ],
  "collaborations": [
    {
      "id": "collab-security-cloud",
      "title": "Cloud security incident simulation",
      "hostCommunity": "Null Bengaluru",
      "city": "Bengaluru",
      "category": "Security",
      "need": "Co-host",
      "dateWindow": "August 2026",
      "description": "Looking for a cloud or platform community to co-host a hands-on incident simulation with facilitators.",
      "url": "/collaborations#collab-security-cloud",
      "workspaceUrl": "/ecosystem?collaboration=collab-security-cloud"
    },
    {
      "id": "collab-foss-student",
      "title": "First contribution campus edition",
      "hostCommunity": "FOSS United BLR",
      "city": "Bengaluru",
      "category": "Open Source",
      "need": "Venue partner",
      "dateWindow": "September 2026",
      "description": "Seeking a college or coworking venue for a beginner-friendly open-source contribution day.",
      "url": "/collaborations#collab-foss-student",
      "workspaceUrl": "/ecosystem?collaboration=collab-foss-student"
    }
  ],
  "cfps": [
    {
      "id": "cfp-react-bangalore",
      "community": "React Bangalore",
      "communitySlug": "react-bangalore",
      "eventTitle": "Frontend Systems Forum",
      "city": "Bengaluru",
      "closeDate": "2026-07-22",
      "daysUntilClose": 9,
      "status": "open",
      "formats": [
        "Talk",
        "Panel",
        "Lightning"
      ],
      "questions": [
        "What will attendees be able to apply after this session?",
        "Does this talk include live code or a demo?"
      ],
      "travelSupport": false,
      "beginnerFriendly": false,
      "url": "/cfps#cfp-react-bangalore",
      "workspaceUrl": "/cfp?tab=cfps&cfp=cfp-react-bangalore"
    },
    {
      "id": "cfp-null-bengaluru",
      "community": "Null Bengaluru",
      "communitySlug": "null-bengaluru",
      "eventTitle": "Security Lab: Threat Modeling",
      "city": "Bengaluru",
      "closeDate": "2026-07-25",
      "daysUntilClose": 12,
      "status": "open",
      "formats": [
        "Talk",
        "Workshop"
      ],
      "questions": [
        "Can this session be delivered as a hands-on exercise?",
        "What prerequisites should attendees know?"
      ],
      "travelSupport": false,
      "beginnerFriendly": true,
      "url": "/cfps#cfp-null-bengaluru",
      "workspaceUrl": "/cfp?tab=cfps&cfp=cfp-null-bengaluru"
    }
  ],
  "sponsors": [
    {
      "id": "sponsor-devtools",
      "name": "DevTools Cloud",
      "focus": "Developer tools and cloud infrastructure",
      "budgetRange": "INR 25k-1L per city event",
      "interests": [
        "Cloud",
        "DevOps",
        "Open Source"
      ],
      "packageCount": 2,
      "packages": [
        {
          "id": "devtools-community",
          "name": "Community support",
          "price": "INR 25,000",
          "benefits": [
            "Logo on event page",
            "Hiring table",
            "Opening mention"
          ]
        },
        {
          "id": "devtools-workshop",
          "name": "Workshop partner",
          "price": "INR 75,000",
          "benefits": [
            "Workshop co-branding",
            "Lead opt-in",
            "Post-event report"
          ]
        }
      ],
      "contact": "sponsors@devtools.example",
      "url": "/sponsors#sponsor-devtools",
      "proposalUrl": "/ecosystem?sponsor=sponsor-devtools"
    },
    {
      "id": "sponsor-ai-labs",
      "name": "AI Labs India",
      "focus": "AI builders, applied ML, and product engineering",
      "budgetRange": "INR 50k-2L for workshops and showcases",
      "interests": [
        "AI/ML",
        "Data",
        "Startups"
      ],
      "packageCount": 2,
      "packages": [
        {
          "id": "ai-demo-night",
          "name": "Demo night partner",
          "price": "INR 50,000",
          "benefits": [
            "Demo prize",
            "Talent opt-in",
            "Newsletter placement"
          ]
        },
        {
          "id": "ai-city-series",
          "name": "City series partner",
          "price": "INR 2,00,000",
          "benefits": [
            "Three events",
            "Aggregate insights",
            "Speaker slot review"
          ]
        }
      ],
      "contact": "partnerships@ailabs.example",
      "url": "/sponsors#sponsor-ai-labs",
      "proposalUrl": "/ecosystem?sponsor=sponsor-ai-labs"
    }
  ],
  "speakers": [
    {
      "slug": "preview-speaker",
      "name": "Preview Speaker",
      "city": "Bengaluru",
      "headline": "Production systems, security, and platform engineering",
      "expertise": [
        "Cloud",
        "security",
        "platform engineering"
      ],
      "availability": "Available for Bengaluru talks and remote workshops",
      "audienceFit": [
        "Intermediate engineers",
        "Platform teams",
        "Security champions"
      ],
      "reusableTalks": 2,
      "deliveredTalks": 2,
      "scheduledTalks": 0,
      "url": "/speakers/preview-speaker"
    },
    {
      "slug": "aanya-rao",
      "name": "Aanya Rao",
      "city": "Bengaluru",
      "headline": "React architecture and accessible design systems",
      "expertise": [
        "React",
        "design systems",
        "accessibility"
      ],
      "availability": "Open for talks, panels, and design-system workshops",
      "audienceFit": [
        "Frontend engineers",
        "Design technologists",
        "Student builders"
      ],
      "reusableTalks": 2,
      "deliveredTalks": 1,
      "scheduledTalks": 1,
      "url": "/speakers/aanya-rao"
    }
  ],
  "talks": [
    {
      "id": "archive-platform-incidents-roundtable",
      "talkId": "talk-platform-incidents",
      "talkTitle": "Designing incident-ready platform teams",
      "speakerSlug": "preview-speaker",
      "speakerName": "Preview Speaker",
      "speakerCity": "Bengaluru",
      "speakerHeadline": "Production systems, security, and platform engineering",
      "community": "Platform Teams Roundtable",
      "eventTitle": "Platform Teams Roundtable",
      "city": "Bengaluru",
      "deliveredOn": "2026-05-18",
      "format": "Talk",
      "status": "Delivered",
      "category": "Cloud",
      "difficulty": "Intermediate",
      "duration": "30 min",
      "abstract": "A practical talk on runbooks, ownership boundaries, SLOs, and reducing operational surprise in cloud-native teams.",
      "materials": "Slides and checklist",
      "recording": "https://example.com/platform-incidents-recording",
      "repository": "https://github.com/preview-speaker/platform-incidents",
      "feedbackSummary": "Rated highly for practical runbook examples.",
      "speakerUrl": "/speakers/preview-speaker",
      "url": "/talks#archive-platform-incidents-roundtable"
    },
    {
      "id": "archive-threat-modeling-security-lab",
      "talkId": "talk-threat-modeling",
      "talkTitle": "Threat modeling for product engineers",
      "speakerSlug": "preview-speaker",
      "speakerName": "Preview Speaker",
      "speakerCity": "Bengaluru",
      "speakerHeadline": "Production systems, security, and platform engineering",
      "community": "Security Lab",
      "eventTitle": "Security Lab",
      "city": "Bengaluru",
      "deliveredOn": "2026-06-08",
      "format": "Workshop",
      "status": "Delivered",
      "category": "Security",
      "difficulty": "Beginner",
      "duration": "45 min",
      "abstract": "A hands-on walkthrough for identifying abuse paths in APIs, identity flows, and data-heavy applications.",
      "materials": "Worksheet and examples",
      "recording": "",
      "repository": "https://github.com/preview-speaker/threat-modeling-worksheet",
      "feedbackSummary": "Attendees asked for a longer hands-on version.",
      "speakerUrl": "/speakers/preview-speaker",
      "url": "/talks#archive-threat-modeling-security-lab"
    }
  ],
  "venues": [
    {
      "id": "venue-hashedin-indiranagar",
      "name": "HashedIn by Deloitte",
      "city": "Bengaluru",
      "locality": "Indiranagar",
      "address": "12th Main Road, Indiranagar, Bengaluru",
      "mapLink": "https://maps.google.com/?q=HashedIn%20by%20Deloitte%20Indiranagar%20Bengaluru",
      "capacity": 120,
      "rooms": "Auditorium, 2nd floor",
      "amenities": [
        "Projector",
        "Microphones",
        "Wi-Fi",
        "Elevator"
      ],
      "accessibility": "Elevator access available. Seating support on request.",
      "transport": "Near Indiranagar Metro. Limited basement parking.",
      "cateringPolicy": "Outside snacks allowed with prior confirmation.",
      "availability": [
        "Weekday evenings",
        "Saturday mornings"
      ],
      "verificationStatus": "verified",
      "hostedEvents": 9,
      "notes": "Good fit for cloud, DevOps, and platform engineering meetups.",
      "url": "/venues#venue-hashedin-indiranagar"
    },
    {
      "id": "venue-thoughtworks-hsr",
      "name": "Thoughtworks Bengaluru",
      "city": "Bengaluru",
      "locality": "HSR Layout",
      "address": "HSR Layout, Bengaluru",
      "mapLink": "https://maps.google.com/?q=Thoughtworks%20Bengaluru%20HSR%20Layout",
      "capacity": 160,
      "rooms": "Community floor and project tables",
      "amenities": [
        "Projector",
        "Wi-Fi",
        "Workshop tables",
        "Accessible entry"
      ],
      "accessibility": "Wheelchair access available. Please confirm room setup.",
      "transport": "HSR bus connectivity. Bike parking available.",
      "cateringPolicy": "Tea and snacks can be arranged by the host team.",
      "availability": [
        "Saturday afternoons",
        "Sunday mornings"
      ],
      "verificationStatus": "partner",
      "hostedEvents": 14,
      "notes": "Strong for open-source, hands-on workshops, and contributor days.",
      "url": "/venues#venue-thoughtworks-hsr"
    }
  ]
}
Community MeetupsIndia tech calendar