Troubleshooting
superun generates web apps
superun generates web applications, not native applications. Notes:- superun currently only generates web apps
- Cannot directly generate iOS or Android native apps
- Can adapt for mobile via responsive design
- Responsive design
- Progressive Web Apps (PWA)
- Hybrid app frameworks
Admin system deployment
Need admin management features? superun adds admin routes in the same project. The key is configuring access permissions correctly. How it works:- superun adds admin management routes and pages to your project
- Admin features run in the same project as your main app, sharing the same domain and deployment address
- Frontend and admin are distinguished by route paths (e.g.,
/adminor/dashboard)
- Set up authentication: Ensure admin pages require login to access
- Define role permissions: Distinguish between admins and regular users—only admins can access admin features
- Protect sensitive routes: Use route guards or middleware to protect admin-related routes
- Limit data access: Ensure admin can only view and modify authorized data
- Ask superun to generate an admin management system (it will add the corresponding routes and pages)
- Configure authentication and permission controls
- Test access permissions to ensure only authorized users can access
💡 Tip: The admin system is part of your project and doesn’t require separate deployment. The most important thing is to configure access permissions correctly to prevent unauthorized access.
Mobile experience optimization
Mobile experience? Use responsive design or Progressive Web Apps. Responsive design:- Adapt to different screen sizes
- Optimize touch interactions
- Adjust layout and font sizes
- Can be added to home screen
- Support offline access
- Provide near-native experience
- Push notification capabilities
Small Program Compilation Limitations
Current Limitations:- superun does not support converting web code to small programs
- This is because superun has outer framework code that the model cannot access, so complete conversion cannot be achieved
- Code generated by superun includes outer framework code
- AI models cannot access and modify this framework code
- Therefore, complete conversion from web to small programs cannot be achieved
- Responsive Design: Use responsive design to adapt web pages for mobile devices, providing a good experience in mobile browsers
- Progressive Web Apps (PWA): Use PWA technology to provide a near-native app experience that can be added to the home screen
- Wait for Future Updates: We are continuously optimizing product features and may support more deployment methods in the future
💡 Tip: Although small program compilation is not currently supported, your web application can still provide a good user experience on mobile devices through responsive design and PWA technology.
Global Access Support
superun supports global access without requiring additional overseas node configuration. Notes:- Regardless of your location, you can use all superun features normally
- The system automatically optimizes access speed to ensure smooth use for global users
- No need to purchase or configure additional overseas server nodes
- Applications targeting global users
- Projects requiring cross-regional access
- International business needs

