{"id":50762680,"url":"https://github.com/fairlygood/courier","last_synced_at":"2026-06-11T11:30:40.816Z","repository":{"id":363886844,"uuid":"1265163746","full_name":"fairlygood/courier","owner":"fairlygood","description":"Courier is a handwritten letter exchange for Supernote e-ink devices.","archived":false,"fork":false,"pushed_at":"2026-06-10T18:52:18.000Z","size":515,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"drafts","last_synced_at":"2026-06-10T20:21:48.506Z","etag":null,"topics":["eink","handwriting","supernote"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fairlygood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-10T14:19:45.000Z","updated_at":"2026-06-10T18:54:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fairlygood/courier","commit_stats":null,"previous_names":["fairlygood/courier"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fairlygood/courier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairlygood%2Fcourier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairlygood%2Fcourier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairlygood%2Fcourier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairlygood%2Fcourier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fairlygood","download_url":"https://codeload.github.com/fairlygood/courier/tar.gz/refs/heads/drafts","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairlygood%2Fcourier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34197393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eink","handwriting","supernote"],"created_at":"2026-06-11T11:30:40.145Z","updated_at":"2026-06-11T11:30:40.801Z","avatar_url":"https://github.com/fairlygood.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Courier\n\nA handwritten letter network for Supernote e-ink devices. Letters take time to arrive — delivery is delayed based on distance between sender and recipient, just like real mail.\n\n## Project Structure\n\n```\n├── courier-server/    # Express + TypeScript backend (SQLite)\n└── courier-plugin/    # React Native plugin for Supernote\n```\n\n---\n\n## Plugin\n\nThis is probably what you want. Download a pre-built version from releases and upload it to the MyStyles folder on your device.\n\n\nOn device: **Settings → Apps → Plugins → Add Plugin** → select `Courier.snplg`.\n\nThe Courier button appears in the 'Plugins' menu when a note is open. Select 'Share to Courier' to send the current note as a letter.\n\nSend me a letter! I'm at **dirty-remarkable-alpaca**\n\n---\n\n## Server\n\nThe backend that stores users, letters, and handles delivery delay calculation.\n\nYou can self-host the server if you want. You'll need to modify the plugin to connect to the correct URL.\n\n### Setup\n\n```bash\ncd courier-server\nnpm install\nnpm run dev        # → http://localhost:3000\n```\n\n### Production\n\n```bash\nnpm run build\nPORT=8080 JWT_SECRET=your-secret-here node dist/index.js\n```\n\n`JWT_SECRET` is required — the server won't start without it. Data is stored in SQLite at `data/courier.db`. Everything is created automatically on first run.\n\n### Tests\n\n```bash\nnpm test          # 145 tests (vitest)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairlygood%2Fcourier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffairlygood%2Fcourier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairlygood%2Fcourier/lists"}