Nick is a headless CMS built with Node.js that is compatible with Plone's REST API (Volto). It aims to address some issues with Plone like legacy code, complex deployment, and maintenance burden. Nick uses a Postgres database with Knex.js and Objection.js for modeling content types and behaviors. Content is managed through a REST API and initial content, types, and profiles are seeded through migration scripts.