keystatic icon indicating copy to clipboard operation
keystatic copied to clipboard

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

Results 175 keystatic issues
Sort by recently updated
recently updated
newest added

I am trying to get Keystatic to work with NextJS 15 and Cloudflare Workers. I am using @opennextjs/cloudflare with wrangler to build and preview the NextJS project. I initially faced...

Installing keystatic via `pnpm create @keystatic@latest` choosing astro. Running it via `pnpm dev --host` (needed the --host because using it in a proxmox container) Using the IP instead of localhost...

I'm trying to protect access to /keystatic by putting it under /app/admin/keystatic, however this would result in 404 for the AdminUI.

Thankyou @simonswiss and team, Keystatic is a boon for static websites. I was using Keystatic happily in local mode, however, I needed to access my website remotely, so I switched...

This PR aims to solve Thinkmill/keystatic#1431. It allows using a `pathPrefix` in local mode, which is useful for editing content files outside of the project root for example but is...