# Kairos Governed AI prompts and local PII protection for marketing agencies: browser overlay on ChatGPT, Claude, Gemini, and Perplexity + agency dashboard. Base URL: https://kairosintelligence.ca ## LLM Entry Points - [llms.txt](https://kairosintelligence.ca/llms.txt) - This URL map for AI agents. ## Public Pages - [Home](https://kairosintelligence.ca/) - Governed AI prompts and local PII protection for marketing agencies: browser overlay on ChatGPT, Claude, Gemini, and Perplexity + agency dashboard. - [Blog](https://kairosintelligence.ca/posts) - Published articles and tutorials. - [Changelog](https://kairosintelligence.ca/changelog) - Product updates, improvements, and release notes. - [About](https://kairosintelligence.ca/about) - About Kairos. - [Contact](https://kairosintelligence.ca/contact) - Support and contact page. - [Privacy Policy](https://kairosintelligence.ca/legal/privacy) - Privacy policy and data handling information. - [Terms](https://kairosintelligence.ca/legal/terms) - Terms of service. ## Blog Content - [Authentication Best Practices in 2025](https://kairosintelligence.ca/posts/authentication-best-practices) - Modern authentication strategies for web applications including OAuth, magic links, and passwordless authentication. Published 2025-01-05. - [Building a SaaS with Stripe Payments](https://kairosintelligence.ca/posts/building-saas-with-stripe) - A complete guide to integrating Stripe payments into your SaaS application for subscriptions and one-time payments. Published 2025-01-10. - [Convex Data Patterns](https://kairosintelligence.ca/posts/database-patterns-convex) - Learn effective Convex data patterns for scalable NowStack applications. Published 2024-12-20. - [Getting Started with Next.js 15](https://kairosintelligence.ca/posts/getting-started-with-nextjs) - Learn how to build modern web applications with Next.js 15, the React framework for production. Published 2025-01-15. - [10 Tailwind CSS Tips for Better UI](https://kairosintelligence.ca/posts/tailwind-css-tips) - Improve your Tailwind CSS workflow with these practical tips and techniques for building beautiful user interfaces. Published 2024-12-28. - [Blog category: Security](https://kairosintelligence.ca/posts/categories/Security) - Articles tagged Security. - [Blog category: Auth](https://kairosintelligence.ca/posts/categories/Auth) - Articles tagged Auth. - [Blog category: SaaS](https://kairosintelligence.ca/posts/categories/SaaS) - Articles tagged SaaS. - [Blog category: Payments](https://kairosintelligence.ca/posts/categories/Payments) - Articles tagged Payments. - [Blog category: Database](https://kairosintelligence.ca/posts/categories/Database) - Articles tagged Database. - [Blog category: Backend](https://kairosintelligence.ca/posts/categories/Backend) - Articles tagged Backend. - [Blog category: Tutorial](https://kairosintelligence.ca/posts/categories/Tutorial) - Articles tagged Tutorial. - [Blog category: Next.js](https://kairosintelligence.ca/posts/categories/Next.js) - Articles tagged Next.js. - [Blog category: CSS](https://kairosintelligence.ca/posts/categories/CSS) - Articles tagged CSS. - [Blog category: Design](https://kairosintelligence.ca/posts/categories/Design) - Articles tagged Design. ## Changelog Content - [Demo: Billing & Team Management Polish](https://kairosintelligence.ca/changelog/2026-03-05-v240) - Changelog entry from 2026-03-05 for version 2.4.0. - [Demo: Product Analytics Dashboard](https://kairosintelligence.ca/changelog/2026-02-10-v230) - Changelog entry from 2026-02-10 for version 2.3.0. - [Demo: Faster Workspace Setup](https://kairosintelligence.ca/changelog/2026-01-15-v220) - Changelog entry from 2026-01-15 for version 2.2.0. - [Public Changelog & Content System](https://kairosintelligence.ca/changelog/2025-12-27-v210) - Changelog entry from 2025-12-27 for version 2.1.0. - [Major Performance Release](https://kairosintelligence.ca/changelog/2025-12-15-v200) - Changelog entry from 2025-12-15 for version 2.0.0. - [Admin Dashboard & Documentation](https://kairosintelligence.ca/changelog/2025-08-23-v150) - Changelog entry from 2025-08-23 for version 1.5.0. - [Initial Release](https://kairosintelligence.ca/changelog/2025-08-13-v100) - Changelog entry from 2025-08-13 for version 1.0.0. ## Authenticated Application Route Patterns - [Sign in](https://kairosintelligence.ca/auth/signin) - User authentication entry point. - [Sign up](https://kairosintelligence.ca/auth/signup) - New user registration entry point. - [Current organization redirect](https://kairosintelligence.ca/orgs) - Redirects authenticated users to their active organization. - [Organization list](https://kairosintelligence.ca/orgs/list) - Lists organizations available to the authenticated user. - [New organization](https://kairosintelligence.ca/orgs/new) - Creates a new organization. - [Organization dashboard](https://kairosintelligence.ca/orgs/:orgSlug) - Authenticated organization workspace. - [Organization settings](https://kairosintelligence.ca/orgs/:orgSlug/settings) - Organization profile, members, billing, and danger settings. - [Account settings](https://kairosintelligence.ca/account) - Authenticated user account settings. - [Admin](https://kairosintelligence.ca/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.