Supabase Lite icon

Supabase Lite

Offers a lightweight server implementation for Supabase projects, simplifying common database, storage, and authentication operations with minimal overhead.

概要

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.

主な機能

  • Works with any Supabase project you own
  • Support for multiple projects in one session
  • Key caching to minimize API calls
  • Automatic service role key retrieval
  • 0 GitHub stars
  • Full database access (bypasses RLS)

ユースケース

  • Automating database CRUD operations in Supabase projects
  • Performing administrative tasks for Supabase Storage buckets
  • Programmatically managing user authentication and records
Advertisement

Advertisement