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.
- Eject to local development: Create a new local project from your app to develop in your own IDE.
- 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

