# FloopFloop > FloopFloop is an AI platform that builds, deploys, and hosts production-ready web apps from a single text prompt. Users describe what they want; FloopFloop generates the code, provisions hosting, and returns a live URL in minutes. This index points LLM clients at the most useful FloopFloop pages. For the long-form version with article bodies, see https://www.floopfloop.com/llms-full.txt FloopFloop ships in English, Dutch, Spanish, German, French, Italian, Polish, Portuguese, Japanese, Turkish, Chinese, Korean, and Indonesian. The canonical URLs below are English; swap `/en/` for any other locale prefix for localised variants. ## Documentation ### Getting Started - [What is FloopFloop?](https://www.floopfloop.com/en/docs/introduction): Learn what FloopFloop is, how it works, and what you can build with it. - [Creating a Project](https://www.floopfloop.com/en/docs/creating-a-project): How to describe your idea, choose a subdomain, and launch your first project. - [Understanding Deployment](https://www.floopfloop.com/en/docs/deployment-steps): What happens behind the scenes when FloopFloop builds and deploys your project. - [Prompt Engineering for FloopFloop](https://www.floopfloop.com/en/docs/prompt-engineering): Practical patterns and anti-patterns for writing prompts that get production-ready results from FloopFloop in one shot. ### Using Your Project - [Chat & Refinement](https://www.floopfloop.com/en/docs/chat-and-refinement): How to use the chat interface to iterate on your project with follow-up prompts. - [Message Queue](https://www.floopfloop.com/en/docs/message-queue): Queue multiple changes while your project is deploying and manage them with drag-and-drop. - [Project Settings](https://www.floopfloop.com/en/docs/project-settings): How to rename, archive, or delete your projects and manage project configuration. - [Secrets & Environment Variables](https://www.floopfloop.com/en/docs/secrets): Store API keys and configuration securely and expose them to your deployed project at runtime. - [Project Rollback](https://www.floopfloop.com/en/docs/rollback): How to revert your project to a previous deployment version. - [Scheduled Jobs (Cron)](https://www.floopfloop.com/en/docs/cron-jobs): Run code on a recurring schedule — poll markets, refresh caches, post summaries. FloopFloop pings your own /api/cron/* routes with a project-scoped bearer token. - [Attachments & File Uploads](https://www.floopfloop.com/en/docs/attachments): Add images, PDFs, and documents to your prompts so the AI can reference them. - [Project Stats & Analytics](https://www.floopfloop.com/en/docs/project-stats): Monitor traffic, errors, and latency for your live projects in real time. ### Features - [Subdomains & Hosting](https://www.floopfloop.com/en/docs/subdomains): How FloopFloop subdomain hosting works and how your projects are served on floop.tech. - [Custom Domains](https://www.floopfloop.com/en/docs/custom-domains): Connect your own domain to a FloopFloop project with CNAME and TXT verification. - [Public & Private Projects](https://www.floopfloop.com/en/docs/public-and-private): Control who can access your project with authentication or make it publicly available. - [Project Library](https://www.floopfloop.com/en/docs/library): Browse public projects created by the community, and clone them to make your own version. - [AI Advisor](https://www.floopfloop.com/en/docs/ai-advisor): Get expert recommendations on SEO, design, performance, accessibility, and more. - [Cryptohopper Integration](https://www.floopfloop.com/en/docs/cryptohopper-integration): Connect a Cryptohopper account so your FloopFloop trading bot can list hoppers and place live orders via the platform's OAuth2 REST API. ### Account & Billing - [Plans & Credits](https://www.floopfloop.com/en/docs/plans-and-credits): Understand subscription tiers, what credits are, and how they are spent. - [Managing API Keys](https://www.floopfloop.com/en/docs/managing-api-keys): Create, view, and revoke API keys from your account settings. - [Team Workspaces](https://www.floopfloop.com/en/docs/team-workspaces): Invite teammates, share projects and credits, and assign roles. - [Two-Factor Authentication](https://www.floopfloop.com/en/docs/two-factor-auth): Secure your account with TOTP-based two-factor authentication. - [Referral Program](https://www.floopfloop.com/en/docs/referral-program): Invite friends to FloopFloop and earn credits when they subscribe. - [Reporting an Issue](https://www.floopfloop.com/en/docs/reporting-issues): Report a bug or platform issue so the FloopFloop team can investigate. ### Command-Line Interface - [FloopFloop CLI](https://www.floopfloop.com/en/docs/cli): Install the FloopFloop CLI, authorize a device, and drive every project from your terminal — `floop login`, `floop new`, `floop chat`, `floop refine`, and more. ### SDKs & MCP - [SDKs and MCP](https://www.floopfloop.com/en/docs/sdks): Eight official language SDKs (Node, Python, Go, Rust, Ruby, PHP, Swift, Kotlin) plus an MCP server for AI agents — install paths, package manager links, and quickstart snippets per stack. ### API Reference - [API Overview](https://www.floopfloop.com/en/docs/api-overview): Introduction to the FloopFloop public API, authentication, and rate limits. - [Authentication](https://www.floopfloop.com/en/docs/api-authentication): How to create and use API keys to authenticate with the FloopFloop API. - [Projects](https://www.floopfloop.com/en/docs/api-projects): Create, list, update, and manage projects via the API. - [Deployments](https://www.floopfloop.com/en/docs/api-deployments): Deploy, rollback, check status, and manage project deployments. - [Custom Domains](https://www.floopfloop.com/en/docs/api-domains): Add, verify, and remove custom domains for your projects. - [Secrets](https://www.floopfloop.com/en/docs/api-secrets): List, create, update, and delete project secrets via the API. Values are write-only — they are never returned in plaintext. - [AI Advisor (streaming)](https://www.floopfloop.com/en/docs/api-advisor): Get expert project advice via streaming chat — SEO, design, accessibility, performance. - [Project Stats](https://www.floopfloop.com/en/docs/api-stats): Query CloudWatch-backed traffic, error, and latency metrics for your deployed projects. - [Message Queue](https://www.floopfloop.com/en/docs/api-queue): Queue refinement prompts, reorder them, and process the queue to trigger deployments. - [Project Access](https://www.floopfloop.com/en/docs/api-access): Toggle a project between public and auth-protected and trigger a redeploy. - [Library & Likes](https://www.floopfloop.com/en/docs/api-library): Read public project details from the library and like or unlike them. - [Teams](https://www.floopfloop.com/en/docs/api-teams): List the teams you belong to and fetch team details including members. - [Referrals](https://www.floopfloop.com/en/docs/api-referrals): Fetch your referral code, history, and conversion stats. - [Usage & Credits](https://www.floopfloop.com/en/docs/api-usage): Check credit balances, per-project usage, transaction history, plan and subscription. - [Subdomain Lookups](https://www.floopfloop.com/en/docs/api-subdomains): Check subdomain availability and get suggestions during project creation. - [AI Gateway (chat & generate)](https://www.floopfloop.com/en/docs/api-ai-gateway): Call FloopFloop's managed LLM gateway from your deployed project — chat completions, single-prompt generation, streaming SSE, automatic model routing. Uses a project-scoped `flp_sk_*` key, separate from your user API key. - [Error Handling](https://www.floopfloop.com/en/docs/api-errors): Standard error codes, rate limit headers, and troubleshooting. ## Build with FloopFloop - [Build index](https://www.floopfloop.com/en/build): All template categories you can generate with one prompt. - [Landing Page](https://www.floopfloop.com/en/build/landing-page): Create a high-converting landing page with hero sections, testimonials, CTAs, and mobile-responsive design — all generated by AI. - [Portfolio Website](https://www.floopfloop.com/en/build/portfolio-website): Showcase your work with a professional portfolio website featuring project galleries, about sections, and contact forms — built by AI in minutes. - [Blog](https://www.floopfloop.com/en/build/blog): Launch a fully functional blog with categories, search, RSS feeds, and beautiful article layouts — all generated by AI. - [Newsletter Website](https://www.floopfloop.com/en/build/newsletter-website): Build a newsletter website with a public archive, subscribe forms, issue delivery by email, and growth analytics — a Substack-style publication on your own domain. - [Marketing Site](https://www.floopfloop.com/en/build/marketing-site): Build a multi-page marketing website with feature sections, pricing tables, team pages, and conversion-optimized CTAs — powered by AI. - [Restaurant Website](https://www.floopfloop.com/en/build/restaurant-website): Create a mouth-watering restaurant website with menus, online ordering, reservation forms, and photo galleries — all built by AI. - [Digital Menu](https://www.floopfloop.com/en/build/digital-menu): Build a QR-code digital menu — dishes grouped by category with prices, dietary tags, and a sold-out toggle, editable from a phone. Generated by AI in minutes. - [Dashboard](https://www.floopfloop.com/en/build/dashboard): Build a data-rich dashboard with charts, KPI cards, real-time updates, and filters — powered entirely by AI. - [CRM Dashboard](https://www.floopfloop.com/en/build/crm-dashboard): Build a customer relationship management dashboard with contact lists, deal pipelines, activity logs, and reporting — no coding required. - [Project Management Tool](https://www.floopfloop.com/en/build/project-management): Build a project management app with task boards, timelines, team assignments, and progress tracking — all generated from a prompt. - [Kanban Board](https://www.floopfloop.com/en/build/kanban-board): Build a kanban board with drag-and-drop cards, custom columns, WIP limits, labels, and due dates — a Trello-style board that lives in your own database. - [Inventory Tracker](https://www.floopfloop.com/en/build/inventory-tracker): Build an inventory management system with stock tracking, low-stock alerts, category management, and reporting — generated by AI. - [Booking System](https://www.floopfloop.com/en/build/booking-system): Build an appointment booking system with calendar views, time slot management, confirmation emails, and customer records — powered by AI. - [Tournament Bracket](https://www.floopfloop.com/en/build/tournament-bracket): Run a single-elimination tournament with a live bracket, seeded draw, and score reporting that advances winners automatically — built by AI in minutes. - [Petition Page](https://www.floopfloop.com/en/build/petition-page): Launch a petition that collects signatures behind your cause — a goal meter, a public roll of signers, and an admin desk to manage it, built by AI in minutes. - [Testimonial Wall](https://www.floopfloop.com/en/build/testimonial-wall): Build a moderated 'wall of love' that collects and showcases customer testimonials with star ratings — submissions reviewed before they go live, built by AI in minutes. - [Ask Me Anything Page](https://www.floopfloop.com/en/build/ask-me-anything): Build an anonymous 'ask me anything' question box — visitors send questions with no account, you answer the good ones, and answered Q&A publish to a public page. AI-generated in minutes. - [Online Store](https://www.floopfloop.com/en/build/online-store): Launch an online store with product listings, shopping cart, checkout flow, and order management — all AI-generated and instantly deployed. - [Marketplace](https://www.floopfloop.com/en/build/marketplace): Build a two-sided marketplace with seller listings, buyer browsing, search, reviews, and user profiles — generated by AI. - [Subscription Box Service](https://www.floopfloop.com/en/build/subscription-box): Build a subscription box website with plan selection, recurring billing UI, box customization, and subscriber management — all AI-generated. - [SaaS Analytics Dashboard](https://www.floopfloop.com/en/build/saas-analytics-dashboard): Build a SaaS analytics dashboard with MRR tracking, churn metrics, cohort analysis, and user funnels — generated entirely by AI. - [Invoicing Tool](https://www.floopfloop.com/en/build/invoicing-tool): Build a professional invoicing tool with invoice creation, client management, payment tracking, and financial reports — all AI-generated. - [Time Tracker](https://www.floopfloop.com/en/build/time-tracker): Build a time-tracking app with one-click timers, clients and projects, weekly timesheets, and billable-hours reports you can export straight into invoicing — generated by AI. - [Email Marketing Tool](https://www.floopfloop.com/en/build/email-marketing-tool): Build an email marketing dashboard with campaign management, subscriber lists, template editing, and performance analytics — powered by AI. - [Admin Panel](https://www.floopfloop.com/en/build/admin-panel): Build a powerful admin panel with user management, data tables, role-based access, and system configuration — all generated from a prompt. - [Status Page](https://www.floopfloop.com/en/build/status-page): Build a public status page with live service indicators, incident timelines, a 90-day uptime heatmap, and a JSON endpoint for external monitors — generated from a single prompt. - [Poll Maker](https://www.floopfloop.com/en/build/poll-maker): Build an anonymous poll site with a question, up to 10 options, animated tally bars, and one-vote-per-browser dedup — generated from a single prompt. - [Quiz Maker](https://www.floopfloop.com/en/build/quiz-maker): Build a quiz maker with multiple-choice questions, instant scoring, timers, leaderboards, and shareable result screens — generated from a single prompt. - [Form Builder](https://www.floopfloop.com/en/build/form-builder): Create a form builder with custom field types, conditional logic, file uploads, spam protection, and a searchable submissions inbox with CSV export — built by AI. - [Survey Builder](https://www.floopfloop.com/en/build/survey-builder): Create a survey builder with Likert scales, branching logic, anonymous response links, completion analytics, and CSV export — generated by AI in minutes. - [Feedback Board](https://www.floopfloop.com/en/build/feedback-board): Build a public feedback board where users post feature requests, vote on them, and follow statuses from planned to shipped — a Canny-style board on your own domain. - [Pastebin](https://www.floopfloop.com/en/build/pastebin): Build a code-snippet sharing site with optional auto-expire, public-or-unlisted visibility, a raw-text endpoint for curl, and owner-token delete — generated from a single prompt. - [Wedding Website](https://www.floopfloop.com/en/build/wedding-website): Build a single-page wedding site with a live countdown, ceremony + reception details, photo gallery, and a working RSVP form that captures guest replies — generated from a single prompt. - [Nonprofit Website](https://www.floopfloop.com/en/build/nonprofit-website): Build a nonprofit website with a donation flow, impact stats, volunteer signup, events, and a transparency page — built by AI so the budget goes to the mission. - [Photographer Portfolio](https://www.floopfloop.com/en/build/photographer-portfolio): Build an editorial photography portfolio with a full-bleed cinematic hero, mixed-aspect gallery grid, lightbox viewer, services + pricing-from cards, and a working booking-inquiry form — generated from a single prompt. - [One-Page Resume](https://www.floopfloop.com/en/build/resume): Build a print-optimized one-page resume / CV with serif-headers / sans-body typography, dated work experience, education, categorized skills, optional projects + languages — and a 'Save as PDF' button. Generated from a single prompt and ready to hand to a recruiter. - [Coming Soon / Waitlist Page](https://www.floopfloop.com/en/build/coming-soon): Build a pre-launch landing page with a live countdown timer, a working email waitlist that captures real signups (with per-IP rate limiting and duplicate-aware DB), and a social-proof counter that updates as people sign up — generated from a single prompt. - [Waitlist Page](https://www.floopfloop.com/en/build/waitlist-page): Launch a waitlist page with email capture, a live queue position, referral links that move people up the list, and CSV export of every signup — built by AI in minutes. - [Link-in-Bio Page](https://www.floopfloop.com/en/build/link-in-bio): Build a Linktree-style link-in-bio page with a custom profile, ordered link list, click tracking, and an admin panel to edit links — generated from a single prompt. - [Digital Business Card](https://www.floopfloop.com/en/build/digital-business-card): Build a digital business card with a photo, tap-to-call and tap-to-email actions, social links, and a one-tap 'Save to contacts' vCard download — generated from a single prompt. - [URL Shortener API](https://www.floopfloop.com/en/build/url-shortener): Build a Bitly-style URL shortener with a JSON POST /shorten endpoint, custom aliases, optional expiry dates, click counters, and a redirect handler — generated from a single prompt. - [UTM Campaign URL Builder](https://www.floopfloop.com/en/build/utm-builder): Build a UTM campaign URL builder — generate consistent utm_source / medium / campaign / term / content tagged links so Google Analytics attributes every click correctly. AI-generated, runs entirely in the browser. - [Changelog Page](https://www.floopfloop.com/en/build/changelog): Build a Headway-style product changelog with chronological release notes, tagged entry types (feature / fix / improvement / breaking), versioned entries, and an admin form gated by a single env-var token — generated from a single prompt. - [Flashcards / Spaced-Repetition App](https://www.floopfloop.com/en/build/flashcards): Build an Anki-style flashcard app with deck management, four-grade spaced-repetition scheduling (Again / Hard / Good / Easy), per-deck due counters, daily review history, and a streak tracker — generated from a single prompt. - [Note-Taking App](https://www.floopfloop.com/en/build/note-taking-app): Create a note-taking app with markdown, folders and tags, full-text search, backlinks, and pinned favourites — your notes in your own database, built by AI. - [Focus Timer / Pomodoro App](https://www.floopfloop.com/en/build/focus-timer): Build a Pomodoro-style focus timer with configurable work / short-break / long-break intervals, session counter, audible end-of-cycle chime, and a session log persisted to localStorage — generated from a single prompt. - [Habit Tracker](https://www.floopfloop.com/en/build/habit-tracker): Build a habit-tracker app with a daily check-off grid, per-habit streak counter, weekly + monthly heatmap views, optional reminder hint per habit, and a 90-day history visualisation — generated from a single prompt. - [Podcast Website](https://www.floopfloop.com/en/build/podcast-website): Build a podcast website with a featured-show hero, trending-episode list, real audio playback via a fixed-bottom player bar (in-page