Getting started
Get your first app running in under 5 minutes.
Step 1: Create an account
- Visit www.appifex.ai
- Click Sign up or Get started
- Create your account with email or social login
Step 2: Choose your platform
Select what you want to build:
| Platform | Best for |
|---|---|
| Mobile | iOS and Android apps with native features |
| Web | Websites and web applications |
You can always add more platforms later.
Step 3: Describe your app
Type your app idea in the prompt box. Be specific about what you want:
Good prompt:
Build a recipe app where users can:
- Browse recipes by category
- Save favorites
- Create shopping lists from ingredients
- Share recipes with friends
Less effective prompt:
Make me a recipe app
The more details you provide, the better the result.
Step 4: Watch it build
Once you submit your prompt, Appifex will:
- Analyze your request - Understanding what you want to build
- Generate code - Creating React/React Native components, APIs, database schemas
- Deploy automatically - Pushing to GitHub, deploying to Vercel/Expo
You'll see real-time progress in the activity log.
Step 5: Access your app
When complete, you'll get:
- Live URL - Your deployed web app (e.g.,
your-app.vercel.app) - QR Code - Scan to preview mobile apps on your phone
- GitHub Repo - Full source code, automatically versioned
What's next?
Add features
Continue the conversation to expand your app:
"Add user authentication with email and password"
"Include a dashboard showing recipe statistics"
Edit code directly
Use the built-in code editor to customize:
- Change colors and styling
- Modify component behavior
- Add custom logic
Changes deploy automatically when you save.
Add platforms
Built a web app? Add mobile:
"Create a mobile version that shares the same backend"
Choose your workflow
Appifex offers two development modes:
Builder mode (recommended for most users)
- Changes go directly to production
- Simple, fast iteration
- Perfect for solo projects and prototyping
Coder mode (for teams)
- Git branch-based development
- Pull request workflow
- Two-way GitHub sync
- Great for team collaboration
Learn more about Builder vs Coder mode.
Tips for success
- Start simple - Begin with core features, then iterate
- Be specific - Include details about UI, features, and behavior
- Iterate often - Build in small steps rather than all at once
- Use the editor - Fine-tune generated code for polish
Ready to dive deeper? Explore our feature guides or jump into building your first app.