Common questions and troubleshooting tips for the Blue platform.
Blue is a platform for publishing apps made with AI. Just upload a ZIP file and your app is live on the web instantly.
Blue currently supports four runtimes:
python — Python applicationsnode — Node.js applicationsphp — PHP applicationsstatic — Static HTML/CSS/JS sitesYes. Upload a ZIP containing an index.html file and it will be published as a static app. You can also include CSS and JavaScript files.
If your email domain is on the whitelist, you can sign up without an invite code. Otherwise, you will need an invite code from an existing user.
There are three ways to deploy:
Click "Redeploy" on your app card in the console and upload a new ZIP file. Your app URL stays the same.
Yes. You can change the visibility level of your app in the console:
Make sure the entry file (index.html, main.py, etc.) is at the root level of the ZIP, not nested inside a folder.
Tip: Select the files themselves and compress, rather than compressing the parent folder. An extra folder layer can cause runtime detection to fail.
Your files are likely nested one level too deep inside the ZIP. Make sure the entry file (index.html, main.py, etc.) is at the root of the ZIP, not inside a subfolder.
If you compressed a folder instead of individual files, re-compress by selecting the files directly.
Common causes:
Check the logs in the console for error messages.
The deployment security scan blocks apps that contain dangerous patterns such as reverse shells or system file access.
Code inside dependency directories like node_modules is excluded from the scan. Review your own code and remove any flagged patterns.
Common reasons for automatic shutdown:
Check your app card in the console to see the stop reason.
Each plan has limits on the number of apps and resources. If you have reached your limit:
Open your app card in the console and click "Logs" to see recent output. Click "Live Logs" to stream logs in real time.
If an error occurs, you will find error messages and stack traces in the log output.