37
65 Comments

What I learned after launching our $3.99 Hermes hosting

We launched Agent37 Hermes Hosting a few days ago.
Honestly, I didn’t expect much this early. I mostly wanted to find out whether anyone actually cared enough to use it.

Hermes Hosting

But a few things stood out

  • A few people mentioned they’d share it with friends
  • Some early conversations pointed to real workflow use, not just testing
  • A couple said they could have self-hosted, but didn’t want the ongoing hassle
    And one line stuck with me:
    “You’re solving a problem I wouldn’t take the time to solve myself.”

What I got wrong
I thought the main value was → making setup easier
But that’s not the real issue. Setting things up once is fine.
But maintaining them, keeping them running and coming back without losing context.. That’s where friction builds up.

What changed after launch
That shifted how I approached things.
Instead of focusing on setup, I focused more on making it easier to return and continue.
Early feedback pushed us to simplify things fast.
That led to:

  • Adding a simple chat UI
  • Simplifying how people get started

How I think about usage now
Not heavy workflows
Not production systems
More like:

  • Quick coding sessions across the day
  • Small automation tasks running in the background
  • Testing ideas without committing to full setups
    Simple, consistent usage

Biggest takeaway so far
It’s not about:
“can this solve tasks?”
It’s about:
“will I keep using this tomorrow?”
Still early. Still figuring things out.
Curious from others building or using tools like this:
What usually makes you stop using something
even if it works well?
If you’ve tried running agents in your workflow, I’d love to hear what worked and what didn’t

on May 7, 2026
  1. 1

    It's always tough when you realize your initial assumptions about user value were off. I happen to know a few indie hackers and solo founders who would probably be happy to answer your questions about user retention, I could ask them for you.

  2. 1

    "You're solving a problem I wouldn't take the time to solve myself" — that's one of the best early signals you can get. People will pay to avoid friction they've already accepted as permanent.
    The shift from setup → return-and-continue is the right reframe. Setup is a one-time cost. Maintenance is a recurring tax on attention.
    What kills tools for me even when they work: context loss between sessions. If I have to re-explain what I was doing, I'm gone. Sounds like you're already seeing that. 👌

  3. 1

    The 'will I keep using this tomorrow?' frame is the right one. The corollary I learned the hard way at SocialPost: people churn from the gap between 'works' and 'is woven into my routine.' Most tools die in that gap.

    Three things kill retention even when the product works. The trigger is unclear, so people who set up once cannot tell you when to open it again. The result is invisible, so they cannot see what they got from yesterday's session. And cost lives outside the price, mental overhead is the real price, $3.99 is the small one.

    The question to ask churned users is not 'why did you stop.' They will not give you the real answer. Ask 'walk me through what you tried to do the last time you opened it.' The answer is almost always in the friction of that 90 seconds.

  4. 1

    Your pivot from "makes setup easier" to "makes it easier to return" is the exact inflection point every infrastructure tool has to cross to survive.

    I see this in data tooling constantly — the dashboards and pipelines that actually get used every week aren't the most powerful ones, they're the ones that fit passively into existing routines. Tools that require active context-switching to use get abandoned. Tools that surface information people already wanted keep getting opened.

    To answer your question about what makes me stop using something that works: the moment returning to it costs me any setup effort. If I have to remember where I left off, re-establish state, or redo even 30 seconds of configuration — I default back to my old way. The tools that survive long-term are the ones where returning feels like continuing, not restarting.

    Your chat UI addition sounds like exactly the right direction — conversation threads are natural context containers. That's a smart instinct.

    I build data infrastructure for SaaS startups and the same lesson applies: the dashboards that get checked daily are the ones that open with exactly where you left off, zero friction. Made a free SQL diagnostic scripts pack from the same philosophy — low friction, quick to run → https://growthwithshehroz.gumroad.com/l/psmqnx

  5. 1

    I'd say speed. I've tried setting up agents and the quality control when auto-chaining has made it hard to trust. Context loss I guess is what the problem would be? I would like for the memory to be persistent enough and the quality of the handoff to be better for smoother experience with larger projects.

  6. 1

    The line about solving problems people don’t want to maintain themselves is actually a huge insight. Convenience alone can become a real competitive advantage.

  7. 1

    This is spot-on. In our experience with tooling, retention isn't about making onboarding easier—it's about removing the friction that makes people want to leave. A $3.99 price point is actually brilliant for this. Low enough that even when you're frustrated, you don't feel sunk cost shame, but high enough that you take onboarding seriously. The paradox is people stick with things they pay for more than free alternatives.

  8. 1

    The $3.99 price point is bold - were you worried about being seen as "too cheap" for serious workloads, or has that not really been an issue?

  9. 1

    That line, "solving a problem I wouldn't take the time to solve myself", is one of the best early signals you can get. That's a painkiller.
    The shift from setup friction to return friction is the right call. What makes me stop using something that works: when it asks me to change my behaviour to fit the tool rather than the other way around.

  10. 1

    that line about 'solving a problem I wouldn't take the time to solve myself' is the whole market. hit the same thing building PM tools - the self-host crowd is way smaller than you'd expect.

  11. 1

    The "will I keep using this tomorrow" lens is the right one. From running SocialPost.ai, the strongest predictor of whether someone keeps using a tool isn't whether it solves the task. It's whether the cognitive cost of resuming is lower than the cost of just doing it manually. People churn off working tools when they have to re-orient every session: where was I, what was running, did this finish, what do I do next. If you can answer those four questions visually in the first 10 seconds of return, you'll keep them. Most agent tools fail this because they're optimized for what the agent does, not what the user remembers.

  12. 1

    This is a fantastic technical breakdown, Vishnu! Speed and lean hosting setups are so underrated.

    For our AI automation platform (Zappnod), we made a contrarian tech-stack decision. We completely bypassed React or Vue and built our visual workspace in raw Vanilla JS.

    By utilizing single-element event delegation and requestAnimationFrame for drawing smooth SVG Bezier connect-lines, we got our boot times under 150ms and kept rendering locked at 60 FPS even under heavy node loads.

    On the database side, we also track session versions inside stateless JWTs. Incrementing this version during updates instantly terminates active logins globally across all active devices without needing a Redis cluster. It keeps our infrastructure extremely lean and high-performance.

    Love seeing engineers build smart, budget-friendly infrastructure!

  13. 1

    Really interesting insight about the difference between setup friction and return friction. Most builders obsess over onboarding, but users usually quit because coming back feels mentally expensive. The point about people preferring convenience over self-hosting even when they technically can do it was especially telling.

    I also liked the shift toward optimizing for continuity instead of just configuration. That “will I keep using this tomorrow?” framing is probably one of the best retention questions any SaaS founder can ask. The products that win long term usually reduce cognitive load, not just technical complexity. 🚀

  14. 1

    That "solving a problem I wouldn't take the time to solve myself" line is basically the unofficial slogan of every managed service ever lol.

  15. 1

    This is the core insight that separates tools people keep in their workflow from toys they forget about. The friction of "going back" to something you haven't used in a week is wildly underestimated. Most SaaS onboarding focuses on day 1, but retention is day 8+. Excited to see what Hermes does with this angle.

  16. 1

    Really appreciate the openness. I just started building in public this week, and I’m already realizing how valuable it is. It’s uncomfortable putting unfinished work out there, but the feedback loop is hard to beat.

  17. 1

    Trust and security is inportant for hosting. Being early and using it is too risky and better to wait until it is more established before jumping in,

  18. 1

    Love the transparency. Just started building in public myself this week. It's scary but the feedback is invaluable.

  19. 1

    What makes me stop using something that works: the blank canvas problem. You open the tool on Tuesday, have no memory of what you were doing Monday, and now have to reconstruct context before you can do anything useful. That friction compounds fast.

    For agent tools specifically, the session boundary is brutal. The agent knew everything at the end of session 1. Session 2 starts from zero. So instead of "continue where I left off" you get "re-explain the whole situation again."

    Your insight about "will I keep using this tomorrow" is exactly right. The best tools I've kept using long-term are ones where returning users are treated differently from first-time users.

  20. 1

    This hits different because most demos focus on "ease of onboarding" when the real moat is "ease of returning." The context loss you mention is massive — people abandon tools not because they don't work, but because context-switching costs kill momentum. Adding that chat UI was exactly right. Have you thought about persistence features that let users pick up mid-session from days before? That's where the magic usually happens in sticky SaaS.

  21. 1

    The shift from setup friction to return friction is exactly right, most tools die not at onboarding but at the second visit. Curious, are you planning to build any kind of persistent memory layer so agents remember previous session context automatically? That feels like the thing that would make this genuinely sticky.

  22. 1

    I like it that you focused on actual user behavior instead of just launch excitement. Did the simple chat UI noticeably change how people interacted with the product?

  23. 1

    The thing that kills retention for me is the cold start every time I come back to a tool. If I have to rebuild my context (where was I, what was I doing, what did I already configure), that's the moment I quit. The tools I've stuck with for years are the ones that pick up exactly where I left off, even after weeks away. Sounds like you're already pointing at this with the shift toward 'making it easier to return and continue'. Push it further. Make the second visit easier than the first.

    1. 1

      Thanks for the feedback! I totally agree—making the second visit easier is crucial for retention. We're focused on minimizing the friction of returning users, so they don’t have to waste time re-establishing context.

  24. 1

    The shift from 'can it solve tasks?' to 'will I keep using it tomorrow?' — that's the real metric most builders ignore. For me, I stop using tools when they require more context-rebuilding than actual work. What's the one thing that's made you stick with a tool long-term?

    1. 1

      Spot on! The real challenge is ensuring users can pick up right where they left off without the hassle of context loss. That’s exactly why we’ve focused on simplifying the return process after the initial setup.

  25. 1

    the real insight for me was the shift from setup friction to return friction. onboarding is the easy part, getting someone to come back day 2 is the actual problem and most tools just ignore that completely

    for what makes me stop using something - context loss honestly. if i have to remember where i was every time i open it the tool is basically dead to me within a week

    1. 1

      Great insight! We’ve shifted our focus from getting users to try the tool to ensuring they return and keep using it. We’re prioritizing minimizing cognitive overload. I think we’re on the right path with our chat UI.

  26. 1

    This is a really important insight honestly, a lot of builders overfocus on “time to first success” and underfocus on “time to second usage.”

    Getting someone to try a tool once is mostly curiosity. Getting them to come back means the tool has successfully integrated into their mental workflow. That’s a much harder problem.

    The part about people not wanting the maintenance burden also feels underrated in dev tools. Technically capable users still pay for convenience if the product reduces cognitive overhead. People don’t just outsource setup, they outsource remembering, monitoring, context switching, and upkeep.

    Your shift from “hosting agents” → “persistent lightweight workflow companion” sounds directionally stronger to me.

    Personally, the biggest reason I stop using tools (even good ones) is friction accumulation:

    • too many steps to resume work
    • context/history feels fragmented
    • UI feels heavier than the task itself
    • the tool demands attention instead of blending into workflow

    The tools I keep using are usually the ones that feel almost invisible after a week.

    1. 1

      The point about chat naturally preserving continuity is underrated, most builders overthink it with complex state management when conversation history does the job better. Quick question, are you building something yourself or just following the space? Asking because we work with early-stage founders on organic distribution, helped a SaaS app hit 200M+ views with a fraction of ad spend. If you're launching something, might be worth a quick chat.

    2. 1

      That’s exactly the problem we’re tackling getting users back without having to re-onboard them each time. The chat UI helps with that, but we’re exploring more ways to make the experience smoother. How do you ensure your users can easily pick up from where they left off in your apps?

  27. 1

    the line about returning without losing context hits. that's exactly the problem i ran into building with claude code every session starts from scratch unless you've built something that forces continuity. ended up writing a claude md spec file that sits in the project root and gets read automatically. solved the context problem but it shouldn't have to be manual. retention is always about friction on the return, not the first use.

    1. 1

      The CLAUDE.md spec file workaround is actually clever, but you're right, it shouldn't have to be manual. The tools that solve that automatically are the ones that get genuinely sticky. By the way, when you're ready to get early users for whatever you're building, have you thought about organic short-form distribution? We helped a dev tool get 200M+ views across TikTok/YouTube from top-tier countries, zero paid ads. Happy to share what that looked like if it's relevant to where you're headed.

    2. 1

      Exactly! It’s not just about getting the tool to work, it’s about making sure users come back consistently. We have focused on making the return process as effortless as possible. How do you keep users engaged without adding unnecessary complexity?

  28. 1

    That line about “solving a problem I wouldn’t take the time to solve myself” is probably the real insight here.

    I think a lot of AI tools fail not because they don’t work, but because the friction of returning to them becomes higher than the value they create over time.

  29. 1

    What's your current thinking on context persistence? That seems like the hardest part, and probably the most sticky feature if you get it right.

  30. 1

    Interesting that users mentioned they could self host but still preferred convenience. Feels like people value saved time more than maximum control now.

  31. 1

    This feels like one of those products where the small UX decisions matter more than adding dozens of advanced features.

  32. 1

    Solid execution on a gap that's been obvious to anyone who's actually tried to run one of these in production. SSH + install script was never managed hosting. The container density argument is economically correct; the edge case to stress-test is concurrent long-running loops at scale. Would be curious what your p95 latency looks like under that scenario and whether $3.99 holds unit economics once churn stabilizes.

  33. 1

    One thing I found interesting is how quickly user feedback changed the direction after launch. That’s usually a strong sign people are actively engaging with the product instead of just testing it once.

    1. 1

      Yeah, those early conversations ended up shaping priorities much faster than I expected.

  34. 1

    I’ve noticed the same thing with small tools — people don’t mind setup once, they mind the “maintenance energy” later.
    Making it easy to come back and continue is honestly a bigger win than adding more features.

  35. 1

    The maintenance point is very relatable. Most people can figure out setup once, but ongoing friction is what slowly kills usage. Curious how you’re planning to improve the “come back later” experience from here?

    1. 1

      That’s exactly where my focus is shifting now. Trying to make sessions feel continuous instead of starting from zero every time.

  36. 1

    This makes a lot of sense. Most users don’t actually want full control over infrastructure, they just want something reliable enough to keep using without thinking about it constantly.

    1. 1

      That’s becoming clearer with every conversation honestly. Reliability and continuity seem more important than flexibility for many users.

  37. 1

    Honestly refreshing to read a founder talking openly about what they misunderstood before launch. Those are usually the most valuable lessons.

  38. 1

    I think a lot of AI tools fail because they ask user to completely change their workflow. Your lightweight usage angle feels much easier to adopt naturally.

    1. 1

      That’s something I’m realizing too. Smaller workflow improvements seem easier for people to stick with consistently. Asking users to completely change how they work usually creates more resistance early on.

  39. 1

    Really liked the honesty in this post. A lot of founders talk about growth, but not enough talk about the assumptions that changed after launch. Did any user feedback completely surprise you?

    1. 1

      Honestly yes. I originally thought setup simplicity was the main value, but most conversations kept coming back to maintenance and continuity instead. People were less worried about getting started once and more concerned about whether they would realistically keep using it without friction later.

      1. 1

        Thats a really useful shift in perspective. Did you expect that kind of feedback early on or did it only come up after more user conversations?

  40. 1

    Really appreciate posts like this because they focus more on product learning than vanity metrics. What's been then hardest part so far after launch?

  41. 1

    The insight about "returning without losing context" is exactly right- that's the real friction nobody talks about. What makes me stop using something that works: when the mental overhead of remembering how to use it exceeds the value it saves me.

  42. 1

    This feels like a much more practical approach to AI workflows than trying to force enterprise level use cases immediately. Are lightweight daily tasks where you see the strongest retention right now?

    1. 1

      Yeah, surprisingly those smaller repeat workflows seem much stickier than larger complex setups right now. People seem to value quick reliability and convenience more than trying to build huge automated systems immediately.

  43. 1

    The'' will I keep using this tomorrow''? Takeaway hits hard. A lot of tools work technically ,but don't become habits. That difference matters a lot

    1. 1

      I am starting to think retention feeling is more important than feature count early on. If people naturally want to come back and continue using something, that’s usually a much stronger signal than temporary excitement.

  44. 1

    Interesting shift in thinking honestly. Optimizing for repeat usage instead of setup speed feels like the smarter long term play. Have you noticed users naturally returning without reminders yet?

    1. 1

      A few already have, which honestly became a stronger signal for me than launch traffic itself. Seeing people naturally return without being pushed tells me a lot more about actual product value.

Trending on Indie Hackers
I got my first $159 in sales after realizing I was building in silence User Avatar 53 comments Three Days Before Launch, I Let My Own Tool Tear Me Apart User Avatar 37 comments I thought I was building a news visualization tool. Users thought it was a catch-up tool. User Avatar 34 comments I got tired of rewriting the same content for 9 different platforms. So I built Repostify. User Avatar 30 comments I Rejected a $15K Acquisition Offer for My Multi-Agent IDE — Here's the Full Breakdown User Avatar 28 comments A pattern I keep seeing in EdTech: traffic isn't usually the problem. User Avatar 23 comments