Hacker News new | ask | show | jobs
Show HN: Dossier – A Headless CMS Toolkit (dossierhq.dev)
2 points by jonasb 1220 days ago
1 comments

Hey HN,

I’ve been working on this for the last two years, and now it’s out. Dossier a toolkit for building headless CMSs, released under MIT license. It’s written in TypeScript and supports running the server in a browser, Node, Bun or Deno. The data is stored in SQLite or Postgres. It includes schema/type generation for TypeScript and GraphQL.

There’s a playground[1] to try it out in the browser and a getting started guide[2] if you want to run it on your machine.

There’s still a lot of work left to do, but I’m happy with the big strokes of the project. Please, let me know what you think!

[1] https://playground.dossierhq.dev/

[2] https://www.dossierhq.dev/docs/getting-started