Speaker submits Organizer reviews Organizer schedules ┌────────────────┐ ┌────────────────────┐ ┌───────────────────┐ │ Public CFP │─────────>│ Abstracts table │──────>│ Agenda builder │ │ Email / Google│ │ Vote / Rate / Tag │ │ Rooms & times │ │ Draft & submit│ │ Accept / Decline │ │ Conflict detect │ └────────────────┘ └────────────────────┘ └────────┬──────────┘ ▼ ▼ │ │ ┌────────────────────┐ ┌───────────────────┐ │ Decision emails │ │ Calendar invites │ │ with ICS attached │ │ auto-sent to all │ │ to each speaker │ │ session speakers │ └────────────────────┘ └────────┬──────────┘ ▼ │ ┌───────────────────┐ │ Speaker portal │ │ Profile + slides │ │ Task tracking │ └───────────────────┘





| OpenSession | SessionBoard | |
| Price | Free, forever | $40,000+ / year |
| Source code | Open source (MIT) | Closed source |
| Self-hosting | Yes, Cloudflare Workers | No |
| CFP forms | MDX with conditional logic | Visual form builder |
| Abstract review | Vote, rate, comment | Vote, rate, comment |
| Agenda builder | Rooms, time grid, conflicts | Rooms, time grid, conflicts |
| Speaker portal | Profile, tasks, file uploads | Profile, tasks, file uploads |
| Emails | Automated with ICS | Automated with ICS |
| Embeds | Agenda + speaker gallery | Agenda + speaker gallery |
| CRM | Not included | Included |
| Marketing | Not included | Included |
| Data ownership | Your Cloudflare D1 database | Their servers |
123git clone https://github.com/remorses/opensession cd opensession pnpm install
123cd website pnpm db:migrate:remote pnpm deploy