Web開発 2026年5月8日
Supabase 公式ドキュメント完全解説 — 一次ソース URL 一覧
本シリーズで参照した Supabase 公式ドキュメント・ブログ・GitHub Releases の URL を章ごとにまとめた、更新追跡用のソース一覧。
この章の役割
本シリーズの各章で参照した一次ソース URL をまとめた索引である。
- アップデート時の差分追跡:Supabase はアップデート頻度が高いので、定期的に元 URL に戻って差分を確認するのが現実的
- 取得日:2026-05-08
- 各 URL は本シリーズ作成時点で確認済み(404 は明記)
- 詳細な解説は各章を参照
第 1 部:全体像
第 10 章:Supabase 全体像
- Supabase Docs トップ
- Getting Started
- Architecture
- Database Overview
- Auth Overview
- Storage Overview
- Realtime Overview
- Edge Functions Overview
- Data API Overview
- AI & Vectors Overview
- Platform Overview
- Self-hosting Overview
第 2 部:コア機能
第 20 章:Database
- Database Overview
- Tables
- Functions
- Triggers
- Extensions
- Indexes
- Full Text Search
- Connecting to Postgres
- Connection Management
- Database Migrations
- Backups
- Replication
- CLI: Getting Started
第 21 章:Auth
- Auth トップ
- Auth Architecture
- Passwords
- Magic Link
- Social Login
- Phone Login
- MFA
- Sessions
- Server-Side Auth
- Row Level Security(Auth 連携)
- Auth Hooks
第 22 章:Storage
- Storage トップ
- Quickstart
- Buckets Fundamentals
- Creating Buckets
- Standard Uploads
- Resumable Uploads
- Downloads
- Image Transformations
- Access Control
- CDN Fundamentals
- S3 Compatibility
第 23 章:Realtime
- Realtime トップ
- Concepts
- Architecture
- Postgres Changes
- Broadcast
- Presence
- Authorization
- Quotas
- Subscribing to Database Changes
第 24 章:Edge Functions
- Edge Functions トップ
- Quickstart
- Development Environment
- Deploy
- Secrets
- Logging
- Background Tasks
- Routing
- AI Models
- Schedule Functions
- Limits
第 25 章:Data API
- Data API トップ
- Quickstart
- Auto-generated Docs
- Securing your API
- Using Custom Schemas
- Generating Types
- GraphQL
- pg_graphql GitHub リポジトリ(公式ドキュメントの一部 404 ページの代替)
第 26 章:AI & Vectors
- AI & Vectors トップ
- Hello World Quickstart
- Vector Columns
- Vector Indexes
- HNSW Indexes
- IVFFlat Indexes
- Choosing Compute Add-on
- Going to Production
- Hybrid Search
- Automatic Embeddings
- OpenAI Examples
第 27 章:Cron & Queues
第 3 部:セキュリティとコンプライアンス
第 30 章:コンプライアンス
- Supabase Security トップ
- Security Guides
- SOC 2 Compliance
- HIPAA Compliance
- Shared Responsibility Model
- HIPAA Projects
- Trust Center
- Privacy Policy
- Regions
第 31 章:RLS 深掘り
第 32 章:認証セキュリティ
- MFA
- SSO with SAML
- Sessions
- Implicit Flow
- PKCE Flow
- Password Security
- Rate Limits
- CAPTCHA
- Auth Hooks
- Server-Side Auth
第 33 章:ネットワーク・データ保護
- Network Restrictions
- SSL Enforcement
- Backups
- Going into Production
- Vault
- Read Replicas
- Access Control
- IPv4 Address
第 34 章:安全に使える領域マップ
- Pricing
- 上記第 30〜33 章の全 URL を統合参照
第 35 章:本番運用ガイド
- Logging / Logs Explorer
- Metrics API
- Database Backups / PITR
- Restore to a New Project
- Production Checklist
- Project Status reports unhealthy services
- Pricing
- Supabase Status
第 4 部:最新アップデート
第 40 章:Launch Week ダイジェスト
- Blog | Launch week タグ一覧
- Top 10 Launches of LWX
- Top 10 Launches of LW12
- Top 10 Launches of LW13
- Top 10 Launches of LW14
- Top 10 Launches of LW15
- Supabase GA
- Automatic Embeddings
- Realtime Broadcast from Database
- Declarative Schemas
- Supabase MCP Server
- Edge Functions Dashboard Deploy + Deno 2.1
- Postgres Language Server
- Branching 2.0
- JWT Signing Keys
- Analytics Buckets with Iceberg
- Persistent Storage + 97% Faster Edge Functions
- Storage 500 GB Uploads & Cheaper Egress
- New Observability Features
- OAuth2 Provider
- HIPAA & SOC2 Type 2 compliance
- Custom OAuth/OIDC Providers
- Storage Performance Updates
- Supabase Wrapped 2025
第 41 章:Changelog ダイジェスト
- Supabase Changelog(公式)
- Supabase GitHub Releases
- supabase/auth Releases
- supabase/storage-api Releases
- supabase/realtime Releases
- supabase/edge-runtime Releases
- supabase/cli Releases
- supabase-js Releases
- GitHub Discussions: changelog カテゴリ
- Developer Update April 2026
- Developer Update January 2026
- Developer Update March 2026
- Discussion: Deno 2.1 全リージョン
第 5 部:リファレンス目次
第 50 章:SDK・CLI・Management API
- JavaScript SDK Reference
- Python SDK Reference
- Dart / Flutter SDK Reference
- Swift SDK Reference
- Kotlin SDK Reference
- C# SDK Reference
- CLI Reference
- Management API Reference
- CLI Getting Started
取得時の前提
- 取得日:2026-05-08
- 第 35 章の追加調査日:2026-05-27
- robots.txt:https://supabase.com/robots.txt(
Allow: /、AI 学習・検索とも明示許可確認済み) - 一部の URL は 404 になっており、本シリーズ内で代替ソース(GitHub リポジトリ等)を明示している
- Supabase はアップデート頻度が高いため、本番採用判断・実装前には必ず最新版を再確認すること