Publishing texts in specific order for a limited time period

I have asked to design a site for (sometimes lengthy poetric) texts. The writer wishes them to be published one by one, so that one text is visible 24 hours, then the next text next 24 hours, and so on. So the layout itself is relatively simple - there is only one text visible on the site at the time with some visuals relating to the part/collection (I know all the texts need to be added in CMS, not efficient, but kind of tedious).

There are 138 text units altogether, which are divided in 11 “parts” or collections. My plan is to publish these “parts” as CMS collections and texts in each part/collection as collection items basically on a collection page. I haven’t yet thought this so far whether I could use some nestling or not - or any other specifics.

My question is, is there a simple way to do this kind of item filtering with CMS attributes - or should I be prepared to get some additional javascript (or similar) written?


Here is my public share link: LINK
(how to access public share link)

If you can tie the display of each item to a specific date, then it’s relatively simply to use Webflow’s native filtering to show only “today’s” item(s).

If you want a different approach, or if you data assembly of “parts” gets over complex, then you can use a script approach instead.

Thank you. This was actually how I visioned it myself. I have worked with somebody writing me scripts before. However, I have grown more comfortable with Webflow during years, so I was wondering if I could do it by myself, but obviously not.