blink-backend

Installation
SKILL.md

MCP Tools

blink_backend_status · blink_backend_deploy · blink_backend_logs

When to Use

  • Prefer SDK for auth, db, storage, AI (~95% of cases)
  • Use backend for: webhooks, server-side secrets, third-party callbacks, heavy processing
  • Never create a backend just for CRUD — use blink.db instead

Getting Started

# Check backend eligibility (Pro/Max/Team)
blink backend status

# Create the entry point
mkdir -p backend
# Write backend/index.ts (see below)
Installs
15
GitHub Stars
2
First Seen
Apr 16, 2026
blink-backend — blink-new/blink-plugin