Skip to content

xkit-co/xkit-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of how to use the Xkit embedded catalog in Next.js. It was bootstrapped with create-next-app.

How to use

First, Sign up for Xkit. Make note of your Xkit domain and use it as the NEXT_PUBLIC_XKIT_DOMAIN when you deploy.

Deploy with Vercel

Once deployed, add your deployed Vercel domain to Allowed Web Origins (docs) in Xkit.

That's it! You can visit the deployed app to see a sample Xkit catalog in a Next.js app.

Manual Setup

First, create a .env.local file based on the sample:

cp .env.local.sample .env.local

Then, edit NEXT_PUBLIC_XKIT_DOMAIN to be your Xkit domain.

Now you can run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Xkit, visit the Xkit docs.

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published