AI-powered starter kit using Next.js & JigsawStack APIs to quickly build apps. AI features include AI Scrape, image gen, TTS, OCR, and more.
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.git
cd nextjs-template
npm install
# or
yarn install
# or
pnpm install
# or
bun 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
# or
yarn dev
# or
pnpm dev
# or
bun 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.
AI-powered starter kit using Next.js & JigsawStack APIs to quickly build apps. AI features include AI Scrape, image gen, TTS, OCR, and more.
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.git
cd nextjs-template
npm install
# or
yarn install
# or
pnpm install
# or
bun 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
# or
yarn dev
# or
pnpm dev
# or
bun 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.