all repos

onasty @ 7dbb390c92161e9e45ec8715bbc8071061f9d85a

a one-time notes service

onasty/README.md(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Onasty

Full-stack application for temporary note staring with automatic deletion after being read or upon expiration.

<img src="./docs/screenshot.png" width=50% height=50%>

## Features
- 🔑 **Auth:** OAuth2 + JWT authentication.
- 📧 **Account confirmation:** Email verification for new users.
- 🔒 **Password protection:** Secure notes with a password.
- 📝 **Custom slugs:** Choose your own note URL.
- 👤 **Optional accounts:** Create an account to manage your notes, or use it anonymously.
- 🚦 **Rate limiting:** Protects API from abuse.
- ⏳ **Editable notes:** Change content or expiration time if the note hasn’t been read yet.

## 📖 Usage
1. Visit the frontend at `<your hosted url>`(there's no hosted app, yet).
2. Create a note → get a unique link.
3. Share the link — once opened, the note is gone.

## 📚 Documentation
Documentation on project and how to develop it lives [here](/docs)