Spyxpo App Builder | Preview Build
Convert any website into an iOS/Android app.
This is a preview build for testing purposes major update coming soon.
Supported OS
Check Prerequisite/Requirements
- Windows
- macOS
- Linux
Screenshots
Requirements
Add flutter SDK, Android Studio, Xcode and Python3 in PATH(if required).
Python Requirements
pip3 install cryptography
If the above command doesn’t work, you can use the following command(won’t work in python2):
pip install cryptography
Installation
Your app will be located in ‘build/app_name/app_name-debug.apk‘
git clone https://github.com/Spyxpo/website-to-app-builder.git
cd website-to-app-builder
python3 run.py
If the above command doesn’t work, you can use the following command(won’t work in python2):
git clone https://github.com/Spyxpo/website-to-app-builder.git
cd website-to-app-builder
python run.py
Upgrade
cd website-to-app-Builder
git pull
Create a Keystore (coming soon for publishing on app/play store)
Keep your keystore file backed up(backup .jks file, alias name and passwords of your keystore file)
keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload -storetype JKS
Features
- Free
- Convert website to apk (debug only)
- Unlimited projects
- Android support only
Coming soon
- Convert website to apk/appbundle/ipa (release & debug)
- iOS/Windows/macOS/Linux support
- External url opener
- Pull to refresh
- Auto app updates
- Binary will be released soon
Comments are closed.