-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ânderson Q edited this page May 27, 2026
·
3 revisions
Stop tab-switching. See your whole life in one place.
LENS is a self-hostable personal PMS — a customizable bento dashboard that aggregates Google Calendar, Trello, Google Sheets, Google Tasks, Goodreads, and Trakt onto one screen. Open source under AGPL-3.0.
This wiki is for long-form guides, tutorials, and deep dives. The repo itself ships authoritative reference docs:
- README — the pitch and the 3-line quickstart
- docs/architecture.md — the five-surface model
- docs/development.md — local dev setup
- CONTRIBUTING.md — branch → PR → CI flow
- docs/contrib/ — surface-specific cookbooks
| Page | What it covers |
|---|---|
| FAQ | License, privacy, self-hosting, OAuth security, common confusions |
| Self-Hosting | Deploying LENS to your own Vercel + Supabase from scratch |
| Connecting Google | Calendar / Sheets / Tasks OAuth setup, end-to-end |
| Connecting Trello | Trello App, API key, user token |
| Keep Sidecar | Why the Python sidecar exists and how to run it |
| Roadmap | Where LENS is heading — public direction |
- Deploy issue → common deploy issues in the self-hosting guide
- OAuth / provider setup → the per-provider guide in this wiki (Google, Trello, Keep)
- General question or bug → open an issue or start a discussion
-
Security report → see
SECURITY.md(never open a public issue for security)
Self-hosting
Direction