33
Vibe-coding a Series of Articles in BoltCMS
Let's take Cursor, Sonnet 3.7 Thinking, and ask it to do what we need:
I need to somehow make it possible to create post series, so that at the beginning of a post, if it belongs to a series, a list of articles in the series is shown
So, my requirements are clear: I have a series of posts called "Project Caretaker" to which I wanted to add cross-linking between parts within the articles. I could have made a separate category, or created a separate 'taxonomies' (tags) type and hacked the templates, but let's see which path the AI chose:

As we can see, it decided to do it properly — created separate entities in the database, wrote a separate menu item for the admin panel, all the accompanying controllers, templates, and all that. Let's take a look at the admin panel.

Next, there was a series of errors due to migrations / missing templates, which I fed to Cursor as well, but in the end, everything was fixed within an hour. The final result is as follows:




The total number of added lines is 1863 (mostly copied from the core admin templates for customization).

And in the article, it looks like this:
No comments yet
-
Resuming a print after a power cut
A print takes more than a day, and the lights go out mid-print. Sound familiar? -
How I Changed Job in 2026
After 10 years in e-commerce, I went back to the market -
Goback - easy backups
I finally decided to properly tackle backups. Once again, I had to rely on cust… -
Project Watcher
This Halloween-timed project is a one‑eyed Cthulhu statue with a mechanized eye… -
Universal AI Telegram Bot
Want to launch your own AI Telegram bot in just a couple of steps? -
YouTube Watch History Analysis
Ever wondered how much time you spend watching videos? Let's count it.