all repos

onasty @ 8d12ded

a one-time notes service
name last commit last update
.github/ chore(deps): bump actions/checkout from 5 to 6 (#239) 6 months ago 2025-12-04 01:34:23 EET
api/ docs: add docs, readme, and license (#216) 8 months ago 2025-09-25 13:54:45 EEST
cmd/ feat(web): add oauth login (#213) 8 months ago 2025-09-18 14:12:53 EEST
deploy/ chore: add deploy suite (#210) 8 months ago 2025-09-12 14:41:21 EEST
docs/ docs: add docs, readme, and license (#216) 8 months ago 2025-09-25 13:54:45 EEST
e2e/ feat(web): add oauth login (#213) 8 months ago 2025-09-18 14:12:53 EEST
infra/ chore: add deploy suite (#210) 8 months ago 2025-09-12 14:41:21 EEST
internal/ refactor: endpoints should not be pointer receiver (#217) 8 months ago 2025-09-30 19:08:52 EEST
mailer/ refactor(config): make config singleton (#202) 9 months ago 2025-09-01 12:55:29 EEST
migrations/ refactor!: rename "burn before expiration" to "keep before expiration" (#199) 9 months ago 2025-08-28 16:57:36 EEST
web/ chore(deps): bump elm/html from 1.0.0 to 1.0.1 in /web (#241) 6 months ago 2025-12-04 01:33:57 EET
.editorconfig chore: add editorconfig, and .tool-versions (#159) 11 months ago 2025-07-07 12:25:09 EEST
.env.example api: add openapi docs (#181) 9 months ago 2025-09-06 13:21:49 EEST
.envrc chore: add direnv (#64) 1 year ago 2025-01-11 02:38:20 EET
.gitignore chore: add .jj to gitignore 11 months ago 2025-07-08 14:22:48 EEST
.golangci.yaml chore(linter): ignore some of the Config structs (#145) 11 months ago 2025-06-25 13:53:29 EEST
.tool-versions docs: add docs, readme, and license (#216) 8 months ago 2025-09-25 13:54:45 EEST
LICENSE docs: add docs, readme, and license (#216) 8 months ago 2025-09-25 13:54:45 EEST
README.md docs: add docs, readme, and license (#216) 8 months ago 2025-09-25 13:54:45 EEST
Taskfile.yml chore: use go tests cache (#212) 8 months ago 2025-09-16 21:13:02 EEST
builder.Dockerfile fix(#192): update go version in builder container (#196) 9 months ago 2025-08-26 17:31:42 EEST
core.Dockerfile chore: add deploy suite (#210) 8 months ago 2025-09-12 14:41:21 EEST
docker-compose.yml chore: add deploy suite (#210) 8 months ago 2025-09-12 14:41:21 EEST
go.mod chore(deps): bump github.com/quic-go/quic-go (#242) 5 months ago 2025-12-11 20:30:21 EET
go.sum chore(deps): bump github.com/quic-go/quic-go (#242) 5 months ago 2025-12-11 20:30:21 EET
mailer.Dockerfile chore: add deploy suite (#210) 8 months ago 2025-09-12 14:41:21 EEST
runtime.Dockerfile chore: update dockerizing setup (#129) 12 months ago 2025-06-07 16:12:43 EEST
seed.Dockerfile chore: update dockerizing setup (#129) 12 months ago 2025-06-07 16:12:43 EEST

Onasty

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

Features

📖 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