Building the easiest way to discover tech events in Brazil.
DevRoute is a modern platform that helps developers discover technology events, conferences, hackathons, meetups and communities across Brazil.
Our mission is to connect developers with opportunities through a fast, intuitive and centralized experience.
- 🔎 Search technology events
- 📅 Upcoming events
- 📍 Filter by state, city and modality
- ⚡ FastAPI REST API
- 🎨 Modern React interface
- 📄 Pagination
- 🚧 Continuous development
DevRoute
+---------------------------+
| React + Vite |
+---------------------------+
│
Axios / HTTP
│
▼
+---------------------------+
| FastAPI Backend |
+---------------------------+
│
Service Layer
│
▼
Repository Layer
│
▼
+---------------------------+
| events.json |
+---------------------------+
PostgreSQL (Coming Soon)
DevRoute
│
├── backend
│ ├── api
│ ├── core
│ ├── data
│ ├── database
│ ├── models
│ ├── repositories
│ ├── routers
│ ├── schemas
│ ├── services
│ ├── utils
│ └── main.py
│
└── frontend
├── components
├── pages
├── services
├── assets
└── App.jsx
cd backend
pip install -r requirements.txt
uvicorn app.main:app --reloadAPI:
http://localhost:8000
Swagger:
http://localhost:8000/docs
cd frontend
npm install
npm run devApplication:
http://localhost:5173
Landing
│
▼
Search Events
│
▼
Apply Filters
│
▼
View Event
│
▼
Travel Information
│
▼
Favorite
│
▼
Participate
- FastAPI Backend
- React Frontend
- Event Cards
- API Pagination
- Search
- Basic Filters
- REST API
- Project Structure
- Event Status
- Skeleton Loading
- Advanced Search
- Better Filters
- Backend Refactor
- PostgreSQL
- Docker
- Authentication
- User Favorites
- Interactive Map
- AI Recommendations
- Progressive Web App (PWA)
- CI/CD Pipeline
🚧 Active Development
Current Version:
v0.3.0
Last Update:
July 2026
DevRoute aims to become the leading platform for discovering technology events in Brazil, connecting developers with conferences, meetups, hackathons and networking opportunities through a fast and intuitive experience.
Contributions, suggestions and feedback are always welcome.
Feel free to open an Issue or submit a Pull Request.
This project is licensed under the MIT License.
"Connecting developers with opportunities."