About this project

Berlin AI Builders is an open-source event tracker that aggregates AI-related gatherings in Berlin. It functions as a static site that auto-refreshes its data every two days via a GitHub Action. Key technical features include: - Automated Data Collection: Pulls events from Luma and Meetup iCal feeds using a Node.js script (`update-events.mjs`). - Hybrid Data Sourcing: Combines automated feed data with hand-curated entries stored in `manual-events.json` for events without feeds. - Zero-Cost Infrastructure: Designed to run for free using GitHub Actions for automation and Vercel for static hosting. - Filtering: Supports city-specific filtering for multi-city calendars to ensure only Berlin-based events are displayed. - Deployment: Deploys as a static site where the frontend fetches a generated `events.json` file on load.