AppMuse support and documentation. Step-by-step guides for getting started, chatting with the AI agent, using the live Android emulator preview, exporting an APK, syncing your project to GitHub, and troubleshooting common issues. Includes a searchable FAQ and a direct contact form.
Support
Help & support.
Everything you need to get started, build your app, and make the most of AppMuse.
Get the apps
Download the desktop companion (Android emulator + live preview) and the mobile app.
Desktop companion
Run an Android emulator on your computer and stream the live preview into the web workspace or mobile app. Windows, macOS, and Linux.
Open /companionMobile app
Manage projects, chat with the agent, and trigger builds from your phone. Android .apk available now; App Store and Google Play coming soon.
Open /mobileGetting Started
New to AppMuse? Here is how to go from zero to a working app.
Create an account
Sign up with your email address. No credit card required.
Start a new project
Click "New project", give it a name, and optionally link a GitHub repository.
Describe your app
Tell the AI what you want to build. Be as detailed as you like.
Answer the AI's questions
The AI asks about design, features, navigation, data, and more.
Watch it build
The AI creates files, sets up the database, and builds the UI in real time.
Preview and iterate
See your app on the live preview. Want changes? Just describe them in the chat.
Export your app
Download as ZIP, build an APK, or push to GitHub. The code is yours.
Features
Learn about every feature in AppMuse.
AI Chat
The chat panel is your main way to communicate with the AI. Describe what you want, and the AI will write the code.
Onboarding: The first time you message a project, the AI asks discovery questions — more when your brief is short, fewer when you already covered features, design, and structure — then proposes a build plan.
Cancel: You can cancel an in-progress response using the stop button.
Live Preview
See your app running on an emulator or your own phone, directly in the browser.
Companion app: Download the free AppMuse Companion for Windows, macOS, or Linux (AppImage / .deb).
Auto-refresh: After each AI change, the app rebuilds and deploys automatically.
Code Editor
A built-in editor lets you browse and review all generated source code with syntax highlighting.
File tree: Browse all project files. A blue dot shows recently modified files.
GitHub Integration
Connect GitHub to keep your code synced to a repository.
Auto-sync: Every code change is automatically committed and pushed.
APK & Export
Build a real Android APK, download the full project as ZIP, or push to GitHub.
QR Install: Generate a QR code to install the APK on your phone.
Projects
Each project runs in its own isolated Docker container with dedicated resources.
Status: Starting, Running, Paused, or Stopped. Idle projects pause automatically.
Version History
Every AI change creates a git commit. Click "Restore" on any message to revert.
Backend & Database
Node.js/Express backend with PostgreSQL, JWT auth, and Prisma ORM. All generated automatically.
Security Audit
Run an AI-powered security audit on your project from the workspace toolbar.
Scope: Choose to scan backend API, Flutter app, database schema, or all three.
Findings: Each issue shows severity, risk explanation, and suggested fix. Select which to fix.
One-click fix: The AI applies selected fixes and verifies the build passes.
Account & Settings
Manage your profile, plan, credits, GitHub connection, and theme.
Credits: Track usage, see per-project breakdown, and buy additional credits from Settings.
Multiple Chats
Each project supports multiple chats for organizing conversations by topic.
Chat sidebar: Create, switch, rename, or delete chats. Each chat has its own message history.
Connectors
Connect third-party services from the Connectors panel in your workspace header.
Available: Firebase, Google Maps, OneSignal, Cloudinary, Resend, RevenueCat, Sentry.
How it works: Paste your API keys, test the connection, and the AI will automatically use the service when building features that need it.
Spotify Integration
Connect your Spotify Premium account to listen to music while you build.
Connect: Go to Settings and click "Connect Spotify". You will be redirected to log in with your Spotify account.
Player: Click the music icon in the workspace header to open the player dropdown. Browse your playlists, pick tracks, and control playback.
Note: Requires Spotify Premium. Free Spotify accounts cannot stream via the Web Playback SDK.
Security & Privacy
Isolated containers, encrypted connections, hashed passwords, encrypted tokens.
Security Audit: Use the Security button in the toolbar to scan your code for vulnerabilities. The AI finds issues and can fix them automatically.
Data: Your data may be used in anonymized form to improve the service. You can request export or deletion at any time.
See our Privacy Policy and Terms.
Shopify Storefront
Pick this archetype to build a Flutter front-end for an existing Shopify shop. Shopify owns products, inventory, orders, and checkout — AppMuse only builds the mobile experience.
Setup: Paste your shop URL and a Storefront API access token in the wizard. Tokens are encrypted at rest.
Onboarding: Five short questions about brand, layout, and currency replace the standard discovery flow.
Customer login: Uses Shopify Customer Account OAuth via a custom URL scheme baked into the build — no extra setup needed.
Multi-currency: Shopify Markets is supported automatically — prices follow the shopper’s region.
Pro Mode
A wizard-only project type for users who want to choose their own backend stack and skip the standard onboarding questionnaire.
Brief in chat: Instead of answering design and feature questions in a form, describe your stack, design, and screens as the first chat message. The AI builds from your brief.
Pick your stack: Choose Express, Fastify, Hono, or any other Node framework. The AI scaffolds the backend to match.
When to use it: Pro is the right choice when you already know exactly what you want. The default flow is faster for everyone else.
Connector caveat: One-click connectors assume Express today, so you may need to wire third-party services by hand in Pro projects.
Tips & Best Practices
Get the most out of your AI-powered workflow.
Be specific
Instead of "make a social app", describe the exact features and design you want.
Answer onboarding thoroughly
Detailed answers lead to a much better first build.
Iterate in small steps
Request one feature at a time for better results.
Use restore
Click "Restore to this point" instead of trying to describe what to undo.
Mention specific screens
Say "on the recipe detail screen" rather than just "add sharing".
Attach screenshots
Screenshot a design you like and tell the AI to match it.
Let the AI fix errors
Just tell it "the app is showing an error" and it will diagnose and fix.
Run a security audit
Before publishing, click Security in the toolbar to scan for vulnerabilities.
Connect GitHub early
Every change is backed up automatically.
Troubleshooting
Common issues and how to resolve them.
Project stuck on "Starting"
The container is installing dependencies (15-30s). If it takes more than 2 minutes, refresh the page.
AI response interrupted
Send "please continue where you left off". Progress is auto-saved.
Companion app not connected
Make sure the Companion app is running and you are logged in with the same account.
Preview blank or not updating
Click refresh in the preview panel, or ask the AI to "rebuild the preview".
GitHub push failed
Reconnect GitHub in Settings if the token has expired.
APK build failed
Ask the AI to "fix the build errors". Check the error output in the build dialog.
AI is slow
The first message uses a more powerful model. Subsequent messages are faster.