AI tools are helping solo makers rebuild old SaaS-like tools
In one firsthand case, Claude-like AI tools have sharply increased the speed of solo software work. An automated site was built to find and publish only positive news about the UK while running on a cheap VPS. Claude wrote the site, and on several checked news feeds, picked useful items, and rewrote clickbait-style headlines in a calmer form.
The site links back to the original articles instead of storing full copies, which keeps readers going to the publishers. A second project rebuilt an internal company video hosting tool. That tool stores playable master videos, edits, and exports for editors, production staff, and broadcasters, like a low-cost Vimeo.
The old system was no longer good enough for 2026, and the goal was to add features similar to Vimeo, Frame.io for review, and Trint for . Fable and Opus rewrote a decade-old PHP, Ajax, and nginx setup into a Python system using Django, React, and Vite.
Key points
- Claude was used to write an automated news site running on a cheap VPS.
- Free AI tiers handled feed checking, content selection, and headline cleanup.
- The site avoids copying full articles and sends readers back to the original publishers.
- An old internal video hosting tool was rebuilt with Python, Django, React, and Vite.
- The example shows how can recreate parts of older SaaS products for narrower needs.