You can deploy your own version to Vercel by clicking the button below:
Clone the repository and install dependencies:
git clone https://github.com/jigsawstack/nextjs-template.gitcd nextjs-templatenpm install# oryarn install# orpnpm install# orbun install
Create a .env.local
file in the root directory and add your JigsawStack API key:
JIGSAWSTACK_API_KEY=your_api_key_here
You can get your API key by signing up at JigsawStack.
Run the development server:
npm run dev# oryarn dev# orpnpm dev# orbun dev
Open http://localhost:3000 to view your application.
This template includes ready-to-use API routes for the following JigsawStack AI services:
Each API is pre-configured in the app/api/jigsawstack
directory and ready to use in your Next.js application.
To learn more about the technologies used in this template:
This project is open source and available under the MIT License.