Skip to content
Projects

AI Atlas

Status
Live
Running cost
$0 / mo
Setup cost
$0
Launched
2026-07

Find AI co-working spaces, events, and conferences across the major global AI hubs.

Features

  • Browse curated AI co-working spaces, hacker houses, and events across 12 cities, each with its own page.

  • See every event's date, price, venue, organiser, and a direct register or apply link.

  • View listings on an interactive city map, plus a global map and a conference calendar.

  • Add any event to your calendar with a one-click .ics download.

  • Submit a missing listing and subscribe to a per-city newsletter.

Screenshot of AI Atlas

How it works

The 12 city datasets and the conference list are static JSON bundled into a Next.js build, so there is no database and pages render straight from files. Maps are drawn in the browser with MapLibre GL on free OpenFreeMap tiles.

A scheduled Claude agent refreshes the data every two days, scanning Luma, Meetup, Eventbrite, and venue calendars across all 12 cities, adding only source-verified events, then rebuilding and redeploying to Vercel.

No AI model runs in the live app: the agent maintains the data offline and the site just serves it. The only live server work is the newsletter and submit forms, which write to a Notion CRM.

Tech stack

  • ClaudeMax 20x
  • CodexPro 5x
  • NotionPlus
  • VercelHobby
  • OpenFreeMapFree

Priced in full on the projects index, where the subscriptions are counted once across everything.

What it costs

Nothing. The app runs on free tiers with no database of its own and no paid APIs. The map tiles, the hosting and the build are all free at this size.

ItemPlanMonthly
VercelHobby$0
OpenFreeMapFree$0
NotionPlusShared
Total$0

Claude and Codex are subscriptions used across everything, including this blog, so they are listed as part of the stack rather than charged to this project. The same goes for the Notion workspace.

Built with

Next.js, React, TypeScript, Tailwind CSS, MapLibre GL, OpenFreeMap, Notion API, Vercel