Is OpenClaw doomed with Claude Code Channels?
Obviously there is a ton of hype around OpenClaw and everyone rushing to get Mac Minis and set it up. But what happens now that Anthropic has created a seemingly more secure and easier to set up version of OpenClaw with Channels?
Do you think OpenAI will adapt quick enough and evolve OpenClaw to be at the forefront of the localized agent space? Or will Anthropic run away with it? Would love to hear what you all think.
Btw, our current operation at Honestly is using Claude Code Channels, check out our socials accessed through our #4 PH rank to follow along with how we've been using them!
I vibecoded an open-source CLI to measure how often your brand shows up in AI responses
sharing something I built that might be useful here.
It's an open-source CLI tool called AI SOV Analyzer. The idea: AI models like ChatGPT are increasingly where buyers discover products. This tool lets you measure how often your brand shows up in AI responses vs your competitors basically "Share of Voice" but for AI.
Free to run (works with Ollama locally or free-tier APIs)
Apache 2.0 open source
Context loss between sessions is the hidden tax on vibe coding
You finish a session, close Cursor, come back the next day. Ten minutes gone just reconstructing where you were. Stack decisions, rejected approaches, half-finished threads.
Nobody talks about this part. Everyone optimizes the coding flow but the between-session memory problem just sits there.
Maybe it’s just me… but AI lately feels more like templates than actual breakthroughs
Maybe it s just the corner of the internet I m in,
but every time I open social media
someone is launching a new AI startup.
And somehow they all give the same vibe:
AI agent for X
AI assistant for Y
AI workflow for Z
Different branding, different color palette, same energy.
Vibe Coding Without the $200 Price Tag: Multi-Model Workflow.
How much do you spend on monthly subscriptions?
If you re already on a premium plan like Claude Max or ChatGPT Pro, stick with it, unless you really want to optimize your "vibe coding" workflow.
Looking for contributors in TypeScript/Electron/plugin development.
Hey there,
Bit of context first: I am a member of a 30 people+ team and most API clients we used felt like they were built for a different job than what we actually did.
How to go from an idea to a full-stack hosted website
For the past couple weeks I've been on my #indiehacking coding grind
All the tools out there to go from just vibecoding to actually launching can be quite overwhelming when just starting out
Designer + Cursor + real problem = live SaaS. First time posting, excited to be here👋
I'm a UX designer and Product strategist. Not a fullstack developer.
And I just shipped a full SaaS product.
Here's how I did it.
I work as a UX and Product SaaS strategist and also run a remote digital agency Koylabs.
I always had product ideas but never the engineering background to build them myself. That changed this year when I started seriously experimenting with AI tools and vibe coding.
I picked a real problem I kept seeing with clients they wanted Google reviews on their website and every existing solution was clunky, complex and a bit dated. Simple problem. Clear market. So I decided to build the solution myself.
The stack:
Next.js + Supabase for the backend
Stripe for payments and subscriptions
Cursor as my AI coding environment
Vercel for hosting
What surprised me:
AI is incredible at boilerplate and repetitive logic
The hard parts were still hard embed systems, iframe height communication, Stripe webhook edge cases
Product thinking was my biggest advantage.
Knowing exactly what to build and what to leave out saved weeks
Vibe coding is real but you still need to understand what you're building
What I actually shipped:
Full auth and multi-tenant architecture
Stripe subscriptions with trials, webhooks and billing portal
A custom iframe embed system that works on Framer, Webflow, WordPress and any platform
Automated review sync
Four widget layouts
Start to launch: a few weeks.
The result is Review OS a simple clean way to show your Google reviews on your website. One embed code, done in under a minute. Only $9/month.
If you or someone you know needs this try it free for 7 days at www.reviewos.co 7 day free trial
And if you're thinking about building your own project follow along.
Give this tool a try and share your thoughts I'm looking forward to your feedback.
My next post will be a full playbook on how I did it, tools, process, mistakes and all.
What are you currently working on? Drop a comment would love to know.
Launching on Product Hunt this Wednesday would love your support
Has anyone built their own CRM instead of using one?
I'm a freelance consultant. Tried Folk, Attio, HubSpot free, Google Sheets. Never stuck with any of them. The problem wasn't the features, it was that I never went back to the tool.
So I built a CRM inside my AI assistant (Claude + MCP server + Supabase). Six contact lists, email drafting, a Chrome extension that scrapes LinkedIn profiles at $0.001 each. Total cost: $10.
The whole thing lives where I already work. That's why I actually use it.
Not sure if I'll close the loop yet..
Do any of the more experienced coders ever feel like closing the loop in vibecoding is a bit too much control to let go off? I'm not sure if I can categorize myself as an experienced coder. I'm been mainly self-taught and been doing it for almost a decade now, so I have strong opinions about what I consider best practices. (I actually love refactoring, because it feels like order is once again restored in the codebase).
However, with AI becoming so good at so many parts of the product development, I'm starting to feel like a project manager, or god forbid, scrum master... On the one hand, it's nice that I get to spend most of my time thinking about the problems themselves rather than the implementation of the solution. But on the other hand, I think my coding style is a bit like trying to find a way out of a dark room by running into the wall repeatedly as opposed to planning a way out. And I kind of missing running into the wall to be honest. Now, I'm enviously looking at AI hitting the wall.