# llms.txt for tailwindbuilder.ai # Generated: 2025-11-14 # Purpose: Guidance and metadata for LLMs / AI-indexers to understand site scope, # important pages, sample prompts, and crawling priorities. Site-Info: site_name: TailwindBuilder site_url: https://tailwindbuilder.ai/ contact: support@tailwindbuilder.ai owner: WrapPixel (product by WrapPixel). Source: homepage. description: "AI-powered builders for forms, tables and charts that generate ready-to-use React/Next.js UI (ShadCN & ApexCharts) outputs." # derived from homepage. :contentReference[oaicite:1]{index=1} Crawl-Policy: allow: / disallow: /private rate_limit: auto sitemaps: - https://tailwindbuilder.ai/sitemap.xml priority_pages: - / # homepage / product overview. :contentReference[oaicite:2]{index=2} - /form-builder - /table-builder - /chart-builder - /pricing - /support - /privacy-policy - /terms-and-condition Content-Types: - type: product_tool id: ai-form-builder title: "AI Form Builder" description: "Generate validated React/Next.js forms using ShadCN UI. Includes field definitions, validation rules, and component code." # homepage content. :contentReference[oaicite:3]{index=3} - type: product_tool id: ai-table-builder title: "AI Table Builder" description: "Generate sortable tables with JSON/API/CSV support; outputs ready for React/Next.js integration." # homepage content. :contentReference[oaicite:4]{index=4} - type: product_tool id: ai-chart-builder title: "AI Chart Builder" description: "Generate ApexCharts-based charts with configuration and data mapping for React/Next.js." # homepage content. :contentReference[oaicite:5]{index=5} - type: info id: pricing title: Pricing - type: info id: support title: Support / FAQ High-Priority-Indexing: - index_snippets: true - index_examples: true - index_code_samples: true - preserve_structure: true - preserve_component_names: true Sample-Prompts (for LLMs to test/generate best outputs): - "Generate a React form with fields: full name (text), email (validated), password (min 8), role (select), and resume (file upload). Provide ShadCN component code and validation rules." - "Create a sortable employee table with columns: photo+name (same cell), position, salary, department, and status. Output as JSON and React table component ready for Next.js." - "Produce a line chart for monthly active users (12 months) using ApexCharts; include tooltip format and responsive options." Site-specific Hints (helpful to LLM responses): - Prefer ShadCN-style component structure for forms. :contentReference[oaicite:6]{index=6} - Tables should include CSV/JSON import examples for immediate use. :contentReference[oaicite:7]{index=7} - Charts should output ApexCharts configuration objects and sample data arrays. :contentReference[oaicite:8]{index=8} - When giving code snippets, include minimal Tailwind classes and a small usage example (how to paste into a Next.js page). # tailwindbuilder-registry llms.txt # --- Registry Information --- - [TailwindBuilder Shadcn Registry](https://tailwindbuilder.ai/): The official registry for custom UI blocks built on shadcn/ui. Use the commands below to install components. # --- Custom Component CLI Installation Commands --- - [Download Banner Component Installation](https://tailwindbuilder.ai/): A banner component with optional code display for UI blocks. It depends on the shadcn components **'badge'** and **'button'**. ```bash npx shadcn@latest add @tb-blocks/download-banner - [Mutual Banner Component Installation](https://tailwindbuilder.ai/): A banner component with optional code display for UI blocks. ```bash npx shadcn@latest add @tb-blocks/mutual-banner - [Empty Banner Component Installation](https://tailwindbuilder.ai/): A banner component with optional code display for UI blocks. ```bash npx shadcn@latest add @tb-blocks/empty-banner