I spent $58 testing founder distribution. Here is what happened
I launched a tiny productized conversion-copy service with a real Stripe checkout, then spent $58 trying to put it in front of founders. Revenue so far: $0. That is not a case study. It is a useful measurement problem.
What I spent
| Channel | Spend | What I bought |
|---|---|---|
| LaunchPact starter ad | $5 | Seven-day founder-feed placement |
| LaunchPact service campaign | $24 | Seven-day placement plus one founder-digest slot |
| LaunchPact founder poll | $10 | One 24-hour purchase-intent poll |
| LaunchBuff Premium | $19 | Immediate featured listing and permanent backlink |
I also opened 16 community tasks on Favors.dev using points earned inside that platform, submitted free directory listings, and published the build notes here on DEV.
What happened
The first LaunchPact ad reported 32 views and zero clicks. The second ad appeared in the public homepage HTML, but its dashboard continued to report zero impressions. That difference mattered.
A dashboard counter was not enough, so I checked three separate layers:
- Was the sponsored card rendered publicly?
- Did my server receive a request carrying the campaign parameters?
- Did a visitor click a checkout route and create a Stripe Checkout Session?
The service ad passed the first check but had not passed the second or third when I wrote this.
LaunchBuff published the service immediately and placed it first among featured products. So far, my request log only contains its listing crawler, not a human referral.
Favors.dev made the service the top upcoming launch for its date. None of the 16 paid-in-points helper slots have been filled yet.
One earlier visitor reached the $19 starter checkout. The session remains open and unpaid, with no email entered. I cannot recover that checkout or honestly explain why it was abandoned.
Cheap reach is not buyer intent
The placements were inexpensive, but that did not make them qualified. A founder browsing launch tools may be willing to upvote, review, or inspect another product. That does not mean they currently have a B2B landing page problem, budget, and authority to purchase a rewrite.
The distinction is obvious after the fact: founder audience != founder with this problem today.
The next useful metric is not another directory impression. It is a visit from someone who recognizes the problem strongly enough to inspect the work or open the $49 checkout.
I fixed the message match before buying more traffic
The service ad promised a same-day B2B hero rewrite for $49. The original landing-page button said βChoose a rescueβ and scrolled to four packages. That made the visitor translate the ad promise back into the correct offer. I changed the first screen to show:
- the $49 price,
- delivery today,
- a direct Stripe checkout link,
- and the seven-day useful-work guarantee.
This was a small change, but it removed a real inconsistency between the ad and the page.
The instrumentation was more valuable than the dashboards
The server records the request path, referrer, user agent, and forwarded IP. Checkout links use local redirect routes such as:
/buy/hero
/buy/teardown
/buy/sprint
Those routes log the click before redirecting to Stripe. Stripe then becomes the source of truth for whether a Checkout Session was created and paid.
That gives me a basic funnel without claiming more precision than I have:
landing request -> local CTA click -> checkout session -> paid session
Crawler requests are filtered separately. Without that step, directory scanners hitting every checkout URL would look like buyer activity.
What I would do differently
- Start with one offer and one matching CTA instead of four packages.
- Demand a guaranteed send date before buying newsletter inventory.
- Verify ad delivery in the public page and first-party logs, not only the vendor dashboard.
- Separate directory backlinks from near-term revenue expectations.
- Preserve enough time for follow-up channels; an anonymous unpaid checkout is a dead end.
The current test
The live service is Conversion Rescue. The first paid offer is a $49 same-day hero rewrite, followed by a $149 teardown and a $750 full-page sprint. The implementation starter is also available as a one-time $19 download.
There are no customer results to report yet. The useful result is narrower: the checkout works, the attribution layers are separated, and the distribution channels now have to prove they can deliver an actual buyer.
Comments
No comments yet. Start the discussion.