Skip to main content

Command Palette

Search for a command to run...

I Smoke-Tested FamNest's Homepage Before Launch — Here's the Full QA Pass

Updated
3 min read
I Smoke-Tested FamNest's Homepage Before Launch — Here's the Full QA Pass

Before I put FamNest in front of real users, I wanted proof the front door actually opens. Not vibes — a documented, repeatable test pass.

So I ran a public homepage smoke test using tester.army. Eleven steps, end to end, walking the exact critical path a first-time visitor takes from landing to auth gate.

Here's what I checked:

  1. Homepage loads — hero headline and primary CTAs visible above the fold

  2. Hero renders correctly — captured a screenshot of the above-the-fold section

  3. How-it-works + features — both sections render on scroll

  4. Pricing — plan tiers display correctly

  5. FAQ interaction — an item expands and its answer becomes visible

  6. Primary CTA fires — the hero sign-up button responds

  7. Auth gate — the signup form is presented as expected

  8. Sign-in path — the existing-account link routes to login

  9. Login page — loads with the email input field present

Result: PASS — 2m 21s, all green.

Why document a smoke test this small?

Because "it works on my machine" isn't evidence. A recorded, repeatable QA pass is.

This is the same instinct behind why I write architecture docs and remediation reports for FamNest. The building story isn't just the feature demos — it's the unglamorous checks that prove the thing actually holds together. Documentation isn't overhead. It's how you turn "I think it works" into "here's proof it works."

A smoke test won't tell you whether your product is good. That's not its job. Its job is to confirm the critical path isn't broken — that every visitor can load the page, browse the features, understand the pricing, and reach the auth gate without slamming into a wall. That's the floor. You build everything else on top of it.

Why this matters more when you're solo

There's no QA team to catch a broken signup flow before launch. No second pair of eyes by default. The discipline has to live in the process itself.

That's where tester.army earned its place in my workflow. It made the whole critical path testable in under three minutes — cheap enough that skipping it stopped being an option. For a solo builder, that's the difference between "I'll test it later" and actually shipping with confidence. The tool didn't just run my checks; it removed my excuse not to.

What's next

This smoke test is the front door. The deeper story is what's behind it: the coach-safety multi-agent pipeline that powers FamNest — and why a single model call isn't a system.

That one drops June 17.

If you're a solo dev shipping without a safety net, I'd genuinely recommend building a smoke-test habit early. Your future self, mid-launch, will thank you.