// the find
diego3g/rsxp-2023
Repositório contendo o código do app do RS/XP 2023
A community-built conference companion app for Rocketseat Experience 2023, a Brazilian dev event. React Native (Expo) on the mobile side, NestJS + Prisma + PostgreSQL on the server. Built in two weeks by volunteers as a learning exercise around the event.
The monorepo is cleanly structured with good tooling choices: Expo Router's file-based navigation, NativeWind for Tailwind-style RN styling, and Prisma migrations for schema management. CI workflows, commitlint, and Husky hooks are wired up properly, which is more discipline than most two-week community sprints manage. The Clerk + Sympla integration pattern — third-party auth plus ticket validation — is a reasonable real-world approach for event apps. File-based routing via Expo Router v2 keeps the mobile nav code readable.
This is a dead artifact. The event ended in April 2023, the repo hasn't been touched since May 2023, and none of the MVP feature checkboxes in the README are checked — you can't tell what actually shipped. The server is nearly empty: two migrations (users and ticket_links) and a Sympla service file; there's no meaningful backend logic to study. Tests are the NestJS boilerplate stub and nothing else. The 434 stars reflect Rocketseat community loyalty to the creator, not the quality or usefulness of the code.