# Chatty.io Add an AI support chat bubble to your website, train it on your content, and hand conversations to humans when needed Base URL: https://chatty.nowts.app ## LLM Entry Points - [llms.txt](https://chatty.nowts.app/llms.txt) - This URL map for AI agents. - [All documentation as Markdown](https://chatty.nowts.app/docs) - Fetch with curl, HTTPie, SDK clients, or Accept: text/markdown. - [Single documentation page as Markdown](https://chatty.nowts.app/docs/getting-started) - Replace the slug with any documentation slug below. ## Public Pages - [Home](https://chatty.nowts.app/) - Add an AI support chat bubble to your website, train it on your content, and hand conversations to humans when needed - [Documentation](https://chatty.nowts.app/docs) - Human documentation index. Non-browser clients receive all documentation as Markdown. - [Blog](https://chatty.nowts.app/posts) - Published articles and tutorials. - [Changelog](https://chatty.nowts.app/changelog) - Product updates, improvements, and release notes. - [About](https://chatty.nowts.app/about) - About Chatty.io. - [Contact](https://chatty.nowts.app/contact) - Support and contact page. - [Privacy Policy](https://chatty.nowts.app/legal/privacy) - Privacy policy and data handling information. - [Terms](https://chatty.nowts.app/legal/terms) - Terms of service. ## Documentation - [Create Testimonial](https://chatty.nowts.app/docs/api-testimonials-create) - Create a new testimonial programmatically via the NowStack API - [List Testimonials](https://chatty.nowts.app/docs/api-testimonials-list) - Retrieve a list of testimonials from your organization - [Auth Components](https://chatty.nowts.app/docs/auth-components) - Ready-to-use authentication components for sign-in, user menus, and session management - [Contact Components](https://chatty.nowts.app/docs/contact-components) - Support dialog and feedback popover components for user communication - [Dialog Manager](https://chatty.nowts.app/docs/dialog-manager) - Global dialog system for confirmation, input, and custom modals with automatic loading states - [Layout Components](https://chatty.nowts.app/docs/layout-components) - Page layout components for consistent page structure with header, actions, and content areas - [Markdown Components](https://chatty.nowts.app/docs/markdown-components) - Client and server markdown rendering components with MDX support - [Changelog System](https://chatty.nowts.app/docs/changelog) - Public changelog with MDX content, timeline UI, and sidebar widget for keeping users informed - [File Upload Adapters](https://chatty.nowts.app/docs/file-adapters) - Configure file uploads with Vercel Blob, Cloudflare R2, AWS S3, or UploadThing - [API Routes](https://chatty.nowts.app/docs/zod-route) - Type-safe API route handlers with TanStack Start and error handling - [Getting Started](https://chatty.nowts.app/docs/getting-started) - Learn how to set up and start collecting testimonials with NowStack - [Embedding Testimonials](https://chatty.nowts.app/docs/embedding) - Learn how to embed and display testimonials on your website ## Blog Content - [Authentication Best Practices in 2025](https://chatty.nowts.app/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://chatty.nowts.app/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. - [Database Patterns with Prisma ORM](https://chatty.nowts.app/posts/database-patterns-prisma) - Learn effective database patterns and best practices using Prisma ORM for scalable applications. Published 2024-12-20. - [Getting Started with Next.js 15](https://chatty.nowts.app/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://chatty.nowts.app/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://chatty.nowts.app/posts/categories/Security) - Articles tagged Security. - [Blog category: Auth](https://chatty.nowts.app/posts/categories/Auth) - Articles tagged Auth. - [Blog category: SaaS](https://chatty.nowts.app/posts/categories/SaaS) - Articles tagged SaaS. - [Blog category: Payments](https://chatty.nowts.app/posts/categories/Payments) - Articles tagged Payments. - [Blog category: Database](https://chatty.nowts.app/posts/categories/Database) - Articles tagged Database. - [Blog category: Backend](https://chatty.nowts.app/posts/categories/Backend) - Articles tagged Backend. - [Blog category: Tutorial](https://chatty.nowts.app/posts/categories/Tutorial) - Articles tagged Tutorial. - [Blog category: Next.js](https://chatty.nowts.app/posts/categories/Next.js) - Articles tagged Next.js. - [Blog category: CSS](https://chatty.nowts.app/posts/categories/CSS) - Articles tagged CSS. - [Blog category: Design](https://chatty.nowts.app/posts/categories/Design) - Articles tagged Design. ## Changelog Content - [Demo: Billing & Team Management Polish](https://chatty.nowts.app/changelog/2026-03-05-v240) - Changelog entry from 2026-03-05 for version 2.4.0. - [Demo: Product Analytics Dashboard](https://chatty.nowts.app/changelog/2026-02-10-v230) - Changelog entry from 2026-02-10 for version 2.3.0. - [Demo: Faster Workspace Setup](https://chatty.nowts.app/changelog/2026-01-15-v220) - Changelog entry from 2026-01-15 for version 2.2.0. - [Public Changelog & Content System](https://chatty.nowts.app/changelog/2025-12-27-v210) - Changelog entry from 2025-12-27 for version 2.1.0. - [Major Performance Release](https://chatty.nowts.app/changelog/2025-12-15-v200) - Changelog entry from 2025-12-15 for version 2.0.0. - [Admin Dashboard & Documentation](https://chatty.nowts.app/changelog/2025-08-23-v150) - Changelog entry from 2025-08-23 for version 1.5.0. - [Initial Release](https://chatty.nowts.app/changelog/2025-08-13-v100) - Changelog entry from 2025-08-13 for version 1.0.0. ## Authenticated Application Route Patterns - [Sign in](https://chatty.nowts.app/auth/signin) - User authentication entry point. - [Sign up](https://chatty.nowts.app/auth/signup) - New user registration entry point. - [Current organization redirect](https://chatty.nowts.app/orgs) - Redirects authenticated users to their active organization. - [Organization list](https://chatty.nowts.app/orgs/list) - Lists organizations available to the authenticated user. - [New organization](https://chatty.nowts.app/orgs/new) - Creates a new organization. - [Organization dashboard](https://chatty.nowts.app/orgs/:orgSlug) - Authenticated organization workspace. - [Organization settings](https://chatty.nowts.app/orgs/:orgSlug/settings) - Organization profile, members, billing, and danger settings. - [Account settings](https://chatty.nowts.app/account) - Authenticated user account settings. - [Admin](https://chatty.nowts.app/admin) - Platform admin area. ## Notes For Agents - Browser requests receive HTML for human use. - Non-browser documentation requests receive Markdown optimized for agent ingestion. - Dynamic authenticated routes require a valid session and real organization slug.