Developer tools
- Code tab: Direct access to edit your React/Vite codebase with live preview and full IDE features.
- Activity monitor: Debug and monitor API requests in realtime during development.
- Project structure: Understand your app’s file organization and Base44 integration.
- GitHub integration: Connect your app to GitHub for version control, collaboration, and deployment.
- CLI: Tail logs, run scripts, and manage secrets from your terminal against any of your apps.
- Eject to local development: Create a one-time local copy of your app with a new app id. For ongoing development with sync, use the GitHub integration above.
- AI assistance: Leverage Base44’s AI to accelerate development while maintaining code control.
Tech stack
Base44 apps use a modern frontend stack with a fully managed backend: Frontend- React with React Router
- Vite for fast builds and hot reload
- Tailwind CSS for styling
- shadcn/ui component library
- Managed NoSQL database
- Built-in user authentication
- Serverless backend functions (Deno runtime)
- Realtime updates via WebSocket