Neobox Application
Neobox🚀 How to Build and Submit Your App for Neobox
Neobox is a platform where developers can showcase their mini-apps inside a simple, web-friendly environment.
To make sure your app works correctly inside Neobox, here’s what you need to know:
🔹 What kind of app do we need?
Your app should be a web application.
That means:
- It should have a front-end build ready to launch in a browser.
- At minimum, your package should include an index.html file and the required scripts/assets.
- You can build it with anything:
- Pure HTML/JS/CSS
- React, Vue, Svelte, or another front-end framework
- Unity WebGL export
- Any other tool, as long as the final result runs in a web browser
🔹 Packaging the app
- Make sure your app works locally before submission (open
index.htmlin a browser and check that it loads). - All scripts, images, and assets must be included in the build folder.
- Avoid external dependencies that may break (host everything inside your build).
In short: when you hand over your app, it should be self-contained and ready to run inside Neobox.
🔹 Why this format?
Neobox works like a container that loads your mini-app as a web front-end.
That’s why everything needs to be browser-ready, similar to how you would deploy a static website.
Think of it like this:
👉 If someone can double-click index.html and run your app, you’re good.
🔹 What to submit
When you’re ready, submit:
- Your build folder (zipped), must contain
index.htmland all necessary assets. - Short description of what your app does.
- (Optional) GitHub link to your source code.
- Any demo link if you already host it somewhere.
🔹 How to apply
We’ve created a Google Form for submissions:
✅ Summary
- Build a mini-app as a web project
- Export it so it runs from
index.html - Make sure everything is inside the build folder
- Submit via the Google Form
That’s it! We can’t wait to see what you’ll build for Neobox 🚀