Take full control of your Base44 apps with direct code access. Edit code directly, debug API calls, and integrate with GitHub while keeping AI assistance available when you need it.Documentation Index
Fetch the complete documentation index at: https://docs.base44.com/llms.txt
Use this file to discover all available pages before exploring further.
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

