Offers a lightweight server implementation for Supabase projects, simplifying common database, storage, and authentication operations with minimal overhead.
Sponsored
Supabase Lite is a minimalist server implementation designed to streamline interactions with your Supabase projects. It significantly reduces context usage compared to standard setups by focusing solely on essential operations across database, storage, and authentication. Users provide a Supabase Personal Access Token, which the server then uses to automatically fetch and cache service role keys for owned projects, granting full admin access without needing to manually manage API keys per project. This approach simplifies development and administration for server-side or admin-only tasks.
Key Features
01Works with any Supabase project you own
02Support for multiple projects in one session
03Key caching to minimize API calls
04Automatic service role key retrieval
050 GitHub stars
06Full database access (bypasses RLS)
Use Cases
01Automating database CRUD operations in Supabase projects
02Performing administrative tasks for Supabase Storage buckets
03Programmatically managing user authentication and records