Join the Webstudio community

Updated 9 months ago

Hashnode Headless CMS β€” The purpose-buil...

At a glance

A new community member, Wawan from Indonesia, is interested in integrating a Headless CMS with Webstudio, which he purchased from Appsumo Tier 4. He recommends Hashnode Headless CMS as a potential option. The community members discuss Hashnode, noting that it looks decent for blogs and provides both markdown and html output. They also find that Hashnode has public API documentation and a GraphiQL interface, which they believe would fit well into the Webstudio integration.

Useful resources
Hello everyone, I'm a new user of Webstudio, purchased from Appsumo Tier 4. I'm Wawan from Indonesia, nice to meet you πŸ™‚

I'm not sure if the choice of CMS for integration with Webstudio has been discussed in this forum. However, I found Headless CMS interesting to recommend with Webstudio, namely Hashnode Headless CMS, which may meet the criteria for Webstudio integration. Please check it out: https://hashnode.com/headless
O
B
13 comments
hashnode is on the list
looks definitely decent for blogs
Btw does it output html or only rich text ast?
markdown and html is def. there
πŸ€·β€β™‚οΈ no docs in public
and graphiql
https://gql.hashnode.com/

try

Plain Text
query Publication {
  publication(host: "lo-victoria.com") {
    isTeam
    title
    staticPage(slug: "about") {
      title
      content {
        markdown,
        html,
        text,
        
      }
    }
  }
}
then will fit well into our integration
yeah, this one would work out of the box I guess
Add a reply
Sign up and join the conversation on Discord