Owner: Engineering Team | Last Updated: 2026-01-30 | Status: Current
This page lists all tools, accounts, and access you need before setting up any WWAI project locally. Ensure you have everything listed here before proceeding to the Dev Environment Setup.
| Tool |
Version |
Purpose |
Install |
| Node.js |
20.9.0+ |
JavaScript runtime for web app |
nodejs.org |
| npm |
10.x+ |
Package manager (comes with Node.js) |
Bundled with Node.js |
| Python |
3.10+ |
Backend development |
python.org |
| pip |
Latest |
Python package manager |
Bundled with Python |
| Flutter SDK |
Latest stable |
Mobile app development |
flutter.dev |
| Dart |
Latest stable |
Flutter language |
Bundled with Flutter |
| Git |
2.40+ |
Version control |
git-scm.com |
| Docker |
24.x+ |
Containerization |
docker.com |
| Docker Compose |
v2+ |
Multi-container orchestration |
Bundled with Docker Desktop |
| Tool |
Purpose |
| VS Code |
Primary IDE for web app, backend, plugins |
| Android Studio |
Required for Flutter/Android development |
| Xcode |
Required for Flutter/iOS development (macOS only) |
- ESLint
- Prettier
- Tailwind CSS IntelliSense
- Python
- Flutter / Dart
- GitLens
- Docker
| System |
Purpose |
How to Get Access |
| GitHub |
Source code repositories |
Request from team lead |
| AWS Console |
Infrastructure management |
Request IAM credentials from DevOps |
| Sentry |
Error tracking |
Get invited by admin |
| PostHog |
Product analytics |
Get invited by admin |
| Wiki.js |
This documentation |
Request account from admin |
| Service |
Purpose |
Notes |
| Stripe |
Payment processing |
Use test mode keys for development |
| Google Cloud |
OAuth, Analytics |
OAuth client ID for local dev |
| Facebook Developer |
OAuth |
App ID for local dev |
| Cloudflare |
Turnstile CAPTCHA |
Site key for local dev |
Each project has its own set of environment variables. Refer to the specific project setup page:
- 8 GB RAM
- 4-core CPU
- 20 GB free disk space
- Stable internet connection
- 16 GB RAM
- 8-core CPU
- SSD with 50 GB free space
- High-speed internet connection
| Date |
Author |
Change |
| 2026-01-30 |
Admin |
Initial creation |
Next: Development Environment Setup | Up: General