supabase
por kCloudHub LLC
Version 2.106.0 + Free Support on Ubuntu 24.04
Supabase is an open-source backend-as-a-service platform built on PostgreSQL that helps developers build web, mobile, and AI applications faster. It provides database management, authentication, storage, real-time APIs, edge functions, and a web-based Studio interface for managing application backend services.
The solution supports common backend workflows including PostgreSQL database management, user authentication, file storage, REST and GraphQL APIs, real-time subscriptions, API gateway access, and project administration. It is ideal for modern web applications, mobile apps, SaaS platforms, internal tools, and cloud-native application development use cases.
Version: Supabase CLI v2.106.0
Product Type: Web Application, Backend-as-a-Service, Database Platform
Product Categories:
- Developer Tools
- Database Management
- Application Development
- Backend Platform
Features of Supabase:
- PostgreSQL-based backend platform for application development.
- Web-based Supabase Studio for database and project management.
- Built-in authentication and user management.
- Object storage for files and application assets.
- Real-time database subscriptions and APIs.
- REST, GraphQL, and auto-generated API support.
- Edge Functions support for server-side logic.
- Self-hosted deployment using Docker Compose.
Usage instructions for Supabase
$ sudo su
$ cd /opt/supabase/docker
$ docker compose up -d
$ docker compose ps
$ supabase --version
Credentials Saved in: cat /var/supabase/credentials.txt
Access the Supabase Studio: Open your browser and navigate to: http://your-server-ip:3000 API Gateway URL: http://your-server-ip:8000 PostgreSQL Port: 5432 Pooler Port: 6543
Default Ports:
- 3000 - Supabase Studio Web Interface
- 8000 - Supabase API Gateway
- 5432 - PostgreSQL Database
- 6543 - Supabase Connection Pooler
Disclaimer: Supabase is provided “as is” under applicable open-source licenses. Users are responsible for proper configuration, database security, API key protection, firewall rules, backup management, and validation of application data. This solution is best suited for developers and organizations that need a self-hosted backend platform for building, testing, and managing modern applications.