Constructor-io / constructorio-nextjs-example

A collection of Next.js sandbox examples for integrating with Constructor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Constructor.io Next.js Example

MIT licensed

A Next.js example for integrating with Constructor.io. Constructor.io provides search as a service that optimizes results using artificial intelligence (including natural language processing, re-ranking to optimize for conversions, and user personalization).

This application utilizes the Constructor.io JavaScript client and Constructor.io Node.

Getting started

Installation can be done via npm

npm install

Once installed, development environment can be started via npm

npm run dev

When running, the application can be found at http://localhost:3000/

About

A collection of Next.js sandbox examples for integrating with Constructor

License:MIT License


Languages

Language:JavaScript 99.4%Language:CSS 0.6%