Hashnode icon

Hashnode

Developer blogging platform for publications, posts, authors, tags, comments, and audience activity.

Tracks publications, posts, authors, tags, comments, followers, publishing state, and audience activity for developer blogs.

Sign in to connect Hashnode

Sign in to connect an account and start using Hashnode in your apps.

Example Use Cases

These are example ways Snow can use Hashnode when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Documentation API Reference

Tool to create a documentation API reference from an OpenAPI specification URL in a Hashnode project. Use when you need to import and generate API documentation from a Swagger/OpenAPI spec. Requires projectId and the URL of the API specification.

Create Documentation Link

Tool to create a link within a Hashnode documentation guide. Use when you need to add external or internal links to documentation pages, such as API references, GitHub repositories, or related resources.

Create Hashnode Documentation Guide

Tool to create a new documentation guide in a Hashnode documentation project. Use when you need to create a new guide within an existing project. Requires a valid projectId and a name for the guide.

Disable Documentation Project AI Search

Tool to disable AI search for a documentation project on Hashnode. Use when you need to turn off AI-powered search capabilities for a specific documentation project.

Fetch Publication Posts

Tool to fetch a paginated list of posts from a publication. Use when you need to list posts page by page for a given publication host.

Fetch Series Posts

Tool to fetch posts from a series within a publication. Use when retrieving and paginating through series posts in a specific publication.

Fetch Single Article

Tool to fetch a single article by slug from a publication. Use when you need the detailed content of a specific post.

Fetch Stories Feed

Fetch a paginated feed of stories from Hashnode. Returns posts with title, brief, author info, tags, and reading time. Supports filtering by feed type (RECENT, FEATURED, FOLLOWING, etc.), reading time range, and tags. Use cursor-based pagination via the 'after' parameter with the endCursor from previous responses.

Generate Documentation Project Preview Authorization Token

Tool to generate a JWT authorization token for previewing a documentation project. Use when you need to obtain a JWT to access a documentation project preview. Requires a preview token that must be generated first using the generateDocumentationProjectPreviewToken mutation.

Get Documentation Project

Tool to fetch details of a Docs by Hashnode project by ID or hostname. Use when you need metadata for a documentation project. Provide either project ID or host domain.