Zesty.io Documentation
Zesty.io
Open Source
ATOM Plugin
Start Trial
Search…
Introduction
Quick Start Guide
Common Concepts
Glossary
Services
WebEngine
DAM (Media Management)
Accounts UI
Manager UI
EcoSystems
APIs
Overview
Auth API
Accounts API
Instances API
JSON Endpoints
Instant API (Read Only)
GraphQL
Node SDK
Tools & Resources
Next.js Integration
Zesty Content Object
Manager Redirects in Next.js
Custom Integrations
Next.js & Cookies
SSR: Server Side Rendering
SSG: Static Site Generation
Guides
Atom IDE Package
Chrome Browser Extension
Headless Code Examples
Salesforce Commerce Cloud
Community
RFCs/Specs
Powered By
GitBook
Next.js Integration
How to run NextJS with Zesty.io
Getting Started
Node and NPM need to be installed. From your command line.
npx create-next-app --example https://github.com/zesty-io/nextjs-starter
cd nextjs-starter
npm run dev
## open browser to http://localhost:3000/
Syncing Zesty.io Models to Next JS
From the command line at the root of the project run:
npm run sync
or
node lib/sync.js
This will create new files where needed, but will not overwrite existing files.
NextJS Zesty.io Resources
NextJS Starter open-source Github repository
https://github.com/zesty-io/nextjs-starter
NextJS Demonstration on YouTube
https://www.youtube.com/watch?v=h9WMdlQyFgU
Previous
Auth
Next
Zesty Content Object
Last modified
1mo ago
Export as PDF
Copy link
Outline
Getting Started
Syncing Zesty.io Models to Next JS
NextJS Zesty.io Resources