Skip to content

BaseBuddy v0.1.0

Choose a tag to compare

@RaviTejaKNTS RaviTejaKNTS released this 29 May 19:11

BaseBuddy v0.1.0

Initial public release of BaseBuddy, a self-hosted editor for existing Supabase and Postgres databases.

Highlights

  • Map existing tables without changing user schemas.
  • Edit mapped content with dirty-field saves.
  • Use explicit publish, unpublish, and archive actions.
  • Configure projects, mapping, permissions, sidebar layout, users, and setup checks from the UI or CLI.
  • Store BaseBuddy app data in basebuddy-data/.
  • Keep secrets in env only.
  • Use Supabase buckets or S3-compatible buckets for images and files when needed.

Required Env

BASEBUDDY_AUTH_SECRET=
BASEBUDDY_CONTENT_DATABASE_URL=

Optional media/file storage keys are listed in .env.example.

Links

License

BaseBuddy is licensed under AGPL-3.0-or-later.