TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Dossier – A Headless CMS Toolkit

2 点作者 jonasb超过 2 年前

1 comment

jonasb超过 2 年前
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>