1 pointby Ndmtrieff4 hours ago1 comment
  • Ndmtrieff4 hours ago
    [Quick video demo in the gh repo]

    Lovable lets you build from scratch but no real backend, you're left with a (very) nice mock-up. This is the next step: add lovable to your current product so that everybody can tweak it/improve it. Just have to connect your github: 1. Connect your github and wait for the AI to add the feedback-chat widget itself 2. Go back to your website and start using it!

    This was the setup and for the principle: 1. Iterate with the chat 2. Send the modification 3. Wait 4. Review thanks to a real-life preview your changes 5. Accept/review/decline

    And the cycle goes on!

    The stack: React, Next.js, Claude (Haiku for the chat, Claude Code for the agent), Supabase for job queue, Railway for the agent worker. Could be improved quite a lot using the Agent Orchestrator from Composio though.

    As this is for all dev: non-coders to coders, you have different levels: - Go to the website, connect your github repo, wait for the AI to install everything itself and accept the PR - Install the npm package yourself, set up your own infrastructure (for the workers)

    Either way, the foundations are simple: single npm install + the widget + the worker.

    GitHub: https://github.com/NikitaDmitrieff/feedback-chat npm: https://www.npmjs.com/package/@nikitadmitrieff/feedback-chat

    Everything is working, fully open source and for the hosted version (where you just log in and get going) i'd gladly put it up for free. I could easily make everything available but was just wondering if anybody would actually want to, so yeah would love your feedback :)