Like AirDrop, but it lands in your Claude Code session. Share photos, voice memos, and videos from your phone straight into your active coding project.
Project description
Project Notebook
Like AirDrop, but it lands in your Claude Code session.
A local bridge from your phone's share sheet into the Claude Code session you're already in. Photos, voice memos, videos, screenshots — whatever just happened off-screen, brought back in. The session writes down what you were thinking when each artifact arrived, attached to the file. A month later, the photo still means something.
Landing page (with diagrams and the story): https://stevenlybeck.com/project-notebook/
What it does
- Phone → Mac → session. An iOS Share Extension uploads to a small hub running on your Mac, which notifies your active Claude Code session over a live pipe.
- Per-project library, automatic. Each artifact lands in
~/.project-notebook/artifacts/<project>/, sidecared with extracted metadata, audio, a preview frame, and a transcript. - Session context becomes annotations. Claude reads each artifact as it arrives and writes a note back capturing what was happening when you shared it.
Install
uv tool install project-notebook
project-notebook install-claude-code-skill
project-notebook check # see which features are on; install hints for the rest
Project Notebook itself has no optional features — the core hub, CLI,
skill, and pairing are always available. Audio transcription and
video-metadata extraction are backed by external tools you install
separately. check tells you what's on and how to turn on the rest.
On Apple Silicon for transcription:
uv tool install mlx-whisper
For video metadata and preview frames:
brew install ffmpeg
Pair your phone
project-notebook pair # prints a QR; scan it with the Project Notebook iOS app
The iOS app currently ships through private TestFlight. See docs/ios.md for the build/distribution state.
Open a session
In any Claude Code session:
/notebook-register
The skill holds a live pipe to the hub for the lifetime of the session — no TTLs, no staleness. Anything you share from your phone shows up as a notification in the conversation within seconds.
Architecture
- Landing page — diagrams and the why
- docs/architecture.md — the artifact pipeline, plane by plane
- docs/security.md — three-plane access model (Unix socket, LAN, loopback)
- docs/ios.md — iOS app + share extension
- docs/development.md — running from source
Status
Personal tool, alpha. The end-to-end loop works on Apple Silicon Macs with an iOS phone on the same LAN (or Tailscale). Cross-platform support and additional transcription backends are planned but not yet wired up.
License
MIT © Steven Lybeck
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file project_notebook-0.1.1.tar.gz.
File metadata
- Download URL: project_notebook-0.1.1.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72cc83b8f8627bb92ddab0037ac9ba987a6a164a7ffee5c90ce7f7873f8bfbb2
|
|
| MD5 |
a9a9b6e747dc8d23492bd00503d060c9
|
|
| BLAKE2b-256 |
8d8636bcef01e9c91b223123291c2e4cd56802541b68a0b5930cbe9b8603a80d
|
File details
Details for the file project_notebook-0.1.1-py3-none-any.whl.
File metadata
- Download URL: project_notebook-0.1.1-py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f5bd6eafcd9ccdc72b79d2fd043ba0b5e5ee9ffb350ac2719a47f4377d630f6
|
|
| MD5 |
c8d9cacce89d0584086daed8470e0a19
|
|
| BLAKE2b-256 |
354990dadacbb594a3bdbaae03f31ebee4b035bfeb9f3be21b17db61e6c56490
|