I've built a CMS with Claude Code aswell and its working incredibly to create JSON proposals that my sveltekit website reads and turns into beautiful proposal pages. When a customer creates a booking for my mini-golf hire company they get emailed and they get their own booking hub where they can update their booking details, see the proposal when it comes through see any invoices ect.
The best part is and what i'm so excited about is we have created a daily business script 'npm run daily' that Claude Code runs and the script uses the business logic to move bookings along in the cycle by telling Claude Code what bookings have tasks. It will return, you have 3 bookings that need attention, run 'npm run get-booking [booking shortcode] THEN that script returns ALL data for that booking row from the db and it knows what task is needed to be done so Claude Code has all the context for that booking and it's prompted at the end saying NEXT STEP Claude code run 'npm run generate-proposal [shortcode] JSON output. (there was an example json output in there for claude to know the syntax ) Everything goes to an out tray in the admin web ui that i have to manually approve. I'm still in testing but I'm starting to realise that Claude Code can be an agentic platform for apps run from the CLI, like my automated crm assistant we've built.
mjsweet|7 months ago