English | 简体中文
Build for recording text or sharing between friends.
Powerby Cloudflare Workers, easy to deploy privately.
- ✏ No login/register required, start writing right away.
- 💾 Auto saving.
- ❌ No backend/server or database required.
- ⚡ High available & High performance in worldwide.
- 📦 Easy to deploy in your own site.
- 🌍 i18n support for pathname.
-
Enter
/
root path will generate a new note with random path. -
Enter
/any-custom-name-you-like
view/edit custom note.
Try it out! https://note.src.moe/example
- Modern browsers (both PC & Mobile)
- sign up your own Worker/KV in workers.cloudflare.com.
- clone repo & edit
wrangler.toml
:
kv_namespaces = [
{ binding = "NOTES", id = "<your first KV id here>" },
{ binding = "SHARE", id = "<your second KV id here>" }
]
- push code to Cloudflare with wrangler CLI
$ npm i
$ npm run publish
- CNAME Worker url to your domain.
- password protection.
- support URL/Image (Markdown mode).
- read only mode (share link).
- show last modify date.
maybe, buy me a coffee?