Frequently asked
The questions we hear most. Have another? Email us from the support page. →
Is Tickr really free?
Yes, while we're in beta. No credit card. You can export everything at any time.
How does Tickr compare to TickTick?
Tickr covers the same five pillars (tasks, calendar, habits, pomodoro, matrix) plus countdowns, and adds a few things TickTick doesn't: full keyboard control with ⌘K, six themes, and a proper offline-first PWA.
Can I import my TickTick data?
Yes. In /settings/data, upload the CSV backup from TickTick's Settings → Backup and Import. Tasks, lists, tags, priorities, due dates, and completion status come across. Reminders and subtasks don't map in this version.
Is my data exportable?
Always. /settings/data has a one-click Export JSON that downloads every row of every table you own.
Does it work offline?
Yes. Tickr is a PWA with a service worker that caches your shell. Marking a task complete while offline drops the change into a queue that drains the moment you reconnect.
Does it sync between devices?
Yes. Supabase realtime pushes changes to every open tab on every device you're signed into.
Is there a Persian (Farsi) version?
Yes. Toggle the language from the top nav. UI, nav, and the smart-input parser all handle Persian, including RTL layout and Persian digits.
Is my data private?
Row-level security on every table means your data is isolated at the database layer, not just in the app. We don't sell data and we don't run analytics on your content.
Can I self-host?
The schema, migrations, and app are open source on GitHub. You can run the whole stack locally with the Supabase CLI.
I found a bug / want a feature.
Email mehran.moshtagh1@gmail.com. We read every one.