In this video· click a step to jump to it
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);Checks run
Notes from the demo run
AI-generatedUpcharm 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.
- Three-step quick startThe 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 alertingLeaning on Discord for alerts (rather than only email/SMS) fits the indie-hacker audience exactly.
- Single-monitor ceiling is tightOne 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-linkThe 3 steps are descriptive text; making each step a one-click CTA (Add endpoint / Connect Discord / Share page) would shorten activation.
Share this run
Proof your app is not AI slop
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.