tenviq

Introduction

Start with the small set of docs that actually helps you ship

Tenviq Docs

This docs section is intentionally short.

The old structure had too many pages, too many overlaps, and too much theory for common buyer tasks. The docs now focus on the few guides that matter when you are trying to get the starter running, customize it, and ship.

Start here

  • Getting started for install, env, database, seed, and first run.
  • Customization for branding, navigation, pricing, and account mode.
  • Accounts and auth for sign-in methods, OAuth, email auth, and account behavior.
  • Plans and billing for Stripe setup, plans, capabilities, limits, and gating.
  • Development for how features are organized and where to extend the app.
  • Deployment for production env, launch checks, and rollout.
  • Reference for the key files you will come back to often.

How to use these docs

Use the smallest guide that solves the job in front of you.

  • If you have not run the app yet, start with Getting started.
  • If you want to change what the starter looks like or how it is positioned, go to Customization.
  • If you want to change sign-in, account behavior, or team flows, go to Accounts and auth.
  • If you want to edit plans or gate features, go to Plans and billing.
  • If you want to add product features, go to Development.
  • If you are about to launch, finish with Deployment.

Philosophy

This starter is for people who want to understand the code quickly.

If a common change cannot be explained in a short recipe, the right fix is usually to simplify the code path, not to write a longer document.

On this page