Backend Review banner
thebirthdaygirl thebirthdaygirl

Backend Review

Development community

Description

Review the backend integration in this Flutter project, or recommend a backend if none exists yet. First, auto-detect what backend the project uses by reading `pubspec.yaml` and scanning `lib/`: | Package / pattern found | Backend | |------------------------|---------| | `firebase_core` | Firebase | | `supabase_flutter` | Supabase | | `appwrite` | Appwrite | | `pocketbase` | PocketBase | | `http` or `dio` only, no BaaS | Custom REST (Railway, custom server, etc.) | | Multiple of the above | Hy

Installation

Installs to ~/.claude/commands/thebirthdaygirl-flutter-factory-backend-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/thebirthdaygirl/flutter-factory/HEAD/.claude/commands/backend-review.md -o ~/.claude/commands/thebirthdaygirl-flutter-factory-backend-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository