KeystoneJS Review, Pricing & Features

KeystoneJS review covering its GraphQL API, admin UI, database support, and how it compares to Strapi, Sanity and other headless CMS options.

Category
CMS
Pricing
Open Source, from Free
Verified
Not yet
Last updated
July 18, 2026
Founded
2013
Headquarters
Sydney, Australia
Web AppAPIOpen SourceSelf-Hosted

Overview

KeystoneJS is an open-source headless CMS and application framework for Node.js, originally created in 2013 by Thinkmill, a Sydney-based design and development consultancy whose developers include Jed Watson, Boris Bozic and Joss Mackison. The project remains actively maintained under the MIT license by Thinkmill Labs and its open-source community.

Keystone's defining approach is schema-first development: developers define their data model once, in code, and Keystone auto-generates both a GraphQL API and an admin UI from that schema. The current major version, Keystone 6, is built on Prisma, supporting PostgreSQL, MySQL and SQLite with managed schema migrations, replacing the Express/MongoDB stack used by earlier Keystone versions.

Key Features

The auto-generated GraphQL API includes built-in pagination, sorting, filtering and session-aware queries, and can be extended with custom resolvers and mutations for application-specific logic. The React-based Admin UI reflects the defined schema and access control rules automatically, and supports custom React components and a configurable WYSIWYG rich text editor for tailored editorial workflows.

Keystone provides a comprehensive set of field types, fine-grained code-defined access control at the list, field and operation level, session management, and event hooks for running custom logic around data operations, making it a full application backend framework rather than just a content repository.

Pricing

KeystoneJS is entirely free and open-source with no paid tier or licensing fee from the project itself; there is no official managed hosting offering, so teams self-host on their own infrastructure, whether traditional servers, containers, or serverless platforms.

Because there is no vendor subscription, costs are limited to hosting, database and operational effort, distinguishing Keystone's pricing model from commercial hosted headless CMS platforms like Contentful or Sanity, which charge based on usage, seats or API call volume.

Key Features

Pros & Cons

Pros

  • Completely free, open-source, self-hosted with no licensing fees
  • GraphQL API and admin UI generated automatically from schema
  • Strong TypeScript support and Prisma-based migrations
  • Fine-grained, code-defined access control
  • Backed by an experienced consultancy (Thinkmill) with enterprise delivery history

Cons

  • No official managed hosting offering from the Keystone project
  • Requires Node.js and database operational expertise to self-host
  • Smaller ecosystem and plugin marketplace than Strapi or WordPress
  • GraphQL-first design has a learning curve for teams used to REST
  • Migration from older Keystone (v5/Express/MongoDB) versions requires significant rework

Pricing

Frequently Asked Questions

Is KeystoneJS free to use?

Yes, KeystoneJS is fully open-source under the MIT license with no paid tier or licensing fee.

Who created KeystoneJS?

KeystoneJS was created in 2013 by Thinkmill, a Sydney-based design and development consultancy, and continues to be maintained by Thinkmill Labs and the open-source community.

What databases does KeystoneJS support?

Keystone 6 is built on Prisma and supports PostgreSQL, MySQL and SQLite with managed schema migrations.

Does KeystoneJS offer managed hosting?

No, there is no official managed hosting offering from the Keystone project; teams self-host on their own infrastructure.

How does KeystoneJS generate its API?

Keystone auto-generates a full GraphQL API, including pagination, sorting and filtering, directly from a code-defined schema.

What are the main alternatives to KeystoneJS?

Common alternatives include Strapi and Directus, both of which similarly auto-generate CRUD APIs and admin interfaces from a schema, as well as hosted platforms like Contentful and Sanity.

Comparisons

Related Tools