Security & data protection

Your data is safe with Taskly

We built Taskly multi-tenant and security-first from day one. This page explains, in plain terms, how your team's data is stored, who can access it, and how our AI assistant handles it.

Infrastructure & hosting

Taskly runs on industry-standard managed cloud infrastructure: our application is hosted on Vercel and our database, authentication and realtime services run on Supabase (managed PostgreSQL). These providers operate on top of major cloud platforms with their own physical and network security controls.

Encryption

Authentication

Workspace isolation (multi-tenancy)

Every team works inside its own workspace, and every record is tagged to a workspace. Isolation is enforced at the database level using PostgreSQL Row-Level Security (RLS) — not just in the interface. In practice this means a query can only ever return rows from workspaces you belong to; one customer's data is never reachable by another.

Access control

Within a workspace, members have roles (Admin or Member). Sensitive actions — managing the workspace, projects, and members — are restricted to admins and enforced both in the app and in database policies.

How Otto (AI) handles your data

Backups & availability

Our managed database provider performs automated backups; availability and point-in-time recovery scale with our hosting plan as we grow.

Subprocessors

We rely on a small set of reputable providers to run Taskly:

Your data & your rights

Your workspace data belongs to you. You can edit or delete tasks at any time, and you can request export or deletion of your account data by contacting us. See our Privacy Policy for details.

Responsible disclosure

If you believe you've found a security vulnerability, please email security@taskly.app with details. We appreciate responsible disclosure and will work with you to resolve issues promptly.

Transparency

Taskly is an early-stage product moving fast. We don't yet hold formal certifications such as SOC 2 or ISO 27001, and we won't claim otherwise. What we do have are sound fundamentals — database-enforced isolation, encrypted transport, modern authentication, and an AI layer that always acts with your consent — and we're committed to maturing our security program as we grow.

Last updated: 6 June 2026 · Questions? security@taskly.app