Skip to main content
Welcome to YouWare! We’ve built YouWare to be the fastest, most intuitive way to build and deploy web applications. This comprehensive FAQ covers everything from core features to advanced development workflows.

Getting Started: Your First Project

We recommend heading straight to the “Create” button. You have two main paths:
  1. Start with a simple prompt: Describe your idea in natural language to the AI and watch it come to life.
  2. Use a Template: Browse curated project templates and community recommendations to kickstart instantly.
Our template library is constantly expanding! Need inspiration? Check out the “Explore” page to see what other creators are building and trending projects.
  • “Create” is for starting fresh, either by prompting the AI or using a YouWare template. Perfect for new ideas and rapid prototyping.
  • “Upload” is for importing existing project files (HTML/CSS/JS) to manage, share, or continue developing in YouWare.
For beginners: Create is the easiest way to dive in!
A “remix” lets you instantly copy another creator’s public project to your own workspace. Think of it as making your own version of someone else’s work—like taking a recipe and adjusting it to your taste.What you get:
  • Full, editable copy in your workspace
  • Learn from and modify existing work
  • Build upon others’ projects safely
  • Original project remains unaffected
Creators can manage and share their templates through the Creator Studio.
You can manage these settings within the project editor. Look for the “Setting” menu, typically located in the top-left corner of the interface. This menu provides options to update the project title and select a new cover image for better organization and presentation.
No, creating a project from others’ project is free. Credits are only deducted when you formally input a query and the AI executes a task (i.e., generates or modifies code).You are charged for the computational resources used by the AI Agent, not for simply copying a template. We also offer Credit Rewards for platform participation and task completion.
We support a wide range of common document and code formats:Documents: .doc, .docx, .ppt, .pptx, .txt, .epub, .csvCode: Static web files (.html, .css, .js, etc.)
For compressed files, please unzip the archive first and upload the entire project folder.

Core Development & Features

Once YouWare generates your initial project, you have three powerful ways to refine and edit it:

1. Chat with AI (The Conversational Editor)

The most powerful way to refine your project. Simply tell the AI what you want to change using natural language. The AI remembers the context of your entire project and can execute complex changes instantly.Examples:
  • “Add a dark mode toggle to the header”
  • “Make the ‘Submit’ button more prominent and change its color to red”
  • “Connect this form to a new database table called UserFeedback”

2. Visual Editing (The No-Code Layer)

For quick style tweaks and content changes. Click any element in the preview (e.g., a button, a text block, an image) and make direct visual adjustments without writing code. Perfect for rapid prototyping and design iterations.

3. Code View (The Developer’s Playground)

For deep customization with full access to your project’s complete code:
  • Browse Your Project Structure: Explore all generated files directly inside the workspace
  • Edit & Save Instantly (Subscribers): Make changes to any file with instant preview reflection
  • Cleaner, Faster Workflow: The redesigned interface makes development more intuitive
All three methods work seamlessly together, allowing you to choose the approach that best fits your workflow and expertise level.
Just prompt the AI with a clear description of what you need. Be specific!Examples:
  • “Create a product landing page for an AI-powered tool, using a clean, modern design.”
  • “Add a sticky navigation bar with three links: Home, Features, and Pricing.”

Current Backend Support

Built-in Backend System: YouWare has its own integrated backend infrastructure. You no longer need to rely solely on external services.Supabase Integration: In addition to our native backend, Supabase remains a supported toolchain option. Connect your Supabase database by providing valid access keys and clearly describing your data goals to the AI.Database Management: You can create and manage databases directly within YouWare:
  • Creating new databases through simple prompts
  • Managing tables and data structures
  • Real-time database operations

Deployment

Cloud Deploy: We offer a built-in publishing system to put your project online with one click, making it easy to launch both your website and backend together.

Roadmap

  • Enhanced backend service capabilities
  • More advanced database management features
Important Security Note: If you integrate external APIs without using official YouWare MCP tools, there is a risk of API key exposure in your front-end code.
Official YouWare MCP Tools: When using official YouWare MCP tools (like YouWare Backend), your API keys are stored securely in the backend and are not exposed in the front-end code.Best Practice: For sensitive API integrations, always use YouWare Backend to store API keys securely and make calls from the server side, rather than exposing them in client-side code.
Yes, code visibility and ownership are core to our professional ethos.Viewing Code: You can inspect the generated code at any time within the editor. Full transparency guaranteed.Downloading Code: This is a YouWare Pro exclusive feature, designed for professional users who need to integrate their work into external development tools or hosting platforms.
To protect community creators, code download is only available for projects you created from scratch (non-Remix projects).

Advanced Workflow & Troubleshooting

Think of the AI as a highly skilled, but literal, colleague. The key to great results is to be Clear, Specific, and Contextual.

Golden Rules from Prompt Craft

  1. Start with the Feeling, Not the Features: Describe the vibe you want (e.g., “cozy, rainy-day bookstore” vs. “three-column layout”)
  2. Tell a Story: Structure your site like chapters—Hook, Why, Proof, Invitation
  3. Sculpt, Don’t Command: Treat prompting as a conversation. Refine piece by piece.
Examples:
  • ❌ “Make a landing page for a fitness app”
  • ✅ “The vibe should be energetic and motivating, but not intimidating. Think bright colors, bold fonts, and a feeling of momentum.”
Check out the Prompt Craft guide for a complete masterclass on talking to AI like an art director, not a mechanic.
TabTab is your efficiency booster. While you are typing a prompt, press the Tab key to trigger an AI-powered auto-complete suggestion. It helps you articulate complex commands faster and discover new ways to interact with the tool.
As a professional tool, we encourage you to use standard web development diagnostics:
  • Browser Console (F12): Press F12 to open your browser’s developer console. This is your first line of defense to distinguish between client-side and platform-side errors
  • Error Messages: If the project fails to run, the system will provide a specific error message. Read it carefully and cross-reference with our documentation Browser console showing debugging information for YouWare projects
A 500 error is typically a server-side issue. First, try refreshing the page or starting a new chat session.If the problem persists, please email us immediately at support@youware.com with:
  1. The project link
  2. A screenshot of the error message (and the F12 console if possible)
If you hit a capacity limit, it means our servers are temporarily under high load. We’re scaling up rapidly! Please try again in a few minutes.

Backend, Databases & Full-Stack Development

YouWare Backend is your all-in-one solution for full-stack development. It provides:
  • Database: Store and retrieve data (votes, scores, comments, user profiles)
  • User Authentication: Real user login with YouWare accounts
  • Edge Functions: Automated server-side logic (calculate rankings, send notifications)
Example: Create a voting app by describing: “Create a voting app with a database storing poll options and vote counts. Deploy a function that automatically updates percentages after each vote.”
Unlike other platforms that require piecing together multiple services, YouWare Backend is one unified, self-developed solution—database + auth + functions + storage all working together seamlessly.
Yes! YouWare Backend is your default, but you can also connect Supabase by providing valid access keys and describing your data goals to the AI. The YouWare Backend approach requires zero configuration and works instantly—Supabase is available if you prefer external control.
  • Voting Systems
  • Leaderboards
  • Comment Threads
  • Quiz Platforms
  • User Profiles
Build real-time polls where results update instantly. Store vote counts and voter IDs, automatically calculate percentages.
YouWare Backend uses your regular Credits. The cost depends on your usage:
  • Database reads/writes: Small credit cost per operation
  • Function executions: Credits deducted when functions run
  • Storage: If you store files or large datasets
You get a generous free tier to start building before any costs apply.

Integrations & External Services

MCP Tools are like apps for your website. Install one, and your project connects to services you already use—ChatGPT, Figma, Notion, GitHub, and more.To add an integration:
  1. Click the MCP icon in the sidebar
  2. Browse available tools (YouWare Backend, AI API, Figma, Notion, etc.)
  3. Enable the tools you want
  4. Describe what you need in natural language
Examples:
  • “Pull my latest Notion pages and display them here”
  • “Convert my Figma design into a live webpage”
  • “Connect to ChatGPT for real-time conversations”
Use the AI API tool to give your website access to specialized AI services. This is different from the AI that builds your website—it enables your finished website to perform AI tasks for end users.What you can build:
  • Chatbots that answer questions in real-time
  • Image generators for users to create custom artwork
  • Sentiment analysis tools
  • Video creation platforms
  • Text summarization tools
Key Benefits:
  • No API key management (we handle it securely)
  • Simple pricing in YouWare Credits
  • Access to models from OpenAI, Google, Anthropic, and more
The AI API is for your website to call AI models, not for building your website. Use YouWare’s core AI to build the website structure, then use AI API to add smart functionality.
Yes! The GitHub Integration allows you to:
  • Connect to your GitHub project for automatic backup and history tracking
  • Let the AI read your existing code to understand your style and project structure
  • Generate code that perfectly matches your existing work
  • Enable team collaboration with code reviews and task tracking
Setup: Generate a GitHub Personal Access Token, add the integration, and the AI will understand your entire project context.
Security Risk: API keys exposed in front-end code can be compromised.
Best Practice: Always use YouWare Backend to store API keys securely and make calls from the server side. This keeps sensitive credentials safe and prevents exposure in client-side code.

AI Models & Optimization

YouWare integrates 5 top AI models. Here’s how to choose:
TaskRecommended ModelWhy
Complex reasoningOpenAI O3 ProDeep thinking for hard problems
General tasksOpenAI GPT-4oReliable, versatile workhorse
Creative writingClaude Sonnet 4.5Excellent for copywriting and content
Technical Q&AGemini 2.5 ProStructured thinking for precision
Budget-consciousDeepSeek V3Cost-effective all-rounder
Speed mattersClaude Haiku 3.5Ultra-fast, low-cost
Pro tip: Switch models mid-project. Use a cheap, fast model for drafts, then switch to a powerful model for final quality checks.
1

Open Model Selector

Click the current model name (bottom-right of input box)
2

Review Options

Hover over each model to see speed, cost, intelligence, and context window
3

Select & Confirm

Click your choice and confirm. Switching takes ~3 seconds.
Each model card shows:
  • Speed & Intelligence ratings (5-panel comparison)
  • Cost tier (Low, Standard, Max)
  • Context capacity (token limits)
  • Feature support (Web Search, MCP, Vision)
ModelBest ForQualitySpeedCost
MidjourneyProfessional art, diverse stylesHighMediumStandard
GPT-Image-1Product visuals, polished designsHighMediumStandard
Gemini Imagen 4Clear text rendering, consistencyHighMediumStandard
Flux AIFast turnaround, basic needsStandardFastLow
Pro tip: Use Flux for quick drafts, Midjourney for artistic work, GPT-Image-1 for product mockups.

Editing & Creation Tools

Visual Editing is perfect for rapid tweaks. Instead of describing changes to AI:
  1. Click the Edit button
  2. Click any element on screen
  3. Adjust text, colors, spacing visually
  4. Changes apply instantly
Benefits:
  • Instant results (no waiting for AI)
  • Minimal credit cost
  • Pixel-perfect control
Use Visual Editing for style tweaks, then use AI Chat for major structural changes.
Tab Tab is YouWare’s intelligent autocomplete for your input field:
  • Type your prompt and Tab Tab analyzes your input in real-time
  • Press Tab to accept AI-suggested completions
  • Keep typing if the suggestion isn’t right—it adjusts instantly
Benefits:
  • Type faster with smart predictions
  • Discover new ways to phrase commands
  • Stay in creative flow without pausing
Tab Tab learns from your project context. The more you build, the smarter the suggestions become.
Use History to jump back to any previous version:
1

Open History

Click the History icon (clock) in the top toolbar
2

Browse Versions

See your project timeline with descriptions and timestamps
3

Preview

Click any version to preview it instantly
4

Restore

Found the right version? Click Restore this version
Important: Restoring is permanent. All versions after the restored point are lost forever. Preview carefully before restoring.
History doesn’t refund Credits. If you want Credits back, use Credit Care instead.
Credit Care is your safety net for AI experiments:
  • Monthly Credit Restores: Get chances to rewind failed attempts and recover Credits
  • Free Plan: 1 restore/month
  • Pro Plan: 30 restores/month
  • Ultra Plan: 100 restores/month
How to use:
  1. Click Rewind to previous version on your commit
  2. Select Rewind & refund credits
  3. Credits return instantly to your balance
Key difference from History:
  • History: Rewind project, no Credit refund
  • Credit Care: Rewind project AND get Credits back
Zero-cost commits (manual code edits, UI tweaks) don’t count toward your monthly limit—rewind those freely!
Boost automatically analyzes and optimizes your page with one click. The AI examines:
  • Page Structure: Layout and visual hierarchy
  • Content Quality: Text clarity and information flow
  • User Experience: Interface and interactions
Then it enhances your page while preserving your original design intent. No prompts needed—it’s fully automated.
Use Boost when your page feels rough but you’re not sure what needs improvement.
Yes! Use Code View to:
  • Browse your complete project structure (HTML, CSS, JavaScript, JSON, etc.)
  • View code (all users)
  • Edit and save instantly (subscribers only)
  • See real-time updates in preview
Pro tip: Mix manual code edits with AI changes. The AI remembers your manual edits and considers them in future modifications.
CreateRemix
Starting pointBlank canvas or templateExisting public project
CostFull credits for new codeLower credits (reuses structure)
Use caseOriginal ideasModify existing work
SpeedLonger (building from scratch)Faster (changing existing design)
Can download?Yes (Pro only)No (protects original creator)
Pro tip: Remix to learn from existing projects or to save credits on variations.

Cross-Platform & Sharing

Yes! The YouWare Mobile App lets you:
  • Create new projects with voice or text prompts
  • Edit code and design (Code View + Visual Editing)
  • Get push notifications when tasks complete
  • Sync seamlessly with desktop
Download: Search “YouWare” in App Store (iOS) or Google Play (Android)Key features:
  • Voice input for hands-free creation
  • Background task notifications
  • Real-time cross-device sync
1

Click Publish

Click the Publish button in top-right corner
2

Get Share Link

Click Share to generate a shareable link
3

Control Access

Optional: Make private (add password) or disable remix
Share modes:
  • Standard link: Shows project + YouWare header + description
  • Fullscreen link: Shows only your project (for demos, embedding, portfolios)
Privacy options:
  • Public: Anyone with link can access and remix
  • Private: Requires password to view
  • No remix: Others can view but not copy
By default, yes. Others can:
  • Create a complete independent copy
  • Modify it with natural language prompts
  • Publish their own remixed version
To prevent remixing: Go to Share Settings and toggle Remix Permissions: Off. Your project becomes read-only.Note: Code downloads are only allowed for projects created from scratch (non-Remix projects) and only for Pro subscribers.

Tech Stack & Developer Tools

YouWare uses React as the default for 0-1 creation. Here’s why:

Why React by Default?

  • Better Results: React’s component architecture helps AI generate more organized, maintainable code
  • Modern Stack: Industry-standard framework used by professional developers
  • Dynamic Features: State management and interactivity work seamlessly out of the box
  • Reusable Components: Easier to iterate and scale your project

When to Use Each Mode

React Mode (Default)HTML Mode
Best forFull apps, dashboards, interactive sitesSimple landing pages, static sites
AI PerformanceBetter structure, cleaner code generationStraightforward, minimal setup
SwitchingDefault for new projectsType /html_mode to switch
UploadUpload React projects directlyUpload HTML/CSS/JS files
Learning curveModern framework (AI handles complexity)Simpler, traditional approach
Good news: You don’t need to know React to use YouWare! The AI handles all the technical details. Just describe what you want in plain language.
Pro tip: Stick with React for most projects—the AI generates better results. Only switch to HTML if you specifically need a minimal static site or have existing HTML code to upload.
Yes! Official plugins are available for:
  • VS Code
  • Cursor (powered by Claude)
What you can do:
  • Publish projects to YouWare directly from your editor
  • Retrieve shareable project links instantly
  • Access YouWare projects without leaving your IDE
This makes it seamless to integrate YouWare into professional development workflows.
Code & Configuration:
  • .html, .css, .js, .json, .xml, .yml (YAML)
  • React projects (complete folder structure)
Documents:
  • .doc, .docx, .ppt, .pptx, .txt, .epub, .csv
Media:
  • .jpg, .png, .gif, .webp
  • .mp3, .wav (audio files)
Upload limits:
  • Single file: Up to 100MB on creation page
  • Total per project: 500MB storage included
For compressed files, unzip first and upload the complete folder structure.

Planning & Optimization Tools

Plan Mode (/plan) is for organizing ideas before execution. It lets you:
  1. Outline your vision: Describe what you want to build
  2. Organize steps: Break complex projects into manageable phases
  3. Get structured planning: The AI helps you think through your approach
  4. Then build: Once your plan is solid, execute step by step
Best uses:
  • Complex multi-step projects (e-commerce sites, dashboards)
  • Team collaboration (align on approach before coding)
  • Exploratory phases (brainstorm without committing to execution)
Benefit: Lightweight planning prevents wasted edits and keeps early brainstorming efficient.
Yes! The Stop button lets you:
  • Interrupt ongoing generation immediately
  • Save time and Credits
  • Maintain full control of your workflow
Just click the Stop button during any active task. This is especially useful if you realize mid-generation that you want to change direction or if a task is taking longer than expected.

Creator Economy & Growth

Credit Rewards let you earn through community participation:
  • Share Projects: Earn Credits when others engage with your shared work
  • Invite Friends: Receive Credits when people join YouWare through your referral
  • Community Engagement: Participate in challenges and events for bonus Credits
Credits earned can be used immediately for:
  • Generating new projects
  • Running AI tasks
  • Accessing premium features
Every share and invite builds your creator reputation while directly supporting your creative work.
The Affiliate Program lets creators earn by referring others to YouWare:How it works:
  • Share your unique referral link with your audience
  • Earn rewards when people sign up through your link
  • Track performance in the affiliate dashboard
  • Access marketing materials and resources
Who should join:
  • Content creators and influencers
  • Developers and educators
  • Community leaders
  • Anyone with an engaged audience
Visit the Affiliate Program landing page for detailed information and signup.
Creator Studio is for creators who want to monetize and analyze their work:What you get:
  • Performance Dashboard: View engagement metrics for published projects
  • Revenue Tracking: See income generated from your projects
  • Analytics: Understand which projects perform best
  • Withdrawals: Earn and withdraw revenue directly
Who qualifies:
  • Creators publishing projects to the platform
  • Users with publicly shared work
  • Contributors to the YouWare ecosystem
Access: Reach out to support if you meet these criteria and want Creator Studio enabled on your account.
The Creator Badge shows on your profile and project pages. There are two types:
  1. Founding Creator: For early YouWare community members who helped shape the platform
  2. Verified Creator: Available as you build reputation and engagement
Benefits:
  • Establishes credibility and recognition
  • Increases visibility of your projects
  • Shows community trust and participation
Badges are awarded based on your activity and contributions to the YouWare community.

Account, Billing, and Community

The Free version provides full access to YouWare’s core functionality—enough for you to explore, learn, and create smaller projects.YouWare Pro is designed for power users and professionals. It unlocks:
  • Code Download (for professional workflow integration)
  • Larger Storage & Faster Processing
  • Exclusive Templates & Project Recommendations
  • Priority Technical Support
You can decide to upgrade based on your usage frequency and need for advanced features.
We offer two options:
  1. Cancel Auto-Renewal: Go to your Profile → Pro → Manage Subscription to prevent future charges
  2. Request a Refund: Email your reason and account email to support@youware.com
We urge you to double-check before confirming any deletion. Currently, deleted projects cannot be recovered.
We are working on adding a robust version history and recovery feature, but for now, please be careful!
We believe in a vibrant, supportive community. You can find help and connect with others through:
  • YouWare Help Center (FAQ & Docs)
  • Community Forum: Ask questions, share knowledge, and collaborate
  • Direct Support: Contact our customer support team for technical issues