Documentation Index
Fetch the complete documentation index at: https://docs.salesive.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Salesive account with shop credentials (shop ID and API key).
- Node.js 18+ and a package manager (
npm,yarn,pnpm, orbun). - Git repository for your Salesive storefront project.
Step 1 · Bootstrap your environment
.env file with your Salesive credentials:
salesive.config.json for template configuration:
Step 2 · Configure Vite and API client
Register the Salesive config plugin invite.config.js:
Step 3 · Authenticate with CLI (for deployment)
Step 4 · Run the local stack
http://localhost:5173) to interact with your storefront. The Vite plugin automatically injects configuration from salesive.config.json into window.SALESIVE_CONFIG and makes it available via React hooks.
Step 5 · Validate and deploy
cook command packages all template files, validates the configuration, and uploads to the Salesive Themes API. Monitor deployment status from your Salesive dashboard.
Tip: Run
salesive validate before salesive cook to catch configuration errors early.Next steps
Explore the Store API
Dive into authentication, products, cart, orders, shipping, and wishlist endpoints.
Master the Axios Client
Learn about typed API wrappers, environment detection, and token management with
salesive-api-axios.Advanced CLI Usage
Explore
salesive init, template validation, form generation, and deployment options.Dynamic Configuration
Use
useSalesiveConfig, updateSalesiveConfig, and runtime theme switching in your React app.Need support? Email
support@salesive.com or reach out
via your Salesive onboarding channel.

