# Tasqs Privacy-first personal task manager that aggregates commitments from Claude conversations, Slack, and IMAP email into one multilingual list. Base URL: https://tasqs.app ## LLM Entry Points - [llms.txt](https://tasqs.app/llms.txt) - This URL map for AI agents. ## Public Pages - [Home](https://tasqs.app/) - Privacy-first personal task manager that aggregates commitments from Claude conversations, Slack, and IMAP email into one multilingual list. - [Changelog](https://tasqs.app/changelog) - Product updates, improvements, and release notes. - [About](https://tasqs.app/about) - About Tasqs. - [Contact](https://tasqs.app/contact) - Support and contact page. - [Privacy Policy](https://tasqs.app/legal/privacy) - Privacy policy and data handling information. - [Terms](https://tasqs.app/legal/terms) - Terms of service. ## Changelog Content - [Demo: Billing & Team Management Polish](https://tasqs.app/changelog/2026-03-05-v240) - Changelog entry from 2026-03-05 for version 2.4.0. - [Demo: Product Analytics Dashboard](https://tasqs.app/changelog/2026-02-10-v230) - Changelog entry from 2026-02-10 for version 2.3.0. - [Demo: Faster Workspace Setup](https://tasqs.app/changelog/2026-01-15-v220) - Changelog entry from 2026-01-15 for version 2.2.0. - [Public Changelog & Content System](https://tasqs.app/changelog/2025-12-27-v210) - Changelog entry from 2025-12-27 for version 2.1.0. - [Major Performance Release](https://tasqs.app/changelog/2025-12-15-v200) - Changelog entry from 2025-12-15 for version 2.0.0. - [Admin Dashboard & Documentation](https://tasqs.app/changelog/2025-08-23-v150) - Changelog entry from 2025-08-23 for version 1.5.0. - [Initial Release](https://tasqs.app/changelog/2025-08-13-v100) - Changelog entry from 2025-08-13 for version 1.0.0. ## Authenticated Application Route Patterns - [Sign in](https://tasqs.app/auth/signin) - User authentication entry point. - [Sign up](https://tasqs.app/auth/signup) - New user registration entry point. - [Current organization redirect](https://tasqs.app/orgs) - Redirects authenticated users to their active organization. - [Organization list](https://tasqs.app/orgs/list) - Lists organizations available to the authenticated user. - [New organization](https://tasqs.app/orgs/new) - Creates a new organization. - [Organization home](https://tasqs.app/orgs/:orgSlug) - Authenticated organization workspace. - [Organization settings](https://tasqs.app/orgs/:orgSlug/settings) - Organization profile, members, and danger settings. - [Account settings](https://tasqs.app/account) - Authenticated user account settings. - [Admin](https://tasqs.app/admin) - Platform admin area. ## Notes For Agents - Browser requests receive HTML for human use. - Dynamic authenticated routes require a valid session and real organization slug.