Back to browse
GitHub Repository

A self-hostable, mobile-friendly planner for large academic conferences.

0 starsJavaScript

An open source app for navigating CS conferences

by curiousg·Jun 25, 2026·2 points·0 comments

AI Analysis

●●SolidNiche GemCozy

Single Cloudflare Worker serves both the static site and sync API—no build step, no framework.

Strengths
  • One Worker deployment handles static assets and persistence API—genuinely simple infrastructure.
  • Works across CVPR, NeurIPS, ICLR because they share the EventHosts platform—clever portability.
  • Mobile-first design with passcode sync actually solves the on-show-floor problem.
Weaknesses
  • Niche audience limits impact—only matters if you attend CS conferences regularly.
  • Scraping depends on EventHosts URL structure staying stable; breaks if platform changes.
Category
Target Audience

CS researchers and graduate students attending academic conferences

Similar To

Sched · Whova · Conference Navigator

Post Description

Hey HN,

I wrote a single app that pulls all of a conference's workshops, talks, papers, and posters into one place. You can search everything, star what you care about, and sync across devices with a passcode.

When I went to CVPR this year, I was annoyed that I couldn't find talks from all ~150 workshops in a single place. Papers could be pulled from Scholar Inbox, but then they wouldn't live alongside workshops. I decided to build my own app with Claude Code and push it to Cloudflare. I used my own experience & feedback from friends and colleagues to refine it along the way.

It's open source - feel free to clone my app and adapt it for your next conference! Even better if you pay it forward and host an instance for other attendees.

Live demo (CVPR 2026): https://cvpr2026.mileshutson.workers.dev

Coolest hidden feature: Use agent workflows to choose papers that match your tastes, then use the app's import feature to get a "Robot picks" tab.

Similar Projects