[verdict][generated prompt][source: todoist.com]
Can I vibecode Todoist?
// one session, and a personal version you can actually use
A personal task app with projects, recurring due dates, filters, and reminders is a one-sitting/weekend build; collaboration and sync polish are the product moat.
confidence: high
what it is: Cross-platform task manager for projects, reminders, and recurring tasks
Buildability index · an editorial game
- Price 7 $/month weight: plus 1
- Time weekend weight: plus 2
- Category to-dos and tasks no weight
- Moat execution quality · integrations weight: minus 2
- Confidence high weight: plus 1
- What you lose 6 items weight: minus 3
- Site todoist.com (si apre in una nuova scheda) no weight
They cancel out. This is where it comes down to how much the subscription annoys you.
Gioco editoriale: il verdetto dice se un agente può, l’indice se conviene.
What you build
Create task/project tables, natural-language due date parsing, recurring rules, reminders, filters, and local notifications.
what you need
- local or hosted database
- date parser
- notification channel
- optional mobile/desktop wrappers
Strong yes; familiar product where feature creep is the real limit.
The prompt
One session with a coding agent and your version runs.
Build me a personal task manager to replace Todoist. Requirements:
- A local web app: Node + Express + better-sqlite3, server-rendered, binds to
localhost only. Keyboard-first: n for new task, x to complete, / to search.
- Quick-add parses natural language with chrono-node: "call Sam tomorrow 4pm
#home p2" sets due date, project, and priority in one line.
- Projects via #tags, priorities p1-p3, free-text notes on any task.
- Recurring tasks stored as rrule strings ("every 1st", "every mon,thu");
completing one schedules the next occurrence.
- Views: Today, Upcoming (next 7 days grouped by day), and per-project. Overdue
tasks pinned red at the top of Today.
- Reminders: node-cron checks each minute and pushes due tasks to my phone via ntfy
(topic in .env), plus a 7am digest of today's list.
- A t add "..." CLI for capture from any terminal.
- No accounts, no telemetry, everything in one SQLite file I can back up.
- Out of scope: collaboration, native mobile apps, and offline sync. Phone access
is ntfy notifications, that is the trade.
- README: ntfy app setup on the phone and where the DB lives. Prompt generated from the data on this page, not reviewed by hand yet. In English on purpose — it is the language coding agents work best in.
What you lose
- native apps
- offline sync
- collaboration
- reminders reliability
- integrations
- years of UX polish
Why people still pay
They pay because task capture must be fast everywhere and reminders cannot miss.
moat: Execution quality Integrations what a moat is
sync/polish
Free alternatives
Not in the mood to build it? These already exist, they are free or open source, and we checked them one by one.
Who has already built it
Starting from here is still vibecoding: the prompt is for when you want it exactly your way.
- Vikunja (opens in a new tab) — Open-source task/project management app suitable as a Todoist-style alternative. (alive)
Do you agree?
The vote balance
Ancora nessun voto: il tuo è il primo.
Nessun voto ancora — il primo pesa.