# Storefront Templates

## CLI

- `stateset-create my-store --template nextjs`
- `stateset-create my-store --template vite-react`

## Common Pages

- Product listing, product detail
- Cart and checkout
- Account and orders

## Data

- Use `@stateset/embedded` on the server.
- Use `@stateset/embedded-wasm` for client-only builds.
