Rendering HTML content
Unlike other headless CMSs, Flashboard does not provide a REST or GraphQL API. You’re responsible for loading the data directly using SQL or a backend like Supabase.
Once you have loaded the HTML content in your app, you can render it just like any other HTML. For example, in React you’d do something like the following:
<section dangerouslySetInnerHTML={{ __html: myHtmlContent }} />
In Ruby on Rails, you'd do it like:
<section><%= my_html_content %></section>
And so on.

Need help?
Hey! I'm Felipe, Flashboard's founder. I'll personally help you and make sure you get your panel up and running.