A board of open calls for papers in: open source, cloud native, databases, Linux and systems, AI infrastructure, agents and MCP, SRE and observability, developer tooling.
Automations run by my bestie, Claude Code <3
Live at https://cfps.manvikatuteja.com.
data/cfps.jsonis the only source of truth. Every deadline in it was checked on the organiser's own CFP page, not an aggregator.index.htmlrenders that file with filters by topic, country and days left.api/cal.jsserves the same data as a calendar feed at/cal.ics. Add?pick=id1,id2for chosen CFPs,?topic=ai,agfor a topic,?country=Francefor a country. Calendar apps re-fetch the feed on their own, so deadlines stay current.scripts/validate.pyrefuses data with closed deadlines, deadlines after the event start, duplicate ids or unknown topics.scripts/monday_post.pydrafts the Monday LinkedIn post intoposts/.
The data is refreshed every Monday at 7am Pacific. A push to main deploys.
Open an issue with the "Suggest a CFP" template, or send a pull request that adds a row to data/cfps.json.
{
"id": "kcd-budapest",
"name": "KCD Budapest",
"topics": ["cn"],
"city": "Budapest",
"country": "Hungary",
"start": "2026-10-30",
"end": "2026-10-30",
"close": "2026-09-11",
"url": "https://sessionize.com/kcd-budapest-2026",
"added": "2026-09-02"
}Topic keys: ai AI infra, ag Agents & MCP, cn Cloud native, db Databases, sre SRE & observability, sys Linux & systems, oss Open source, dev Developer tooling.