Skip to main content

Your First App in 3 Steps

Get from idea to deployed app faster than you thought possible.
1

Describe your app

Go to anyx.app and sign in.Type what you want to build. Be specific about:
  • Purpose: What does the app do?
  • Audience: Who is it for?
  • Style: Colors, vibe, design inspiration
  • Key features: Must-have functionality

Example Prompts

"Create a landing page for my AI writing assistant called 'WriteFlow'.

Target audience: Content marketers and bloggers
Style: Modern, dark mode, purple/blue gradient

Sections:
- Hero with demo video placeholder
- 3 key benefits (save time, better quality, SEO optimization)
- Pricing tiers (Free, Pro $29/mo, Team $99/mo)
- Customer testimonials section
- FAQ section
- Email signup form

Add AI lead assistant that qualifies visitors."
Pro tip: Mention specific design inspiration (“like Stripe”, “Notion-style”) to guide the AI’s design choices
UI/UX matters: Add visual guidance to get the look you want:
  • Reference sites: “similar to airbnb.com”
  • Style keywords: “modern and bold”, “playful and colorful”
  • Layout priorities: “make the CTA button prominent”
See full UI/UX prompting guide →
2

Watch AI build it

Once you submit your prompt, Anyx AI agents spring into action:
  1. Planning (30 seconds)
    • AI analyzes your prompt
    • Creates project structure
    • Selects tech stack
    • Plans AI features
  2. Development (5-10 minutes)
    • Writes React components
    • Designs UI with Tailwind CSS
    • Implements AI features
    • Sets up database (if needed)
    • Configures authentication
  3. Deployment (2-3 minutes)
    • Creates GitHub repository
    • Runs tests
    • Deploys to production
    • Sets up environment variables
You’ll see real-time updates in the chat:
  • “Setting up project structure…”
  • “Creating homepage component…”
  • “Implementing AI insights engine…”
  • “Running tests…”
  • “Deploying to production…”
AI agent progress in chat
Average build time: 10-15 minutes from prompt to live URL
3

Your app is live!

When the AI finishes, you’ll get:

Live Preview

Production URLhttps://your-app.anyx.devShare it immediately!

GitHub Repo

Full source code in your accountgithub.com/anyx-apps/your-appYou own the code

What you’ll find

Modern UI - Responsive design, smooth animations
AI features - Intelligent capabilities built-in
Production code - TypeScript, React, Tailwind CSS
Database - Supabase set up (if requested)
Auth - User login/signup (for SaaS apps)
Tests - Basic test suite included
All environment variables (API keys, database URLs) are automatically configured

Refine Your App

Not perfect? Just chat to make changes:
Example requests:
  • “Make the hero section more bold and eye-catching”
  • “Change the color scheme to blue instead of purple”
  • “Add more white space between sections”
  • “Make the font sizes larger”
  • “Add subtle animations to the cards”
Be specific about what you want changed

How Iterations Work

1

Send a message

Type your change request in the chat
2

AI implements it

The agent:
  • Updates the code
  • Tests the changes
  • Creates a pull request
  • Auto-merges after tests pass
3

Auto-redeploys

Production automatically deploys the updated versionLive in 2-5 minutes

Database Setup

If your app needs to store data, choose a database option:
What it is:
  • We provision a Supabase database for you
  • Zero configuration
  • Fully managed by Anyx
Best for:
  • Beginners
  • Quick prototypes
  • You don’t want to manage infrastructure
How to use: Just mention “with database” in your prompt:
"Create a task manager with user accounts and database"
Database is provisioned and connected automatically

Task Management

Break big projects into tasks for better control:

AI Suggests Tasks

Based on your app, AI recommends next features to buildExample: “Add user profiles”, “Implement search”, “Add analytics”

One-Click Creation

Convert suggestions to real tasks with one clickAI automatically implements and deploys each task
Task limits by tier:
  • Free: 4 active tasks
  • Builder: 8 active tasks
  • Pro: 12 active tasks
  • Elite: 20 active tasks

Next Steps


Troubleshooting

Possible causes:
  • Complex app with many features
  • Database provisioning (adds 2-3 min)
  • First-time setup
What to do:
  • Check the chat for progress updates
  • If stuck for 20+ minutes, contact support
  • Most builds complete in 10-15 min
What to try:
  • Be more specific in your next message
  • Share a link to design inspiration: “Make it look like stripe.com”
  • Request specific changes: “Make the hero section bolder”
Remember: AI improves with feedback!
What to do:
  • Chat: “Add [feature name]”
  • Check task suggestions (AI might recommend it)
  • Break complex features into smaller tasks
Example: Instead of “Add complete user dashboard”, try:
  1. “Add user profile page”
  2. “Add settings page”
  3. “Add activity feed”
Common issues:
  1. Wrong URL format (should be https://xxx.supabase.co)
  2. Wrong API key (use anon key, not service role)
  3. RLS policies blocking access
Solution: Follow the database connection guide

Need Help?