Introduction
Done. is a modern, privacy-focused Kanban board designed for speed and simplicity. It leverages the power of Swift for a robust backend and HTMX for a dynamic, reactive frontend without the complexity of a heavy JavaScript framework.
Quickstart
Create an Account
Sign up in seconds. We only ask for the essentials.
Start a Board
Give it a title and a beautiful accent color.
Add Cards
Organize your tasks across columns and get to work.
Architecture
Sources/ ├── Controllers/ # Request handling logic ├── Models/ # Database schemas (Fluent) ├── Services/ # Third-party integrations └── routes.swift # Endpoints & routing Resources/ └── Views/ # Leaf templates (HTMX inside)
The application is built using a "Hypermedia Driven" approach. Instead of a thick JSON API, the server returns HTML fragments that HTMX swaps into the page, resulting in a significantly faster developer experience and a snappy user interface.
Your Data, Your Control
We believe in full data ownership. You can export your entire board history at any time or delete your account permanently with a single click. We don't track you or sell your information.
Learn more about GDPR →