Serverless Feishu deploy notifier for minibot

ServerlessShip

A lightweight deployment companion that turns minibot release events into polished Feishu notifications, without a long-running backend.

What it does

  • GitHub release and deploy webhooks
  • Feishu notifications for users or groups
  • Supabase-backed state and retries
  • Vercel serverless API routes

Suggested stack

Vercel HobbySupabase FreeGitHub ActionsFeishu OpenAPI

The first version stays simple: one deploy source, one notification path, one audit trail.

Core flow

GitHub Actions or a manual release event hits Vercel, then ServerlessShip formats and sends the Feishu card.

Data model

Supabase stores projects, notification targets, releases, and delivery attempts for retry and audit.

Built as a thin serverless layer for minibot release notifications.