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.
For alpha testers
If Steven sent you here to test the thing — the Mac setup is above (Install → Pair → Open a session). What's specific to you:
iPhone setup. The iOS app ships through private TestFlight while we're in alpha.
- Install TestFlight from the App Store if you don't already have it.
- Steven will send you a TestFlight invite link. Tap it, accept, install Project Notebook.
- Open the app once and grant local-network permission when iOS asks — without it, the share extension can't reach the hub.
- Tap Pair Hub and scan the QR code from
project-notebook pairon the Mac. Once per phone.
Worth trying. Share a few different things from your phone — photo, video, voice memo, screenshot, generic file — and watch what your Claude Code session does with each. Try a longer video (>30s) to exercise the transcription path. Try registering two sessions in two different projects and make sure shares land in the one you pick.
Worth reporting back to Steven.
- Anything that failed silently — you shared something and nothing showed up in the session.
- Anything that took noticeably longer than felt right.
- Anything in this README that was confusing or needed Zoom to get past. If you got stuck, that step's broken.
Where things live when you need to poke.
- Hub log:
~/.project-notebook/hub.log - Hub state (paired devices, port):
~/.project-notebook/ - Artifacts:
~/.project-notebook/artifacts/<project>/
project-notebook status # what's the hub doing
project-notebook devices # paired phones
project-notebook stop # graceful stop
project-notebook restart # stop + start
If you get stuck, send Steven:
- What you were trying to do.
- The output of
project-notebook check. - The last ~20 lines of
~/.project-notebook/hub.log. - Anything the iOS app showed (screenshot is fine).
That's almost always enough to triangulate.
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.2.tar.gz.
File metadata
- Download URL: project_notebook-0.1.2.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 |
03e72c8061767e131fe749797d83be1b13ec5edb506fff211d5c7ce167ac6ba9
|
|
| MD5 |
7c1493ce578f62061c41d195e3483494
|
|
| BLAKE2b-256 |
5a3a686b546a46cf5623d94003070707acd96241d120e5e79c5fe2acfc24ee0a
|
File details
Details for the file project_notebook-0.1.2-py3-none-any.whl.
File metadata
- Download URL: project_notebook-0.1.2-py3-none-any.whl
- Upload date:
- Size: 29.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2de2fdceb87b16158d5c97c8924b3ccacb4a38df42fb367ac74937f4a3b3f35
|
|
| MD5 |
6d039bfb0dbeea35edb2f8bb0f7498c6
|
|
| BLAKE2b-256 |
dfc9470f9e26a9942a6989d4d33ad1cc99fda0bbf05127006c426a418c4b0076
|