Not a verified service
This is not a verified service. It is a research card assembled from the upstream README and metadata. The deployment contract, live deployment and Evidence are not complete.
What is this project
A small no-login text note and sharing service using Workers and KV
What problem does it solve
Solves the need to quickly record sync and share temporary text as read-only content
Who it is for
- People needing simple text scratch space
- development and support teams
What it can do
- Custom paths
- autosave
- read-only sharing
- no account or database
Deployment requirements
- Cloudflare Workers
- KV and GitHub Actions; KV write limits need evaluation
Known limitations
- KV daily write limits may affect high-frequency saving
- long-term maintenance needs rechecking
Current stage
Product and data-layer roles are clear; high-frequency autosave and access boundaries are untested
Upstream facts
- License
- MIT
- Default branch
- master
- Last push
- 2025-06-06
- Checked on
- 2026-08-27
Next steps
- Confirm the KV write model
- verify read-only links and path access
- add the GitHub Actions teardown flow