Integrations

Works with the tools you already use

Whether your site came from an AI builder, a framework or hand-written code, VibeBackend connects to it.

Explore setup guides for Next.js, React and Vercel, or connect an AI-built site from Lovable, Bolt, Replit or Cursor.

Connect however your stack works best

From zero-code AI prompts to a documented REST API, with more on the way. Each method is labeled with its current status, and secrets are never exposed in browser JavaScript.

AI Integration Prompt

Live

Generate a customized prompt to paste into Manus, Lovable, Bolt, Cursor, Claude, ChatGPT or Replit. Secrets stay as environment variable placeholders.

No-code

REST Content API

Beta

A documented, token-authenticated read API returns your published pages. Ideal for fetching content from any frontend or framework.

HTTP

Next.js SDK

Coming soon

Drop-in data fetching helpers for the App Router are on the roadmap. Until published, use the REST Content API directly.

@vibebackend/next

React SDK

Coming soon

Hooks and components for any React frontend are on the roadmap. Until published, use the REST Content API directly.

@vibebackend/react

GraphQL API

Coming soon

A GraphQL endpoint for querying content with precise field selection is planned but not yet available.

API

GitHub Automation

Coming soon

Repo connection and pull-request generation are planned. No repository access occurs today. (Signed publish webhooks already ship in beta.)

Automation

Install With AI

Generate a paste-ready install prompt

VibeBackend writes an implementation prompt customized to your website URL, framework, Site ID, API endpoint and available content collections. Paste it into your AI builder and let it wire up the integration — with secrets kept as environment variable placeholders.

install-prompt-manus.txt
You are updating a website connected to VibeBackend.

Context (EXAMPLE VALUES — your real ones come from the VibeBackend dashboard):
- Tool: Manus
- Framework: Next.js (App Router)
- Site ID: site_EXAMPLE_0000
- Content API base: https://your-vibebackend-app.com/api/v1
- Available today: published "pages" via the read-only Content API

Task:
1. Read VIBEBACKEND_SITE_ID and VIBEBACKEND_PUBLIC_TOKEN from environment
   variables — never hard-code secrets.
2. Fetch published pages from:
   GET /sites/{SITE_ID}/pages           (list)
   GET /sites/{SITE_ID}/pages/{slug}    (single page)
   with header: Authorization: Bearer {PUBLIC_TOKEN}
3. Render the returned title and body for each page by slug.

Do not overwrite existing production code without showing a diff for approval.

I already have a vibe-coded website. Give it the backend it's missing.

Connect your site in minutes and hand your clients a professional CMS, forms and lead tracking — with SEO, media and more on the way, no redesign required.