Skip to content

codeurs/alinea-blog

Repository files navigation

A blog example using Next.js and Alinea

This is a Next.js + Alinea starter blog project. Showcasing how to use the Alinea CMS to store and update data.

The project is fully setup with Typescript and uses Tailblocks for layout.

Demo

Start off with a local Alinea instance

Zero configuration is required if you want to get started with this project:

yarn dev

Deploy your own

Deploying this project with Vercel is as easy as using the following one-click-deploy button below:

Deploy with Vercel

After your project is setup, navigate to www.your-domain.vercel.app/admin.html. The default backend deploy is the Alinea Cloud backend.

  • Follow the instructions to generate an API key
  • Add the API key as an environment variable in Vercel
  • Create a new deployment
  • You are ready to use the Alinea CMS in production