Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 38 lines 1.1 kB view raw view rendered
1# Atmosphere Office 2 3A local-first office suite for the [AT Protocol](https://atproto.com) ecosystem. 4 5Documents, spreadsheets, slides, forms, diagrams, and calendars — all stored locally in your browser. Sign in with your Bluesky account. 6 7## Features 8 9- **Local-first** — your data stays in your browser's IndexedDB 10- **AT Proto identity** — sign in with any Bluesky handle 11- **No server required** — runs as a static site 12- **Offline capable** — works without an internet connection via service worker 13- **Dark mode** — automatic or manual theme switching 14 15## Operator Deployment 16 17PDS operators can host Atmosphere Office for their users: 18 19```bash 20docker pull atcr.io/scottlanoue.com/atmosphere-office:latest 21docker compose up -d 22``` 23 24Configure `instance-info.json` to match your deployment flavor and enable features as you deploy backend services. See `docker-compose.yml` for details. 25 26## Development 27 28```bash 29npm ci 30npm test 31npm run build 32``` 33 34## License 35 36[AGPL-3.0](LICENSE) 37 38Built by [Atmosphere Mail LLC](https://atmospheremail.com).