Hi Indiehackers
The last few weeks I created my first SAAS for WordPress. The main idea was to provide bloggers, marketers and entrepreneurs with an easy way to write content with AI support directly in WordPress. Without any switching in tabs or windows.
I am just starting out so I am looking for WordPress users that want to try it out and give me feedback. I will provide a test account for those of you interested and you will get credits for free in return for your feedback.
Currently I am looking for feedback for the following points:
The next steps will be to work on aquiring users with different marketing strategies and to add more value to the plugin with
Check it out on wpaibot.com. Happy for any feedback I can receive or any collaborations.
Congrats on the launch! Native integration is definitely the way to go—toggling between ChatGPT and a CMS dashboard is a huge velocity killer.
I’m currently architecting a Next.js 16-based CMS and we’ve been wrestling with a similar challenge: HTML vs. Structured Data. >
When your bot outputs directly into WordPress, do you have a layer that ensures the AI doesn't accidentally break the layout with unclosed tags or invalid nesting? We moved entirely to a strict JSONB / Tiptap model specifically because we were tired of cleaning up 'AI-generated mess' in the database.
Curios if you’re using constrained decoding on the backend, or if you’re doing the sanitization on the client-side after the stream finishes?