I'd recommend creating some way of chaining posts, either linked-list style (to simulate a blog) or tree-style (to simulate conversations, ala Branch).
I'd recommend creating some way of chaining posts, either linked-list style (to simulate a blog) or tree-style (to simulate conversations, ala Branch).