返回 Skill 列表
extension
分类: 开发与工程无需 API Key

supabase-architecture-variants

执行选择并实施适用于不同规模的Supabase验证架构蓝图。在设计新的Supabase集成、选择单体/服务/微服务架构或规划Supabase应用程序迁移路径时使用。可以通过诸如“supabase架构”、“supabase蓝图”、“如何构建supabase”、“supabase项目布局”、“supabase微服务”等短语触发。

person作者: jakexiaohubgithub

Supabase Architecture Variants

Prerequisites

  • Understanding of team size and DAU requirements
  • Knowledge of deployment infrastructure
  • Clear SLA requirements
  • Growth projections available

Instructions

Step 1: Assess Requirements

Use the decision matrix to identify appropriate variant.

Step 2: Choose Architecture

Select Monolith, Service Layer, or Microservice based on needs.

Step 3: Implement Structure

Set up project layout following the chosen blueprint.

Step 4: Plan Migration Path

Document upgrade path for future scaling.

Output

  • Architecture variant selected
  • Project structure implemented
  • Migration path documented
  • Appropriate patterns applied

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources