I Built a CFP Submission Tracker in Notion — Here’s the Free Template

Last year I spoke at 12 conferences. By conference number 6, my system of browser bookmarks and calendar reminders was falling apart. I’d discover a great CFP on Twitter, bookmark it, then forget about it until the deadline had passed.

So I built a CF…


This content originally appeared on DEV Community and was authored by Jin

Last year I spoke at 12 conferences. By conference number 6, my system of browser bookmarks and calendar reminders was falling apart. I'd discover a great CFP on Twitter, bookmark it, then forget about it until the deadline had passed.

So I built a CFP tracker in Notion. Here's what it does and how you can duplicate it.

The Problem

Conference speaking involves a surprising amount of project management:

  • Discovery: finding relevant CFPs across Twitter, mailing lists, and sites like papercall.io
  • Deadline tracking: each CFP has a unique deadline, often 2–4 months before the event
  • Abstract reuse: you often submit variations of the same talk to multiple events
  • Status tracking: Researching → Writing Abstract → Submitted → Accepted/Rejected

Spreadsheets work until you hit ~8 active submissions. Then columns start multiplying and things slip through.

The Solution: Two Linked Databases

The template uses two Notion databases:

1. Conferences DB — one row per event

  • Conference name, location, dates
  • CFP deadline (date property)
  • CFP URL
  • Status: ResearchingCFP OpenSubmittedAcceptedAttended

2. Submissions DB — one row per abstract you submit

  • Talk title + abstract text
  • Linked to the Conference it's submitted to
  • Status: DraftSubmittedAcceptedRejected

The key formula: Days to Deadline.

if(prop("CFP Deadline") > now(), dateBetween(prop("CFP Deadline"), now(), "days"), -1)

This returns the number of days until the deadline, or -1 if it's passed. Sort the Conferences view by this column and you instantly see which CFPs need attention today.

How I Actually Use It

Every Monday I spend 10 minutes:

  1. Check the "Days to Deadline" sort — anything under 7 days gets written that week
  2. Scan Twitter/newsletters for new CFPs and add rows
  3. Update statuses for anything I submitted last week

The linked databases mean I can also filter Submissions by status to see all my accepted talks in one view — useful for planning travel.

Get the Template

I've published the template with sample data so you can see how it works before replacing rows with your own conferences.

Grab it on Gumroad

Duplicate it into your workspace, delete the sample rows, and you're tracking CFPs in under 2 minutes.

What's your system for tracking conference submissions? I'd love to hear if you've built something similar.


This content originally appeared on DEV Community and was authored by Jin


Print Share Comment Cite Upload Translate Updates
APA

Jin | Sciencx (2026-07-02T10:29:06+00:00) I Built a CFP Submission Tracker in Notion — Here’s the Free Template. Retrieved from https://www.scien.cx/2026/07/02/i-built-a-cfp-submission-tracker-in-notion-heres-the-free-template/

MLA
" » I Built a CFP Submission Tracker in Notion — Here’s the Free Template." Jin | Sciencx - Thursday July 2, 2026, https://www.scien.cx/2026/07/02/i-built-a-cfp-submission-tracker-in-notion-heres-the-free-template/
HARVARD
Jin | Sciencx Thursday July 2, 2026 » I Built a CFP Submission Tracker in Notion — Here’s the Free Template., viewed ,<https://www.scien.cx/2026/07/02/i-built-a-cfp-submission-tracker-in-notion-heres-the-free-template/>
VANCOUVER
Jin | Sciencx - » I Built a CFP Submission Tracker in Notion — Here’s the Free Template. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2026/07/02/i-built-a-cfp-submission-tracker-in-notion-heres-the-free-template/
CHICAGO
" » I Built a CFP Submission Tracker in Notion — Here’s the Free Template." Jin | Sciencx - Accessed . https://www.scien.cx/2026/07/02/i-built-a-cfp-submission-tracker-in-notion-heres-the-free-template/
IEEE
" » I Built a CFP Submission Tracker in Notion — Here’s the Free Template." Jin | Sciencx [Online]. Available: https://www.scien.cx/2026/07/02/i-built-a-cfp-submission-tracker-in-notion-heres-the-free-template/. [Accessed: ]
rf:citation
» I Built a CFP Submission Tracker in Notion — Here’s the Free Template | Jin | Sciencx | https://www.scien.cx/2026/07/02/i-built-a-cfp-submission-tracker-in-notion-heres-the-free-template/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.