Best way to manage longer content?

I’m building a website that provides tools and resources for health professionals. Each resource has set characteristics (e.g. ‘Name’, ‘Time’, ‘Cost’) that I’m building out in a Xano database. However…each resource will also have anywhere from 500-1000 words explaining what it is, and how the user can implement it.

Ideally I would like some basic CMS functionality for the long text component (e.g. the ability to draft the article, add rich text, have it reviewed, et cet).

What is the simplest way to achieve this for a beginner? From my research on here it sounds like a headless CMS with API might be the way to go.

Are there any tutorials I can follow that will guide me step by step?

Thanks in advance, from a nocode newbie!

Why not just store it in a field in Xano? It should handle it.

1 Like

Thanks! That would be my preferred option, keeping it simple.

I’m just unsure about how things like formatting (line breaks, links, bold/italics) would be applied.

Longer term I’d also like to set up a workflow for other authors to write resources (e.g. Drafting a new resource > submitting for review > publish) and not sure how Xano would handle this use case.

Edit: after some research it looks like I’d simply add the appropriate HTML in the Xano field, than import the text into Wewebs Rich Text element?

Yes exactly, html or markdown.