{"passport":{"unfragile":{"@version":"1.0","version":"2026-05","artifact":{"id":"tool_chat2build","slug":"chat2build","name":"Chat2Build","type":"product","url":"https://chat2build.com","page_url":"https://unfragile.ai/chat2build","categories":["app-builders"],"tags":[],"pricing":{"model":"freemium","free":true,"starting_price":null},"status":"active","verified":false},"capabilities":[{"id":"tool_chat2build__cap_0","uri":"capability://code.generation.editing.natural.language.to.website.structure.generation","name":"natural language to website structure generation","description":"Converts conversational user descriptions into functional website layouts and component hierarchies using a multi-turn dialogue system that clarifies intent through follow-up questions. The system likely employs prompt chaining to first extract design requirements (layout type, color scheme, content sections), then maps these to a template library or component graph, finally rendering HTML/CSS output. This approach bridges the semantic gap between natural language and structured DOM generation.","intents":["I want to describe my website idea in plain English and get a working prototype without writing code","I need to quickly iterate on website concepts based on conversational feedback rather than clicking through UI builders","I want to generate multiple website variations from a single description to compare approaches"],"best_for":["Non-technical solopreneurs launching first websites","Small business owners prototyping ideas before hiring designers","Founders validating product-market fit with minimal design investment"],"limitations":["Output quality degrades significantly with vague or ambiguous descriptions; requires clear, specific language about layout, color, and content hierarchy","No fine-grained control over individual element positioning, spacing, or typography — users cannot override AI decisions at the pixel level","Limited ability to handle complex, multi-page information architecture; works best for 3-5 page sites with standard sections","Cannot generate custom illustrations, animations, or interactive components beyond basic hover states"],"requires":["Active internet connection for API calls to LLM backend","Modern web browser (Chrome 90+, Firefox 88+, Safari 14+)","User account with freemium tier or paid subscription"],"input_types":["natural language text descriptions","conversational multi-turn dialogue","optional reference images or URLs for style inspiration"],"output_types":["HTML5 markup","CSS stylesheets","Responsive design specifications","Live preview URLs"],"categories":["code-generation-editing","text-generation-language"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_1","uri":"capability://code.generation.editing.ai.driven.responsive.design.generation","name":"ai-driven responsive design generation","description":"Automatically generates mobile-first CSS media queries and responsive layouts based on semantic understanding of content hierarchy and device breakpoints. The system infers which elements should stack, resize, or hide on smaller screens by analyzing content importance and visual relationships, rather than requiring explicit responsive design rules. This likely uses a constraint-based layout engine that adapts grid systems and flex properties across viewport sizes.","intents":["I want my generated website to look good on phones, tablets, and desktops without manually tweaking breakpoints","I need responsive images and text scaling that adapts intelligently to screen size","I want to ensure mobile usability without understanding CSS media queries"],"best_for":["Non-technical creators who don't understand responsive design principles","Teams needing quick mobile-friendly prototypes for user testing","Businesses targeting mobile-first audiences without design expertise"],"limitations":["Responsive behavior is deterministic and rule-based; cannot handle edge cases like complex data tables or custom interactive components that require manual breakpoint tuning","Mobile optimization may prioritize content visibility over performance; generated CSS may not be optimized for Core Web Vitals (LCP, CLS, FID)","No A/B testing framework to validate which responsive layouts perform better with actual users","Limited control over touch-friendly spacing and interaction targets on mobile (minimum 44px tap targets not guaranteed)"],"requires":["Modern browser with CSS Grid and Flexbox support (Chrome 57+, Firefox 52+, Safari 10.1+)","Viewport meta tag in generated HTML (automatically included)","No external CSS framework dependencies required"],"input_types":["natural language layout descriptions","content structure and hierarchy"],"output_types":["CSS with mobile-first media queries","Responsive HTML markup","Device preview renderings (mobile, tablet, desktop)"],"categories":["code-generation-editing","image-visual"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_10","uri":"capability://planning.reasoning.prompt.to.design.quality.assessment.and.feedback","name":"prompt-to-design quality assessment and feedback","description":"Analyzes user prompts to assess clarity and completeness, then provides feedback on how to improve descriptions for better design output. The system identifies vague terms, missing design specifications, and ambiguous requirements, then suggests clarifications or examples. This approach helps users understand what information is needed for high-quality website generation and reduces iteration cycles caused by poor initial prompts.","intents":["I want feedback on my website description before generating to ensure good output quality","I need suggestions on how to describe my design vision more clearly","I want to understand what design information I'm missing before starting generation"],"best_for":["Non-technical users unfamiliar with design terminology and specifications","Teams wanting to reduce iteration cycles by improving initial prompts","Creators learning how to communicate design intent effectively"],"limitations":["Feedback is rule-based and may not catch all ambiguities or missing information","No personalized guidance based on user's design goals or industry best practices","Feedback is generic; does not provide specific examples or alternatives for improvement","No learning from user feedback; system does not improve suggestions based on which clarifications led to better designs","Feedback is optional and users may ignore suggestions, leading to poor output quality anyway"],"requires":["User-provided website description or prompt","No external tools or design knowledge required"],"input_types":["natural language website description","optional: reference images or URLs"],"output_types":["Feedback on prompt clarity","Suggestions for improvement","Examples of better descriptions","List of missing design specifications"],"categories":["planning-reasoning","text-generation-language"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_11","uri":"capability://code.generation.editing.export.and.code.access","name":"export and code access","description":"Allows users to export generated websites as standalone HTML/CSS/JavaScript files or access the underlying code for customization and deployment outside Chat2Build. The system generates clean, readable code with comments and structure that enables developers to extend or modify designs. This approach provides an escape hatch for users who outgrow the platform or need custom functionality.","intents":["I want to download my website code and host it on my own server","I need to customize the generated code with custom JavaScript or backend logic","I want to integrate my website with external tools or APIs that Chat2Build doesn't support"],"best_for":["Developers who use Chat2Build for rapid prototyping but need code customization","Teams with custom hosting or infrastructure requirements","Creators who may outgrow Chat2Build and need to migrate to other platforms"],"limitations":["Exported code may not be optimized for production (minification, bundling, performance optimization required)","No ongoing sync between Chat2Build and exported code; changes made in Chat2Build don't update exported files","Code structure may be tightly coupled to Chat2Build's component library; customization may be difficult without understanding internal patterns","No build tools or development environment included; users must set up their own build pipeline for production deployment","Exported code may include proprietary Chat2Build dependencies or libraries that require licensing","No version control or deployment tools; users must manage code updates and deployments manually","Export may be limited to paid tiers; free tier users may not have access to code export"],"requires":["Chat2Build account with export capability (may be paid tier only)","Text editor or IDE for code customization","Optional: Node.js and npm for build tools and dependencies","Optional: Git for version control"],"input_types":["generated website in Chat2Build"],"output_types":["HTML files","CSS files","JavaScript files","Asset files (images, fonts)","Optional: ZIP archive of entire project"],"categories":["code-generation-editing","tool-use-integration"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_2","uri":"capability://code.generation.editing.template.based.component.library.instantiation","name":"template-based component library instantiation","description":"Maps natural language descriptions to a pre-built library of reusable website components (hero sections, navigation bars, card grids, forms, footers) and instantiates them with user-specified content and styling parameters. The system uses semantic matching to identify which template components best fit the user's intent, then populates them with provided text, colors, and imagery. This approach avoids generating HTML from scratch for every request, instead composing pre-tested, accessible components.","intents":["I want to quickly assemble a website from proven, accessible component patterns without building from scratch","I need consistent component styling and behavior across my entire site","I want to reuse components across multiple pages without duplicating code"],"best_for":["Teams building multiple similar websites (e.g., agency templates, SaaS landing pages)","Creators who value consistency and accessibility over complete design uniqueness","Rapid prototyping scenarios where time-to-market outweighs design novelty"],"limitations":["Component library is finite; highly specialized or niche layouts may not have matching templates, forcing fallback to generic alternatives","Customization is constrained to template parameters (colors, text, images); structural changes require manual HTML editing outside the platform","All generated sites share visual DNA from the same component library, resulting in generic, recognizable designs that lack differentiation","No version control or component update mechanism; changes to templates don't propagate to existing sites"],"requires":["Access to Chat2Build's component library (included in all tiers)","Content ready in text/image format for population into templates","No external component library imports or custom component creation"],"input_types":["natural language component descriptions","text content (headlines, body copy, CTAs)","image URLs or uploaded images","color preferences or brand hex codes"],"output_types":["Instantiated HTML components","Styled CSS for each component","Accessible markup (ARIA labels, semantic HTML)","Component preview URLs"],"categories":["code-generation-editing","automation-workflow"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_3","uri":"capability://text.generation.language.multi.turn.design.refinement.dialogue","name":"multi-turn design refinement dialogue","description":"Implements a conversational loop where the system generates an initial website, presents it to the user, then accepts natural language feedback (e.g., 'make the hero section taller', 'use a warmer color palette', 'add more whitespace') and iteratively refines the design. Each turn likely uses a diff-based approach to identify which CSS properties or layout parameters changed, then regenerates only affected components rather than the entire site. This reduces latency and preserves user-approved sections across iterations.","intents":["I want to refine my website design through conversation without learning design terminology or CSS","I need to quickly iterate on design feedback from stakeholders without rebuilding from scratch","I want to explore multiple design directions by asking 'what if' questions conversationally"],"best_for":["Non-technical stakeholders providing design feedback","Rapid prototyping teams validating design concepts with clients","Solo creators who need design feedback but can't afford a designer"],"limitations":["Refinement quality depends on user's ability to articulate design feedback in natural language; vague feedback ('make it better') produces poor results","No undo/redo history; users cannot revert to previous design iterations if a refinement goes wrong","Refinement context is limited to the current conversation; starting a new session loses all previous design decisions and requires re-describing the site","System may misinterpret colloquial design language ('make it pop', 'more modern') and apply unintended changes"],"requires":["Active Chat2Build session with generated website","Ability to articulate design feedback in English (or supported languages)","No external design tools or code editors required"],"input_types":["natural language design feedback","comparative descriptions ('like X but with Y')","reference images or URLs for style inspiration"],"output_types":["Updated website preview","CSS changes (diff view optional)","Live preview URL reflecting refinements"],"categories":["text-generation-language","planning-reasoning"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_4","uri":"capability://image.visual.content.aware.image.and.media.placement","name":"content-aware image and media placement","description":"Automatically selects and positions images, icons, and media assets within generated website layouts based on semantic understanding of content and visual hierarchy. The system analyzes text content to infer appropriate imagery (e.g., 'team' section → suggests team photos, 'pricing' → suggests comparison charts), then sources images from stock libraries or user uploads and positions them with appropriate aspect ratios and spacing. This avoids placeholder images and reduces manual asset curation.","intents":["I want my website to include relevant images without manually searching stock photo sites","I need images positioned intelligently based on content context, not just random placement","I want to upload my own images and have them automatically sized and positioned correctly"],"best_for":["Non-technical creators without access to professional photography or design assets","Teams building content-heavy sites (blogs, portfolios, case studies) quickly","Businesses needing placeholder assets for rapid prototyping before professional photography"],"limitations":["Image sourcing relies on stock photo APIs; may produce generic, overused imagery that lacks brand personality or uniqueness","No advanced image editing capabilities (cropping, filters, color correction); users must edit images externally before upload","Aspect ratio and sizing decisions are automatic; users cannot manually adjust image dimensions or crop points within the platform","Stock image licensing may have restrictions; users must verify commercial usage rights for generated sites","No image optimization for web performance; generated images may not be compressed or served in modern formats (WebP)"],"requires":["Internet connection for stock image API access","Optional: user-provided images in common formats (JPG, PNG, WebP)","No external image editing tools required (though recommended for best results)"],"input_types":["natural language content descriptions","user-uploaded image files","optional style/mood preferences for image selection"],"output_types":["Positioned image elements in HTML","CSS for image sizing and spacing","Image URLs (stock or uploaded)","Responsive image markup (srcset, sizes attributes)"],"categories":["image-visual","data-processing-analysis"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_5","uri":"capability://data.processing.analysis.seo.metadata.and.structured.data.generation","name":"seo metadata and structured data generation","description":"Automatically generates SEO metadata (meta titles, descriptions, Open Graph tags, canonical URLs) and structured data (Schema.org JSON-LD) based on page content and user-provided business information. The system analyzes page content to extract primary keywords, generates compelling meta descriptions within character limits, and embeds structured data for rich snippets in search results. This approach ensures basic SEO best practices without requiring users to understand SEO terminology.","intents":["I want my website to rank in search results without learning SEO best practices","I need proper meta tags and structured data for social sharing and search engine indexing","I want to ensure my website appears with rich snippets (ratings, prices, availability) in search results"],"best_for":["Small business owners launching websites without SEO expertise","E-commerce sites needing product schema and rich snippets","Content creators wanting basic search visibility without hiring SEO specialists"],"limitations":["SEO generation is basic and rule-based; does not perform keyword research or competitive analysis to identify high-value keywords","No backlink analysis, internal linking strategy, or content optimization recommendations beyond metadata","Structured data is limited to common schemas (Organization, LocalBusiness, Product); custom or niche schemas not supported","No ongoing SEO monitoring or ranking tracking; users cannot see how their site performs in search results over time","Meta descriptions are auto-generated and may not be compelling or click-worthy; users cannot manually edit them within the platform","No XML sitemap or robots.txt customization; generated sites use default configurations that may not be optimal for all use cases"],"requires":["Business information (name, description, location, contact details) for structured data","Page content in text form for keyword extraction","No external SEO tools or plugins required"],"input_types":["page content (headlines, body copy)","business information (name, description, category)","optional: target keywords or focus topics"],"output_types":["Meta tags (title, description, keywords, OG tags)","JSON-LD structured data","Canonical URL tags","XML sitemap (optional)"],"categories":["data-processing-analysis","code-generation-editing"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_6","uri":"capability://image.visual.brand.color.and.typography.inference","name":"brand color and typography inference","description":"Infers a cohesive color palette and typography system from user descriptions, brand guidelines, or reference images, then applies these consistently across all generated website components. The system uses color theory and design principles to generate complementary color schemes (primary, secondary, accent colors) and selects appropriate font pairings from a curated library. This ensures visual consistency without requiring users to manually select colors or fonts for each element.","intents":["I want a cohesive color scheme and typography system without understanding color theory or font pairing","I need my brand colors and fonts applied consistently across my entire website","I want to explore different color and typography options to match my brand identity"],"best_for":["Solopreneurs and small businesses establishing brand identity","Teams needing quick brand-aligned websites without design expertise","Creators wanting to test multiple brand directions before finalizing"],"limitations":["Color and typography choices are deterministic and rule-based; may not align with user's aesthetic preferences or brand guidelines","Limited control over individual element styling; users cannot override system choices for specific components","Font library is limited to web-safe fonts and a curated selection; custom or premium fonts not supported","No accessibility validation for color contrast ratios; generated color combinations may fail WCAG standards for text readability","Color inference from reference images may be inaccurate if images have poor lighting or color grading","No color psychology guidance; system does not explain why certain colors were chosen or how they align with brand positioning"],"requires":["Brand description or reference images for color inference","Optional: existing brand guidelines or color hex codes","Modern browser with CSS custom properties (variables) support"],"input_types":["natural language brand descriptions","reference images or URLs","optional: existing brand color hex codes","optional: font preferences or style descriptors"],"output_types":["CSS color variables (primary, secondary, accent, neutral)","Typography system (font families, sizes, weights, line heights)","Color palette preview","Font pairing examples"],"categories":["image-visual","code-generation-editing"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_7","uri":"capability://code.generation.editing.form.generation.and.validation","name":"form generation and validation","description":"Automatically generates functional HTML forms (contact forms, signup forms, surveys, checkout forms) based on natural language descriptions of required fields and form purpose. The system infers appropriate input types (text, email, phone, date, select, checkbox, radio) from field descriptions, generates client-side and server-side validation rules, and creates form submission handlers. This approach avoids manual form coding and ensures basic security and usability best practices.","intents":["I want to add contact forms, signup forms, or surveys to my website without coding","I need form validation and submission handling without understanding backend development","I want to collect user data and have it sent to my email or CRM automatically"],"best_for":["Non-technical creators needing lead capture or user feedback mechanisms","Small businesses collecting customer information without a CRM","Rapid prototyping teams validating user interest through forms"],"limitations":["Form submission requires backend infrastructure; Chat2Build likely provides a default submission handler, but users cannot customize where data is sent without technical knowledge","Validation is basic (required fields, email format, phone format); complex conditional validation or cross-field dependencies not supported","No CAPTCHA or spam protection by default; forms may be vulnerable to bot submissions without additional configuration","Limited form styling customization; form elements follow template design and cannot be individually styled","No form analytics or submission tracking; users cannot see how many forms were submitted or identify abandonment points","File upload forms not supported or limited to specific file types","No multi-step or conditional form logic; all fields are displayed regardless of user input"],"requires":["Form submission endpoint (Chat2Build provides default or user configures custom)","Optional: email address for form submission notifications","Optional: CRM or webhook integration for data forwarding"],"input_types":["natural language form descriptions","list of required fields and field types","optional: submission destination (email, webhook, CRM)"],"output_types":["HTML form markup","Client-side validation JavaScript","Form submission handler (default or custom)","Styled form components"],"categories":["code-generation-editing","tool-use-integration"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_8","uri":"capability://automation.workflow.hosting.and.deployment.automation","name":"hosting and deployment automation","description":"Automatically deploys generated websites to a managed hosting environment with a live URL, SSL certificate, and CDN delivery. The system handles all infrastructure provisioning, DNS configuration, and SSL renewal without user intervention. This approach abstracts away hosting complexity and allows users to launch sites immediately without managing servers or domain registrars.","intents":["I want my website live on the internet immediately without dealing with hosting providers or domain setup","I need SSL encryption and fast global delivery without technical configuration","I want to update my website and have changes deployed automatically"],"best_for":["Non-technical creators who want zero-friction deployment","Rapid prototyping teams needing quick turnaround from design to live URL","Small businesses without IT infrastructure or technical staff"],"limitations":["Hosting is tied to Chat2Build's infrastructure; users cannot migrate sites to other hosts without manual export and re-deployment","Limited server-side capabilities; dynamic features (user authentication, database queries, real-time updates) may not be supported or require custom backend code","No control over server configuration, caching policies, or performance optimization; users must accept Chat2Build's defaults","Uptime and performance depend on Chat2Build's infrastructure; no SLA or guaranteed availability for free tier users","Custom domain setup may require additional configuration or fees; free tier may use Chat2Build subdomains","No access to server logs, analytics, or performance metrics; users cannot diagnose issues or optimize performance","Scaling limitations; high-traffic sites may experience performance degradation without upgrade to paid tier"],"requires":["Chat2Build account with active subscription or free tier","Optional: custom domain (requires DNS configuration or domain registrar integration)","No external hosting provider or server management required"],"input_types":["generated website HTML/CSS/JS","optional: custom domain name"],"output_types":["Live website URL","SSL certificate (auto-renewed)","DNS records (if custom domain)","CDN-delivered assets"],"categories":["automation-workflow","tool-use-integration"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"tool_chat2build__cap_9","uri":"capability://code.generation.editing.multi.page.site.structure.generation","name":"multi-page site structure generation","description":"Automatically generates a logical site structure with multiple pages (home, about, services, pricing, contact, blog) based on business type and user descriptions. The system infers which pages are necessary for the business model, creates appropriate navigation menus, and generates page templates with relevant content sections. This approach avoids requiring users to manually plan site architecture or create navigation systems.","intents":["I want a complete website structure with all necessary pages without planning it myself","I need consistent navigation and page hierarchy across my entire site","I want to add new pages to my site and have them automatically integrated into navigation"],"best_for":["Non-technical business owners needing complete websites, not just landing pages","Teams building multi-page sites quickly without information architecture expertise","Creators wanting standard site structures (portfolio, blog, e-commerce) without manual planning"],"limitations":["Site structure is deterministic based on business type; users cannot customize page hierarchy or create custom page types without manual editing","Navigation is automatically generated and may not reflect user preferences or business priorities","Limited support for complex site structures (nested pages, custom taxonomies, multi-language sites)","No sitemap or navigation visualization; users cannot see the full site structure before generation","Page templates are generic; users must manually customize content for each page after generation","No internal linking strategy; pages are not automatically linked based on content relevance or SEO best practices","Blog functionality (if included) is basic; no built-in post scheduling, categories, tags, or comment systems"],"requires":["Business type or industry category for structure inference","Optional: list of desired pages or custom page names","No external site planning tools required"],"input_types":["business type or industry","natural language site description","optional: list of desired pages"],"output_types":["Multi-page HTML structure","Navigation menu markup","Page templates with content sections","Sitemap (XML or visual)"],"categories":["code-generation-editing","planning-reasoning"],"confidence":0.5,"matches":0,"success_rate":0}],"trust":{"score":40,"verified":false,"data_access_risk":"high","permissions":["Active internet connection for API calls to LLM backend","Modern web browser (Chrome 90+, Firefox 88+, Safari 14+)","User account with freemium tier or paid subscription","Modern browser with CSS Grid and Flexbox support (Chrome 57+, Firefox 52+, Safari 10.1+)","Viewport meta tag in generated HTML (automatically included)","No external CSS framework dependencies required","User-provided website description or prompt","No external tools or design knowledge required","Chat2Build account with export capability (may be paid tier only)","Text editor or IDE for code customization"],"failure_modes":["Output quality degrades significantly with vague or ambiguous descriptions; requires clear, specific language about layout, color, and content hierarchy","No fine-grained control over individual element positioning, spacing, or typography — users cannot override AI decisions at the pixel level","Limited ability to handle complex, multi-page information architecture; works best for 3-5 page sites with standard sections","Cannot generate custom illustrations, animations, or interactive components beyond basic hover states","Responsive behavior is deterministic and rule-based; cannot handle edge cases like complex data tables or custom interactive components that require manual breakpoint tuning","Mobile optimization may prioritize content visibility over performance; generated CSS may not be optimized for Core Web Vitals (LCP, CLS, FID)","No A/B testing framework to validate which responsive layouts perform better with actual users","Limited control over touch-friendly spacing and interaction targets on mobile (minimum 44px tap targets not guaranteed)","Feedback is rule-based and may not catch all ambiguities or missing information","No personalized guidance based on user's design goals or industry best practices","builder identity is not verified yet","no observed match outcomes yet"],"rank_breakdown":{"adoption":0.31666666666666665,"quality":0.72,"ecosystem":0.15000000000000002,"match_graph":0.25,"freshness":0.75,"weights":{"adoption":0.25,"quality":0.25,"ecosystem":0.1,"match_graph":0.35,"freshness":0.05}},"observed_outcomes":{"matches":0,"success_rate":0,"avg_confidence":0,"top_intents":[],"last_matched_at":null},"maintenance":{"status":"active","updated_at":"2026-05-24T12:16:29.716Z","last_scraped_at":"2026-04-05T13:23:42.561Z","last_commit":null},"community":{"stars":null,"forks":null,"weekly_downloads":null,"model_downloads":null,"model_likes":null}},"distribution":{"claim_url":"https://unfragile.ai/submit?claim=chat2build","compare_url":"https://unfragile.ai/compare?artifact=chat2build"}},"signature":"ncC3xo5FRBbgE/THEdZniyAihtypJ8SZr4YUGwrgDtwqE9kiz0VFeRXneRnjtsGi/Zv+KD2p5gUfcFrHFAmeAQ==","signedAt":"2026-06-22T17:24:36.661Z","signedBy":"unfragile.ai","version":1},"_links":{"self":"https://unfragile.ai/api/v1/passport/chat2build","artifact":"https://unfragile.ai/chat2build","verify":"https://unfragile.ai/api/v1/verify?slug=chat2build","publicKey":"https://unfragile.ai/api/v1/trust-passport-public-key","spec":"https://unfragile.ai/trust","schema":"https://unfragile.ai/schema.json","docs":"https://unfragile.ai/docs"}}