Skip to content

tech-conferences/confs.tech

Repository files navigation

The open-source and crowd sourced conference website

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.

Contributing

Contributing to the website is as simple as running:

npm install
npm run start

Environment variables are defined in the .env files and are accessible on the repo since they are public.

Adding a conference

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": "",
  "mastodon": ""
}

Maintainers

Need help while contributing? Tag any of the maintainers when creating the issue. You can tag us using: @username

GitHub Profile picture of Christian Grail
Christian Grail

@cgrail
GitHub Profile picture of Nima Izadi
Nima Izadi

@nimzco
GitHub Profile picture of Ekaterina Prigara
Ekaterina Prigara

@prigara
GitHub Profile picture of Trivikram Kamat
Trivikram Kamat

@trivikr

Top 10 Contributors

Related projects

Some of the conferences have been pulled from other projects:

Call for papers

Conferences by category

General .net Accessbility Android APIs Clojure CSS Data Design / UX Dev Ops Elixir Elm Golang GraphQL Groovy Haskell Identity iOS IoT JavaScript Leadership Performance PHP Product Python Ruby Rust Scala Security Technical communication Testing TypeScript

License

MIT