Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
- Host: GitHub
- URL: https://github.com/thinkmill/keystatic
- Owner: Thinkmill
- License: mit
- Created: 2023-02-09T02:53:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T02:29:05.000Z (7 months ago)
- Last Synced: 2024-04-13T21:37:27.549Z (7 months ago)
- Topics: cms, content-management-system, javascript, json, markdoc, markdown, static-content, typescript, yaml
- Language: TypeScript
- Homepage: https://keystatic.com
- Size: 18.7 MB
- Stars: 875
- Watchers: 19
- Forks: 57
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
---
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
- pnpmNote: 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.