TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Dossier – A Headless CMS Toolkit

2 pointsby jonasbover 2 years ago

1 comment

jonasbover 2 years ago
Hey HN,<p>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&#x2F;type generation for TypeScript and GraphQL.<p>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.<p>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!<p>[1] <a href="https:&#x2F;&#x2F;playground.dossierhq.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;playground.dossierhq.dev&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;www.dossierhq.dev&#x2F;docs&#x2F;getting-started" rel="nofollow">https:&#x2F;&#x2F;www.dossierhq.dev&#x2F;docs&#x2F;getting-started</a>