VibeAny Docs

VibeAny Starter Documentation

Source-checked guides for configuring, extending, and deploying VibeAny Starter.

VibeAny is a production-oriented Next.js SaaS starter with authentication, payments, credits, storage, AI media providers, internationalization, and deployment tooling already connected.

These docs focus on the path from receiving the starter to running a verified production deployment. Examples match the current codebase and call out the places where provider dashboards or infrastructure still require manual work.

Choose your path

Documentation principles

  • Task first: follow a complete outcome instead of assembling unrelated snippets.
  • Migration only: database schema changes use reviewed SQL migrations; push-based schema changes are disabled.
  • Provider truth: redirects show navigation success, while signed webhooks and database state prove payment fulfillment.
  • Explicit boundaries: optional providers and deployment automation are documented only to the level the starter currently verifies.

English-first release

English remains the source of truth. Chinese translations are published only after they are translated and checked against the same starter release. If the languages differ, rely on the English page and matching source.

On this page