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.
Related integrations
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.
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.
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.
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.
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.
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.
Tool to fetch posts from a series within a publication. Use when retrieving and paginating through series posts in a specific publication.
Tool to fetch a single article by slug from a publication. Use when you need the detailed content of a specific post.
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.
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.
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.