
10
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
-
Vibe-coding a Series of Articles in BoltCMS
We're creating support for post series using Cursor with Sonnet 3.7. -
Project Caretaker. Part 10. Bluetooth
Connecting the Radiomaster TX12 as a BT controller through the ELRS module. -
Project Caretaker. Part 9. Charging
Since one of our goals is remote control, we should address the power supply is… -
T-CTF: Write-up of a Cybersecurity Competition
Capture The Flag (CTF) is a competition for white hat hackers, who need to "hac… -
Project Caretaker. Part 8. Software
The ESP32CAM is a fairly popular controller. Wi-Fi-controlled devices with came… -
Project Caretaker. Part 7. Hardware
I've already shown the device diagram, let's now take a closer look at the phys…