In this video· click a step to jump to it
Test recording
Zoku — app walkthrough
57,546 ms · 1,616 pixels changed
We built this regression test for zoku-app.com — it's yours to keep, free.
Take this test with you
This is a real Playwright test, recorded against zoku-app.com. 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, slug) => screenshotPath.replace('.png', `-${n}-${slug}.png`);
const STAMP = Date.now().toString(36).slice(-4).toUpperCase();
const SCROLL_THROUGH = "(async () => { const ease = t => 1 - Math.pow(1 - t, 3); const max = Math.max(0, document.body.scrollHeight - window.innerHeight); if (max < 40) return; const anim = (a, b, ms) => new Promise(res => { const t0 = performance.now(); const step = now => { const p = Math.min(1, (now - t0) / ms); window.scrollTo(0, a + (b - a) * ease(p)); p < 1 ? requestAnimationFrame(step) : res(); }; requestAnimationFrame(step); }); await anim(0, max, 1400); await new Promise(r => setTimeout(r, 350)); await anim(max, 0, 800); })()";
const GATE = /continue with google|sign in with google|forgot password\?|create your account|check your email/i;
let postLoginActions = 0;
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' });
await page.route('**/*.posthog.com/**', function (r) { r.abort(); }).catch(function () {});
// ── Scenario 1: new-project composer on the dashboard ────────────────────
stepLogger.log('Scenario 1: New project composer');Checks run
Notes from the demo run
AI-generatedWe signed into Zoku with a fresh account and drove your workspace end to end: created a project, wrote a card with an agent prompt, searched and re-sorted the board, added a project note, and opened settings. The dark theme holds up well across every surface and the empty states actually explain the MCP model rather than just saying 'no data'.
- Your empty state teaches the productThe zero-project dashboard explains the MCP handshake and gives a copy-paste line for the agent chat. Most tools put that in docs nobody opens. It is the strongest thing on your dashboard.
- Card composer matches the pitchTitle, description, agent prompt and summary as separate fields makes the human-writes-agent-executes loop obvious the first time you open it. No explanation needed.
- Signup to first card took under two minutesRegister, verify by email, create project, create card. No onboarding wizard in the way.
- Cards on the board are not clickableClicking LVQ-1 on the board does nothing, so the agent prompt and summary you typed into the composer cannot be read back afterwards. A click-to-open detail panel would close that loop.
- Archive sits next to the tab row with no confirmation distanceThe Archive control is one click from Board and Notes and opens 'Archive this project?' straight away. Worth moving it into an overflow menu so it is not adjacent to the everyday tabs.
8 visual changes
Share this run
Proof your app is not AI slop
This test was built for zoku-app.com — 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.























