claudedwithlove
explore/dockabase

dockabase

Cherished

DockaBase is a self-hosted Backend-as-a-Service platform built with Laravel that manages multiple PostgreSQL databases through a unified admin interface. It provides dynamic API generation, real-time features, authentication, and database credentials management—enabling teams to deploy their own database infrastructure without relying on third-party services.

·0··submitted April 18, 2026
View on GitHub
Clauded With Love Rating
7.4 / 10

DockaBase is a self-hosted Backend-as-a-Service platform built with Laravel that manages multiple PostgreSQL databases through a unified admin interface, providing dynamic API generation and real-time features. It offers teams a way to deploy their own database infrastructure without relying on third-party services like Supabase.

Code Quality7.5
Usefulness8.2
Claude Usage6.5
Documentation8.8
Originality6.0
Highlights
  • Comprehensive architecture documentation with clear separation of concerns (Controller → Service → Model → Event → Resource)
  • Well-structured multi-database management system with proper access control layers (system admin vs API users)
  • Modern tech stack integration with Laravel 13, Vue 3, TypeScript, and real-time features via Laravel Reverb
To Improve
  • Add actual code examples and API endpoint documentation beyond the architectural overview
  • Include setup instructions, deployment guide, and configuration examples for the Docker compose environment