Skip to content

Quickstart

There’s a quickstart for each supported stack. Pick yours below — each one walks you from install to a working blog index and article pages reading from the keyless feed in about five minutes.

Whatever your framework, installation looks like this:

npm install @ghostwritr/next

Each adapter differs only in how it caches and where the entry point lives — the flow is identical: install the SDK, create the entry point (createGhostwritr({ siteId }) for Next, the ghostwritr({ siteId }) loader for Astro, or a loader() that calls fetchArticles/fetchArticle for React Router and feed core), then render the article Markdown with <ArticleContent>. All of it keyless — your site ID is the only key.