Official Documentation

Build a React app. Grow it into fullstack, auth, and AI.

Start with pages under app/. Add route.ts or vista g api-init for APIs, vista g auth for sessions, and vista g agent for chat and RAG. Same project, no second server.

React

Build a React App

Pages, layouts, Server Components, and client UI under app/ — no backend required.

Fullstack

APIs, auth, middleware

route.ts, typed procedures, vista g auth, and fail-closed middleware in the same app.

AI

Agents and RAG

vista g agent, Groq and NVIDIA models, embeddings, and retrieval over your docs.

Authentication

vista g auth, credentials POST, OAuth callbackUrl, fail-closed middleware.