Your work, logged.
Automatically.

A VS Code extension that watches what you build and writes your daily summary for you.

Free during beta. No credit card required.

api/users.ts
1export async function createUser(data) {
2const user = await db.insert(users)
3.values(data)
4.returning();
5return user[0];
6}
WriteLogs
2h 34m

Today's summary

Added user creation endpoint with database insert. Returns the newly created user record.

3h 12m activeAuto-generated

5:30 PM. Standup tomorrow.

"What did I even
work on today?"

You've been coding for 8 hours. Now you're staring at a blank text box trying to remember which bugs you fixed, which features you shipped, and what's still in progress.

15 min

spent writing status updates daily

40%

of work goes unreported

Zero

visibility into your own patterns

How it works.

Install once.
Forget it exists.

The VS Code extension runs silently in the background. It tracks file changes, detects when you step away, and syncs automatically.

Visual Studio Code
W
WriteLogs
Tracking active

Session

2h 34m

Files

12

api/users.ts

const user = await createUser(data)

if (!user) throw "Failed"

return respond(user)

app.writelogs.dev

Today

February 9, 2026

4h 12m

active

Implemented user authentication flow

2h 15m · 8 files

Fixed pagination bug in dashboard

45m · 3 files

AI writes your logs.
You just review.

At the end of each day, get a clean summary of what you built. Copy it to Slack or paste it wherever you need.

Your code stays private.
Always.

We only see file change metadata—never your actual source code. Works offline. Syncs when you're ready.

$ writelogs status

Code stays on your machine

Only diffs are processed

No keystrokes logged

Works fully offline

Free during beta.

Join now. When we launch paid plans, you keep Pro for life.

No credit card. No setup. Just install the extension.