Skip to content

Repository files navigation

Airday

Airday is an e2ee, local-first, tasks/reminders app i.e. todo list, with conflict resolution backed by Loro. It is optimised for ergonomics and frictionless capture and will work offline.

⚠️ ATTN: Airday is undergoing extensive and frequent changes, you can use it locally, but you may have to manually export and import data between updates.

Self-hosting with Docker

docker run -d \
    -p 8000:8000 \
    -v /srv/airday:/data \
    ghcr.io/airdaydev/airday-server:v0.0.1-alpha.2
📁 monorepo
├── 📂 cli  → CLI app
├── 📂 ios          → iOS app placeholder
├── 📂 js           → JavaScript packages and web app
├── 📂 core         → Rust shared core
├── 📂 crates         → Rust packages
├── 📂 server       → Server
├── 📂 sqlite       → Sqlite migration & notes
└── 📂 telemetry    → Jaeger & OTLP collector for dev envs (may upgrade to clickstack)

Development Requirements

  • Rust
  • Bun
  • sqlx-cli: (cargo install sqlx-cli)
  • caddy with cloudflare plugin:
go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
export PATH="$PATH:$(go env GOPATH)/bin" >> .zshenv
xcaddy build --with github.com/caddy-dns/cloudflare
mv caddy /usr/local/bin

Development Setup (MacOS & Arch Linux)

bun install
bun run config
process-compose up

About

Airday e2ee, local-first tasks & reminders and lightweight project management app

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages