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
Run it locally
Verify the package, install dependencies, complete setup, and open the first dashboard.
Configure the foundation
Set environment variables, branding, i18n, PostgreSQL, Better Auth, and email.
Enable payments
Choose Stripe or Creem, configure the catalog, and understand webhook-owned fulfillment.
Customize the product
Adapt marketing, dashboard, blog, storage, and AI image generation features.
Deploy and operate
Run preflight, apply migrations, deploy to Vercel, and validate production behavior.
Look up a contract
Find commands, environment variables, architecture boundaries, and support policies.
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.