Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinkmill/keystatic

First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
https://github.com/thinkmill/keystatic

cms content-management-system javascript json markdoc markdown static-content typescript yaml

Last synced: about 14 hours ago
JSON representation

First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB

Awesome Lists containing this project

README

        


Keystatic
















---

First-class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB.

Built with DNA from Keystone, connects directly to GitHub and doesn’t mess with
your source code. Conceived for modern front-end frameworks like Next.js, Remix
and Astro, designed to fit into your workflow.

## Status

We're working on it! Things are experimental at the moment.

But if you're curious and brave, check out
[keystatic.com](https://keystatic.com) to try it out (and check out our growing
collection of templates).

Follow [@thekeystatic](https://twitter.com/thekeystatic) on Twitter, and
[subscribe to our mailing list](https://keystatic.com/#mailing-list) for
updates.

Feedback on how we're going, what you're looking for, and what you'd like to see
next is super helpful as we progress!
[Join the discussion on GitHub](https://github.com/Thinkmill/keystatic/discussions)

---

## Developing Keystatic

If you want to try Keystatic, we recommend following our
[guides](https://keystatic.com/docs/introduction) or using the CLI rather than
running the dev projects in this repo.

They're intended for testing and developing features, and aren't great examples
of actual Keystatic projects.

However, if you want to spin up Keystatic for local development in the monorepo,
you can! Run the following:

```sh
pnpm install
cd dev-projects/{example}
pnpm run dev
```

### Requirements

- node.js v18
- pnpm

Note: if you are getting an error with `pnpm`, make sure you're using
[corepack](https://nodejs.org/api/corepack.html), uninstall pnpm, and then run
`corepack enable pnpm`.

---

## License

Copyright (c) 2023
[Thinkmill Labs](https://www.thinkmill.com.au/labs?utm_campaign=github-keystatic)
Pty Ltd. Licensed under the MIT License.