Weekend
Free personal software platform. Home for your vibe-coded projects.
Download for Apple Silicon
Build your own
macOS 13+ · Apple Silicon & Intel

One window. Three layers. Full context.

localhost:3000
ON
3 INBOX
5 TASKS
2 EVENTS
BROWSER
claude
$ claude "add email to jarvis"
 
+ Creating integrations/email.ts
+ Creating integrations/gmail.ts
~ Updating jarvis/actions.ts
 
Done. 2 created, 1 updated.
AGENT
email.ts
1import { GmailClient } from "./gmail";
2
3export async function summarize() {
4 const client = new GmailClient();
5 const unread = await client.getUnread();
6 return unread.map(m => m.snippet);
7}
FILES

Browser

See your running app. The agent sees it too—same context, same page, no copy-pasting.

Agent

AI agent with full project access. It reads your code, writes files, and inspects the browser.

Files

Your code, your machine. Everything runs locally—no cloud, no sync, no latency.

Works with