DEV Community

Sipapas Jaitaskul
Sipapas Jaitaskul

Posted on

I built a SaaS landing page in a week to validate my idea — here's what I shipped and learned

The Problem with Building First

I'm a developer. I love building things.

But I've watched too many indie founders (myself included) spend
3-6 months building products that nobody wanted. The pattern is
always the same:

  1. Have idea
  2. Get excited
  3. Build product
  4. Launch to crickets
  5. Wonder what went wrong

This time I tried something different: validate before building.

What I Built (in 7 days)

A landing page for cos — an AI agent that handles the
non-coding work for solo technical founders. Research, marketing,
outreach, launch ops. The kind of stuff that eats my week when
I'd rather be coding.

The angle that makes it different: it connects to your GitHub
and reads your commits. So when it drafts a launch post about
your new feature, it actually knows what you shipped. No
re-explaining your product to every new tool you try.

Live link: cos-landingpage.vercel.app

The Pricing Decision

I almost charged $29/mo. Then I remembered: solo founders are
already paying for Cursor ($20), ChatGPT Plus ($20), Linear
($8), and 5 other tools. Adding $29 for an unproven product is
asking too much.

Final pricing:

  • Solo: $19/mo (500 credits)
  • Founder: $49/mo (2,000 credits)
  • Team: $129/mo (6,000 credits)

Waitlist gets 50% off first 3 months. After that, full price.

Why credit-based instead of unlimited? Because LLM APIs cost
money, and "unlimited" pricing always ends in tears. Power
users get a BYOK option — connect your own Anthropic key,
unlimited usage.

Margin math: ~85% gross margin at 50 users using multi-model
routing (cheap models for filtering, premium models only for
final output).

The First 24 Hours

Posted to 3 subreddits last night before bed. Woke up to:

  • 8 unique visitors
  • 24 page views (3 pages per visitor — they're scrolling)
  • 1 signup (12.5% conversion rate)
  • 1 detailed feedback comment from a 3-year solo founder

That feedback was worth more than 100 upvotes. They confirmed
the problem is real, validated the GitHub-context angle, and
flagged real concerns about pricing and Discord friction.

What I'm Doing Next

Today: Post to more communities (DEV.to obviously, HN tonight)
This week: DM 10 founders directly for deeper feedback
Day 14: Decide based on data:

  • 30+ signups + meaningful feedback → build it
  • 10-30 signups → iterate positioning
  • <10 signups → kill it or pivot

I'll post a follow-up either way. Transparency is the only
honest way to do this.

Why I'm Sharing This

If you're a solo founder sitting on an idea, scared to build
because you might waste 6 months — this is the cheaper path.

Build a landing page. Ship it. Share it. See if anyone cares.
Decide based on data, not vibes.

Worst case: you waste a week instead of 6 months.
Best case: you find your first 30 customers before writing
a single line of product code.

If this resonates, I'd love your honest feedback on the
landing page itself: cos-landingpage.vercel.app

Roast it, point out positioning gaps, tell me if the pain
point is real for you. Every comment helps me decide what to
do next.

Thanks for reading.

Top comments (3)

Collapse
 
drok_ai profile image
Drok AI

The "decide based on data, not vibes" approach is the right one. A week spent on a landing page that tells you nobody wants the product is infinitely better than 6 months building something to find out the same answer.

The pricing analysis is smart. You actually thought about what your target customer is already spending on tools instead of just picking a number that felt right. Most founders price in isolation without considering the total tool budget their customer is working with. $19/mo for a solo founder who is already paying $70+ for other dev tools is a much easier sell than $29.

The credit-based pricing over unlimited is the right call for anything that uses LLM APIs. "Unlimited" at this stage means you are subsidizing your heaviest users with money you do not have. Credits keep your margins predictable and the BYOK option for power users is a clean escape valve.

8 visitors and 1 signup in the first 24 hours is a small sample but the behavior data is more interesting than the numbers. 3 pages per visitor means people are reading the whole page and not bouncing after the hero section. That signals the positioning is resonating even if the volume is not there yet.

The 30/10/kill framework for day 14 is the kind of discipline most founders lack. Setting a concrete threshold before you have emotional attachment to the outcome is how you avoid the trap of "just one more week" for 6 months. Stick to those numbers and you will save yourself a lot of pain either way.

Collapse
 
nicklaunches profile image
Nick Launches

This is really great idea, love your landing page. I have launched my directory, would love to see you on it 🔥

Some comments may only be visible to logged-in visitors. Sign in to view all comments.