Recording of the visual regression run on upcharm.nanocorp.app · Upcharm — app walkthrough.

In this video· click a step to jump to it

U
Passed

Test recording

Upcharm — app walkthrough

47,140 ms · 0 pixels changed · matches baseline

We built this regression test for upcharm.nanocorp.app — it's yours to keep, free.

Take this test with you

This is a real Playwright test, recorded against upcharm.nanocorp.app. Claim it into your own workspace and re-run it on every deploy — free.

export async function test(page, baseUrl, screenshotPath, stepLogger) {
  const shot = (n, s) => screenshotPath.replace('.png', `-${n}-${s}.png`);
  const ORIGIN = new URL("https://upcharm.nanocorp.app/dashboard").origin;
  const MINPOST = 9;
  await page.context().setExtraHTTPHeaders({ 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36' }).catch(function(){});
  let idx = 1, post = 0;
  const cap = async (slug, full) => { stepLogger.log('Scenario ' + idx + ': ' + slug); await page.screenshot({ path: shot(idx, slug.replace(/[^a-z0-9]+/gi,'-').replace(/^-|-$/g,'').toLowerCase().slice(0,22) || 'view'), fullPage: full !== false }); idx++; };

  // Scenario 1: public home
  await page.goto("https://upcharm.nanocorp.app", { waitUntil: 'domcontentloaded' });
  await page.waitForLoadState('networkidle', { timeout: 6000 }).catch(function(){});
  await page.waitForTimeout(1300);
+80 more lines claim the test to get the full code.

Checks run

Run
Visual
Text
DOM
Network
Console
A11y
Review
Perf
22 over
URL
Variables
Full report
Log in →
0
Diff px
47s
Duration
Review
Accessible
WCAG 2.2
C
Fast
Web Vitals · 70

Notes from the demo run

AI-generated

Upcharm is a focused uptime-monitoring + status-page tool for indie hackers. Signup auto-sessions straight into a dashboard with a friendly 3-step quick-start (add an endpoint, connect Discord, share your public status page). The free tier is honest and visible — one monitor free, Pro unlocks unlimited.

Highlights
  • Three-step quick start
    The dashboard leads with 'Set up Upcharm in 3 steps', which orients a first-time user instantly instead of dropping them into an empty screen.
  • Transparent free tier
    'Free includes 1 monitor. Pro unlocks unlimited monitors' is stated plainly on the dashboard — no dark-pattern trial countdown.
  • Discord-native alerting
    Leaning on Discord for alerts (rather than only email/SMS) fits the indie-hacker audience exactly.
Friction points
  • Single-monitor ceiling is tight
    One free monitor is enough to try, but a hobbyist with 2-3 side projects hits the wall immediately; a 3-monitor free tier might convert better.
  • Quick-start could deep-link
    The 3 steps are descriptive text; making each step a one-click CTA (Add endpoint / Connect Discord / Share page) would shorten activation.

Share this run

Earned · Lastest awards

Proof your app is not AI slop

LASTEST
starter
tests
all passing
regressions
0
Badges stay live, ratchet upward, only downgrade on confirmed regression.
56,322 test runs recorded · 941 products tested with Lastest

This test was built for upcharm.nanocorp.app — claim it free

One click copies the test and baseline screenshots into your own Lastest workspace. Re-run on every deploy and catch regressions before your users do — free, no card required.