vibe-ship

Takes a vibe-coded AI-generated frontend (Next.js or Vite + React) to a live deployed SaaS — covering database, auth, email, and deployment end to end. Use when a user has a frontend built with v0, Lovable, Bolt, or similar tools and needs to ship it with Supabase, Resend, and Vercel.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vibe-ship" with this command: npx skills add chloezhu010/vibe-ship/chloezhu010-vibe-ship-vibe-ship

vibe-ship

Take a vibe-coded frontend to a live SaaS — database, auth, email, and deployment in one flow.

Supported stacks

  • Next.js (App Router)
  • Vite + React

1. Detect framework

Check the project root for config files:

  • next.config.js or next.config.ts present → set FRAMEWORK=nextjs
  • vite.config.ts or vite.config.js present → set FRAMEWORK=vite

If neither config file is found, check package.json dependencies:

  • "next" in dependencies → FRAMEWORK=nextjs
  • "vite" in dependencies → FRAMEWORK=vite

If still ambiguous, ask: "Is this a Next.js or Vite/React project?"

2. Confirm with the user

Print:

Detected: <framework> project

Ready to set up:
  ✦ Supabase database
  ✦ Auth + magic link email via Resend
  ✦ Frontend connected to live data
  ✦ Frontend polished (loading states + responsive)
  ✦ Deploy to Vercel

Shall we begin? (yes/no)

If the user says no → stop here.

3. Run each step in order

Pass FRAMEWORK as context to every sub-skill call.

Step 1 — Database Invoke supabase-setup. Do not proceed until it reports: "✓ Supabase setup complete. Database schema written and client configured."

Step 2 — Auth + Email Invoke auth-setup. Do not proceed until it reports: "✓ Auth setup complete. Magic link email delivered via Resend."

Step 3 — Connect frontend Invoke frontend-connect. Do not proceed until it reports: "✓ Frontend connected to Supabase. Mock data replaced with live queries."

Step 4 — Polish Invoke frontend-polish. Do not proceed until it reports: "✓ Frontend polished. Loading states, error boundaries, and responsive layout confirmed."

Step 5 — Deploy Invoke vercel-deploy. Do not proceed until it reports: "✓ Deployed. Live at: <URL>"

4. Done

Print:

🚀 Your app is live!

URL: <live URL from vercel-deploy>

What's next:
- Add your custom domain: Vercel → Settings → Domains
- Set up Stripe payments when you're ready to charge users
- Monitor errors: Vercel → Logs

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

frontend-polish

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated