# Supabase

> Supabase

- Skill: `neuralblitz/supabase` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuralblitz/supabase`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuralblitz/supabase/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: NeuralBlitz (https://skillmd.com/u/neuralblitz)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/neuralblitz/supabase

---

# Supabase

Supabase is an open-source Firebase alternative providing Postgres database, authentication, storage, and serverless functions. It offers a complete backend-as-a-service platform.

## Key Concepts

- PostgreSQL database
- Row Level Security (RLS)
- Authentication and Authorization
- Storage (S3-compatible)
- Edge Functions

## Common Use Cases

- Backend-as-a-service
- Mobile app backends
- Web application backends
- Real-time subscriptions
- PostgreSQL-based projects

## Best Practices

- Implement RLS policies
- Use proper authentication
- Leverage real-time features
- Configure proper Row Level Security
- Use migrations for schema

## Resources

- Supabase.com: supabase.com/docs
- Related Skills: postgresql, authentication, serverless

