Note: This page refers to our main product repository, not our website.
Frontend
- Web framework/library: React
 - State management: Redux + Kea
 - Layout/components: Ant Design
 
Backend
- Framework: Django
 - Databases: PostgreSQL and ClickHouse
 - Task queue/event streaming: Redis and Apache Kafka
 - Task Worker: Celery
 
Testing
- Frontend E2E tests: Cypress
 - Backend tests: Pytest and Django's built-in test suite
 
Additional tools
- Application monitoring: Sentry
 - CI/CD: GitHub Actions
 - Containerization: Docker and Docker Compose
 - Linter (frontend): ESLint
 - Formatter (backend): Black