Confs.tech is an open source project that lists upcoming tech conferences. Everything is free and will stay free. It's aimed to be simple and without useless clutter. You can filter by topics and see upcoming CFPs.
All conferences are stored in JSON files, sorted by topics and years. All data is open source and crowd sourced by the community. Whether added directly from the website by conference organizers or through pull requests.
Conference data have the following structure:
{
"name": "",
"url": "",
"startDate": "YYYY-MM-DD",
"endDate": "YYYY-MM-DD",
"city": "",
"country": "",
"cfpUrl": "",
"cfpEndDate": "",
"twitter": ""
}
If you want to contribute, the project is React based (it's an ejected create-react-app), so running:
$ npm install
$ npm run start
Should do the trick!
Some of the conferences have been pulled from other projects:
- Ruby conferences: ruby-conferences/ruby-conferences.github.io
- Android: AndroidStudyGroup/conferences
- iOS: Lascorbe/CocoaConferences
- UX: CSS Tricks conference guide
- See all JavaScript conferences
- See all CSS conferences
- See all PHP conferences
- See all Design / UX conferences
- See all Ruby conferences
- See all iOS conferences
- See all Technical communication conferences
- See all Data conferences
- See all Dev Ops conferences
- See all Android conferences
- See all Python conferences
- See all Golang conferences
- See all Rust conferences
- See all Elixir conferences
- See all Security conferences
- See all Scala conferences
- See all .NET conferences
- See all GraphQL conferences
- See general conferences