§ 01 A productivity app, simplified

Calendar.
Notes.
Tasks.
Yours.

Everything stored in your Google account. No servers. No tracking. No compromises — just three tools that work in the place you already keep your life.

WEDNESDAY · APR 29
Design sync10:30
Lunch12:00
1:1 Marta14:00
Inbox zero16:00
NOTE · MEMO 0421
The file is the database.
Removed the server. There's nothing to migrate — it's already on Drive. We treat your Drive folder as the source of truth, and sync from there.
TASKS · 4 OPEN
○ Ship redesign RFC
○ Reply to Ben re: API keys
● Review PR #482
Storage
Google Drive
Servers
Zero
Trackers
Zero
Source
Open
§ 02 The premise

Most apps treat your data like inventory. We treat it like correspondence — yours to keep, fold, mark up, and file.

MyP0 is a calendar, a notes app, and a task list — sharing one quiet idea: software shouldn't keep what isn't its own.

Everything you write, schedule, or check off lives as plain files on your Drive. No private database. No vendor copy. If we vanish tomorrow, you still have everything.

§ 03 Three tools, one folder
I. TOOL

Calendar

A schedule that reads like a page.
Your week, set in body copy. Drag with the keyboard. Search instead of scrolling. Reads from your existing Google Calendar — never a parallel copy.
  • Google Calendar two-way
  • Keyboard-first navigation
  • Reading-grid weekly view
II. TOOL

Notes

Plain markdown, in a place you already trust.
Each note is an .md file in /MyP0/notes. Open it on your laptop. Edit it on your phone. Back it up the same way you back up everything else.
  • Markdown on Drive
  • Backlinks & memos
  • Versioned by Drive itself
III. TOOL

Tasks

A short list, taken seriously.
Tasks are lines in a file. Comments are threads next to them. Done items move out of the way. There is no project management to learn.
  • Text-first task model
  • Anchored conversations
  • Date views, no boards
§ 04 The file is the database

We removed the server.

Most productivity apps own a copy of your data. They sync, they backup, they "respect privacy" — but the canonical version lives on their machines. Yours is the cache.

MyP0 inverts that. Your Drive folder is the canonical version. The app is a window onto it.

  • Open in Finder Every note is a real file. Open with anything.
  • Export is a no-op There's nothing to export — it's already plain text on your disk.
  • Backup is a no-op Your existing Drive backup covers it.
  • Delete is a no-op Drag the folder to Trash. We never see it leave.
~/Drive/MyP0
📁 MyP0/
📁 calendar/
2026-04-29.ics
2026-04-30.ics
📁 notes/
memo-0421.md ← editing
weekly-review.md
q2-okrs.md
📁 tasks/
open.md
archive/
config.json
Tip — Open memo-0421.md in any editor. Save. The change shows up in MyP0 within a beat.
§ 05 Transparency

Open.
Yours to fork.

MyP0 is AGPL-licensed and lives on GitHub. Audit the code, run it yourself, fork it the day we lose interest — the app belongs to whoever is willing to maintain the folder.

We don't host your data, so we don't charge for hosting. The price is whatever your conscience tells you to send by postcard.

github.com/MyP0/MyP0-web AGPL-3.0
Commits
Pull requests
Open issues
$ git clone https://github.com/MyP0/MyP0-web
$ cd MyP0-web && npm install && npm run dev
→ http://localhost:5173
Latest commit · · —
Why open — An app that holds your calendar, notes, and tasks should be auditable. If we go quiet, you (or anyone) can keep the folder useful.
§ 06 Things people ask

A few predictable questions.

What happens to my data if you go away? +

Nothing. Your Drive folder stays where it is. The app is open source, so somebody — including you — can keep building on it. There is no "going away" event for your data.

Why Google Drive? +

Most of our early users already have it, and it has a stable file API with good cross-platform sync. Dropbox and iCloud Drive are on the roadmap; the app is storage-agnostic underneath.

Can I use this with my team? +

No. It's MyP0, not ourP0 — a tool for one person, sized for one person's working memory. There's no shared workspace, no permissions model, no presence. If your team needs that, you need a different app.

Is it really free? +

Really. Hosting nothing is cheap. We may add a paid team tier later for shared workspaces, but the personal app is free permanently.

Where do I file a bug? +

GitHub Issues, or hit reply on any email from us. We read everything.

⎯⎯⎯ Coda

Three tools.
One folder.

Sign in with Google. Pick a folder. Start writing things down.

© 2026 MyP0 The file is the database.