1
15 Comments

I launched 4 digital products in 3 weeks. 0 sales. Here's what I'm actually learning.

Three weeks ago I published my first product on Gumroad. Today I have 4 products live across Gumroad and Etsy, a full automation pipeline running in the background, and zero sales.
I'm not writing this for sympathy. I'm writing it because the 0 is genuinely instructive — and I've found this community doesn't sugarcoat things.
What I built
I'm Lars. I run Zyvara Group — a solo operation I'm building from Sweden with one goal: 55,000 SEK/month (~$5,000) in recurring income so I can stop trading time for money. No team, no investors, no office. Me, Claude, n8n on Railway, and a Gumroad account.
The four products live right now:

Business Command Center ($37) — an all-in-one Notion template with Finance Tracker, CRM, Goal Tracker, Project Hub, Content Planner and Daily Dashboard
One-Person Business System ($29) — a 25-page PDF covering 5 core systems for running a solo business, including an AI integration hierarchy and a 30-day action plan
200 AI Prompts for Business Owners ($17) — a curated PDF of prompts organised by business function
30-Day Solopreneur Sprint ($9) — a day-by-day action plan for building the foundations of a one-person business in a month

What the 0 is telling me
I've been posting on LinkedIn 3x per week using an automated approval pipeline I built — Telegram button, one tap, posts at noon. Decent views. Zero conversions. It took me too long to accept what was obvious: LinkedIn is a viewing audience, not a buying audience. At least not for $9–$47 digital downloads aimed at solopreneurs.
The channels where this product type converts — Etsy search, Pinterest, IndieHackers, Reddit — are where I wasn't present. Today I'm fixing that.
The harder thing I'm sitting with
I realised this week that I built a "faceless brand" partly for legitimate reasons (scalability, no personal dependency) and partly because it meant I couldn't publicly fail. No name attached, no judgment possible. A protection strategy dressed up as a business decision.
I put my real name on this profile today. Small move. But the right one.
There's also a real question about the products themselves. PDFs and Notion templates are the lowest-friction thing to build and the hardest thing to sell — because the buyer has to do all the work themselves. I look at what makes me reach for my card and it's usually interactive software, tools that update and respond, things that feel alive. A PDF sits in a downloads folder.

I'm not abandoning the current products — they're live, they cost nothing to maintain, and they might sell. But I'm being honest with myself that the right next product is probably something more dynamic. Whatever comes next, I'm being deliberate — demand evidence before I commit to another build
What I'd genuinely like to hear
Three honest questions:

PDFs and Notion templates at $9–$47 — is this a distribution problem or a product type problem for this audience? I genuinely don't know yet.
For those who've sold on Pinterest or Etsy — how long before you saw meaningful traction? I know it's not instant, but what's a realistic signal window?
If you were building for the solopreneur market from scratch today — what format would you choose?

If anyone wants to take the Business Command Center for a proper test drive and leave honest feedback — I'll send free access to the first 2 people who reply here. No obligation beyond telling me what actually works and what doesn't.
Not looking for validation. Looking for honest input from people who've actually sold things.
Building in public from Sweden. Week 3. Still learning.
— Lars
zyvara.gumroad.com

posted to Icon for group Building in Public
Building in Public
on May 22, 2026
  1. 1

    Lars, your realization about 'interactive software' vs 'static PDFs' is 100% accurate. To answer your third question: if you are targeting solopreneurs today, the highest-converting format is a single-feature Micro-SaaS (often an AI wrapper) that directly executes a workflow for them.

    You already have the core value built—those 200 AI Prompts. Instead of selling them in a PDF that sits in a downloads folder, you wrap them in a clean UI.

    You can maintain your massive launch velocity if you shift from Notion templates to a standardized software stack. I use a Flutter + Firebase boilerplate with Riverpod for state management. When your architecture is pre-configured, spinning up a responsive, interactive web app with an auth-wall and an LLM API integration takes days, not months.

    Solopreneurs hesitate to pay $17 for a PDF, but they happily pay for a tool that feels alive and executes those exact prompts natively. Your execution speed is already there; you just need to point it at dynamic architecture.

    1. 1

      Youssef, this is the clearest framing I've seen on the format question — you're right that static PDFs don't create the same perceived value as something that feels alive.
      My honest position right now: I think I have a distribution problem before I have a format problem. If no one is finding the PDF, wrapping it in a UI doesn't fix that. So I'm treating the next few weeks as "prove the demand exists" — if 200 AI Prompts gets traction as a PDF, v2 as an interactive tool makes a lot of sense.
      The Flutter + Firebase stack — is that your go-to for web too, or mainly mobile? Curious whether you'd reach for the same stack for something that's browser-only.

      1. 1

        Well, you are correct. Proving demand first is the right move. There is no point in writing architecture until you know the market wants the outcome.

        For a web-only project, it would depend on the specific goal. For the marketing site and landing page, I never use Flutter. Flutter Web renders to a Canvas element rather than standard HTML/DOM. This makes it notoriously difficult for SEO crawlers to index. If your distribution strategy relies on organic search, you want standard web architecture (Next.js, or even a no-code builder like Framer) for the public-facing pages. However, for the authenticated tool itself (the actual v2 application where the user logs in to interact with your AI prompts), Flutter + Firebase is absolutely my go-to. Once they pass the auth-wall, SEO doesn't matter anymore. You just need a fast, state-driven UI that handles complex logic and API handshakes without lagging. Flutter handles that beautifully across web and mobile from a single codebase.

        I think you should prove the demand with the PDF first. If it hits, you already know the stack for v2.

  2. 1

    I think we should let users, "get them to try" is usually a selection problem wearing an activation costume. If you incentivize the trial itself — discounts, "just try it" — you pull people motivated by the incentive, not the product, and they bounce. What's worked better for me is making the thing they unlock something they already wanted, so finishing the step self-selects for real interest. (Building in this space right now — happy to share what I'm seeing if useful.)

    1. 1

      That reframe is useful — selection problem wearing an activation costume. The free tester offer was specifically to get first reviews rather than drive adoption, but your point holds: if the people who respond are motivated by "free" rather than "I actually need this system," the review I get will reflect a low-intent user's experience, not the target buyer's.
      What you're describing — the unlock being something they already wanted — is essentially the product doing the selecting. Curious what that looks like in practice when you're pre-revenue and trying to get genuine early feedback without it being noise.
      Yes, share what you're seeing. What are you building?
      — Lars

      1. 1

        Pre-revenue it's simpler than it sounds: make the entry action something only someone with the real problem would bother doing, and drop the "free" framing. "Want to try it free?" filters for nobody. "Tell me about your [specific] setup and I'll show you how it handles it" filters hard — relaters bounce, people with the actual problem lean in. You don't need volume pre-revenue, just 5–10 of the right people, so you can afford a costly filter.

        The other half is who you invite: random free-testers give you free-tester reviews; people you found already voicing the exact pain give you target-buyer feedback. The product does the selecting, but so does the recruiting.

        What I'm building (Demofi) is basically that idea applied to discovery — builders watch a short demo of an AI tool, and finishing it unlocks a perk for that specific tool, so the people who finish actually wanted it, not reward-chasers. Vendors pay per real trial-start, not per view. Still pre-product, proving the loop by hand right now.

        Which is the funny overlap with your spot — getting genuinely interested people in front of a pre-revenue tool for honest feedback is exactly what I'm hand-running. Happy to go deeper; easier over DM if you're up for it.

        1. 1

          The costly filter is the one I'm taking away from this. "Tell me about your setup and I'll show you how it handles it" — obvious in hindsight, and immediately applicable. I was designing for volume I don't need yet.
          Demofi is a clean application of the same logic — the completion event does the selecting, not the offer. And charging per real trial-start rather than per view is exactly the right unit. Curious what running the loop by hand is surfacing for you; that's usually where the real product insight comes from.
          DM makes sense — I'll reach out. (New account, so if IH messaging is flaky, I'm also at [email protected].)

          1. 1

            Honestly still early — I'm lining up the first cohort now, so no conversion data to wave around yet. But two things are already clear: the "perk does the selecting" only holds if the perk is genuinely wanted — a generic one collapses the whole filter, so perk quality is the real lever, not the demo. And recruiting is half the filter: who I send matters as much as the gate. The manual version basically forces me to earn every match — slow, but probably the point.

            And yeah — email's easier, I'll reach out to the address you dropped. Appreciate how generous you've been with this whole back-and-forth.

  3. 1

    The distribution vs. product-type question is real, and I think it's both — but in a specific way. PDFs and templates at $9–47 can sell, but they need either strong SEO-driven discovery (Etsy/Pinterest keywords typically take 4–8 weeks to gain traction) or an audience that already trusts you. The "faceless brand" insight you shared is sharp — buyers of tools want to know there's a human behind updates and support, even for a static PDF. From my experience selling Gumroad products, the biggest unlock wasn't the product format but having a single very specific "I have this exact problem" sentence at the top of the landing page. What does your current Gumroad page say in the first line?

    1. 1

      The first line on the BCC page right now is: "You're paying for Notion. Plus a CRM. Plus a project manager. Plus a finance tracker. Plus a content calendar. Plus something for goals."
      It's problem-aware, but reading your comment I can see it's still describing a situation rather than hitting someone's specific frustration. There's a difference between "this describes my life" and "this is the sentence I've been waiting to read."
      The SEO timeline point landed too — I've been treating 10 days of Etsy/Pinterest as a verdict when it's barely the start of the runway.
      What would your "I have this exact problem" rewrite look like for a Notion template that replaces 6 paid tools? Genuinely asking — you've clearly done this before.
      — Lars

  4. 1

    4 products, 0 sales the launch velocity is impressive but the pattern makes sense. Speed without validation just means you find out faster that something doesn't work. The question I'd ask: before each launch, did you have any signal that someone would pay, or were you going on gut? We went through a similar thing launched something beautiful, 8 PH upvotes, $0. The lesson for us was that the research phase we were skipping wasn't optional.

    1. 1

      Gut, mostly. I had market signal — research confirming the problem is real, competitor data showing the price point works for others — but no direct buyer validation. No one said "I would pay for this" before I built it. I convinced myself that signal was close enough.
      It wasn't.
      The 8 PH upvotes / $0 pattern is painfully familiar even secondhand. People can love the idea and still not buy. Engagement isn't intent.
      What does the research phase look like for you now? I'm genuinely figuring out what the minimum validation signal is before committing to the next build — curious what others have landed on. A waiting list? 3 people willing to pay upfront? Something else?
      — Lars

      1. 1

        I share your view that engagement is completely different from intent, and relying solely on market data is a dangerous trap. Our minimum validation now requires a small group to commit money or time upfront, which is exactly the process we use Bunzee to map out. Have you ever tried pre-selling a simple landing page before writing a single line of code?

        1. 1

          No, I haven't pre-sold any of these. I told myself the research was enough — competitor data, forum posts confirming the pain, price validation from what others were charging. None of that is the same as someone handing over money for something that doesn't exist yet.
          The honest answer to your question is that I'm landing on: at least 3 people willing to pay upfront, even a symbolic amount, before I build anything new. A waiting list with emails tells me interest. Money tells me intent.
          What does "commit money or time upfront" look like in practice for you — are you running actual pre-order pages, or is it more informal (DMs, conversations)?
          — Lars

          1. 1

            I share your view that an email list only shows interest while an actual transaction proves real purchase intent.
            We usually start with informal chats and direct messages to secure those first few commitments rather than building a formal pre-order page.
            Would you feel comfortable asking a potential user for a small deposit during a simple conversation?

Trending on Indie Hackers
30 days ago I posted here with $0 revenue. Here's what actually happened next. User Avatar 138 comments I used $30,983 of AI tokens last month in Claude code on $200/mo plan User Avatar 90 comments my reddit post got 600K+ views. here's exactly what i did User Avatar 54 comments How to spot high-intent customers in 5 minutes, for free. User Avatar 43 comments I Built a Habit Tracker SaaS Alone in 6 Weeks (No CS Degree, No Team). Here's Exactly How User Avatar 37 comments I turned someone’s tweet into an app idea and it has made ~$3000 so far in 4 months. User Avatar 37 comments