This guide explains the public side of DevCongress Community.
Open /events to see published meetups. Event cards show the date, status, location, cover image, and links for details or external RSVP pages when available.
Open /archive to browse past meetups and published talks. Event detail pages include talk summaries and slide links when speakers have shared them.
When an upcoming monthly event has submissions open, use the event CFP route:
/cfp/:eventId
A CFP submission usually includes speaker details, title, topic, abstract, and bio.
After a meetup, organizers can send speakers a post-event archive form:
/speaker-talks/:eventId/:token
The standalone form collects speaker details, talk metadata, and an optional public slide link for the event archive. These links expire and can only be submitted once.
After an event, organizers can open a public feedback form:
/feedback/:eventId
Forms may include ratings, text questions, yes/no questions, and talk-picker questions.
The quiz entry points only become useful when a host opens a session:
/play
/play/:code
If there is no active quiz, the app shows a waiting/empty state instead of a generic 404.
Testers can use the feedback launcher to report confusing flows, bugs, or suggestions. Feedback includes the current route so maintainers know where the issue happened.
On small screens, the launcher opens the standalone /feedback page instead of an overlay so the form has enough space for touch input.