2
1 Comment

wpaibot - AI Writing directly in WordPress

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:

  • Website
    Do you know how to get started? Any information missing?
  • Plugin
    Is the plugin valuable to you? Any features you are missing?

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.

on March 24, 2023
  1. 1

    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?