Skip to content

JigsawStack/jigsawstack-nextjs-template

Repository files navigation

This is a simple starter template that integrates JigsawStack's AI SDK with the NextJS 15 using the app router and more.

The template includes the following examples making it easy to get started:

  • vOCR: Extracts information from images with advanced optical character recognition (OCR).
  • Sentiment Analysis: Analyzes text to determine its sentiment and emotion.
  • Translation: Translates text into the desired target language.
  • Text-to-Speech (TTS): Converts text into high-quality speech output.

JigsawStack VOCR

Running Locally

  1. Create an account at JigsawStack
  2. Add your public API key under NEXT_PUBLIC_JIGSAWSTACK_PUBLIC_KEY and your secret key under JIGSAWSTACK_PUBLIC_KEY in your .env
  3. Install the dependencies
npm install
# or
yarn install 
# or
pnpm install 

Ensure to remove yarn.lock if you are using another package manager.

  1. Run the application with
npm run dev
# or
yarn dev
# or
pnpm dev

It will be available at http://localhost:3000.

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •