Open source. MIT license

A lightweight, self-hosted
task manager that puts your privacy first.

Capture, organize, and focus. Your data stays on your server, under your control.

Open source · Self-hosted · Docker in minutes

How it works
Yotara task management interface showing tasks organized by project in a clean, minimal UI

One quiet flow, three views

Capture the moment it lands, plan what's next, and keep everything organized — without leaving the calm.

Inbox view for quick capture

Capture

Drop a thought into the Inbox in seconds. No folders to pick, no decisions to make — just get it out of your head.

Today view for daily planning

Plan Today

Today surfaces what's due and what you flagged. One clear screen tells you where to put your attention.

Projects view for organizing tasks

Organize projects

Group related work into projects with colors and labels. Triage the inbox when you're ready, not when tasks arrive.

Why Yotara

A little setup, then complete ownership. Hosted apps win on instant onboarding; Yotara wins on what they can't offer — your tasks living on infrastructure you control, with no subscription and no one profiling your to-do list.

A little setup

Be honest with yourself: self-hosting isn't zero effort. You'll run a Docker container and set one secret to sign sessions. Budget about fifteen minutes the first time — then it just runs.

Complete ownership

Your tasks live in a single SQLite file you can back up, copy, or move anywhere. Export to JSON whenever you like. No account to lose, no service that can shut down under you.

Calm by design

No telemetry, no ads, no upsells. Open source under MIT, so you can read exactly what runs on your server — and change it if you want to.

What you get

Quick capture, projects, recurring tasks, markdown, themes, and self-hosted privacy. Everything you need, nothing you don't.

Quick Capture

Hit the capture bar, type your task, and move on. Set dates with the date picker and flag priorities with simple markers.

Projects & Labels

Group related tasks, set dates, tag with labels. Stay organized across work, personal, and everything in between.

Subtasks & Recurring

Break big tasks into steps. Set recurring schedules once and let them run — daily, weekly, or custom.

Rich Markdown

Write with markdown formatting and preview live. Built-in toolbar for bold, lists, and links — no syntax to memorize.

7 Handcrafted Themes

From Light Forest to Deep Trench. Every theme is handmade, not auto-generated. Light and dark modes included.

Buckets

Batch related work into deep-focus sessions. When a project has too many moving parts, buckets help you narrow your attention to what matters right now.

Your data, portable by design

Self-hosting is only reassuring if you can leave. Yotara is built so your tasks are yours to take, copy, or move — no lock-in, no exit fee.

  • Export anytime. Pull your tasks as JSON from the API whenever you like — no request, no wait.
  • One plain file. Everything lives in a single SQLite database you can copy, diff, or restore directly.
  • No lock-in. Open source under MIT — if Yotara stops serving you, the code and your data still do.
Your tasks stay in your hands

Frequently asked questions

Is there a demo I can try? expand_more

Yes — the beta is live at beta.yotara.website. No install needed. It's the full app: create an account and start using it right away. Beta data may be reset occasionally as we ship updates, so it's best for trying things out rather than long-term use.

Do I have to self-host? expand_more

For your own permanent instance, yes. Yotara runs on your server with Docker and stores everything in a SQLite file. The beta at beta.yotara.website is a great way to try it before you install. A managed cloud option is on the roadmap for those who'd rather not self-host.

Is there a mobile app? expand_more

Not yet. The web app is responsive and works well on phones, but there is no native iOS or Android app. A progressive web app is on the roadmap.

How do backups work? expand_more

All your data lives in a single SQLite file. Back it up by copying the file somewhere safe — another disk, a remote server, or a cloud bucket. No dump or restore commands needed.

Can I move my tasks from another tool? expand_more

Import isn't available yet, but you can export all your tasks as JSON or CSV from the settings page at any time. If you're switching from another tool, export from there first so you keep a copy of everything.

How much does Yotara cost? expand_more

Yotara is free and open source under the MIT license. There is no paid tier, no subscriptions, no premium features. You pay for your own server, which can be as cheap as a $5/month VPS.

Built in public. Self-hosted. Yours.

Yotara is open source under the MIT license. Deploy your own instance in three commands. No tracking, no telemetry, no data collection. Built for makers, students, freelancers, and anyone who'd rather host their own task manager.

v0.71.1 · released Aug 1, 2026 Docker: amd64 & arm64 Export your data as JSON MIT licensed
$ curl -o docker-compose.yml https://raw.githubusercontent.com/apauldev/yotara/main/docker-compose.hub.yml
$ export BETTER_AUTH_SECRET=$(openssl rand -base64 32)
$ docker compose up -d