---
title: "Shipping todometer, version 3!"
url: https://daily.dev/posts/shipping-todometer-version-3--lmx74gmki
source_url: https://cassidoo.co/post/todometer-v3
type: article
source: "Cassidy's blog"
author: "Cassidy Williams"
published: 2026-05-03T00:25:35.674Z
updated: 2026-05-03T21:00:22.238Z
tags: ["react", "mcp", "sqlite", "electron"]
reading_time: 8
upvotes: 29
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Shipping todometer, version 3!

**[Cassidy's blog](https://daily.dev/sources/cassidoo)** · [@cassidoo](https://daily.dev/cassidoo) · 8 min read · 29 upvotes · 1 comments

## Summary

Cassidy Williams has released todometer v3, a major update to her open source Electron/React desktop to-do app with a progress bar. Key changes include: task editing and drag-and-drop reordering using dnd kit, migration from localStorage to SQLite for data storage (enabling cloud sync via file placement), a new settings menu, a local API and MCP server for integration with other tools, updated SVG icons and logo, and an automated GitHub Actions build/release pipeline with auto-update support. AI tools (GitHub Copilot, Claude) were used to assist with state management and the SQLite migration.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://cassidoo.co/post/todometer-v3>

## Community discussion

Top comments from developers on daily.dev.

**@byteslayer** · 0 upvotes

> Looks awesome! Would love to see a  nixos package for it :)

---

Tags: [#react](https://daily.dev/tags/react), [#mcp](https://daily.dev/tags/mcp), [#sqlite](https://daily.dev/tags/sqlite), [#electron](https://daily.dev/tags/electron)

[View this post on daily.dev](https://daily.dev/posts/shipping-todometer-version-3--lmx74gmki)
