-
Upload files to GitHub:
- Create a new repository on GitHub
- Upload all 5 files:
index.html,styles.css,app.js,service-worker.js,manifest.json - Go to Settings → Pages
- Enable GitHub Pages (select main branch)
- Get your URL:
https://yourusername.github.io/reponame
-
Install on your phone:
- Open the URL in Chrome/Samsung Internet on your S24 Ultra
- Tap the menu (⋮) → "Add to Home screen" or "Install app"
- Done! The app is now on your home screen
If you have access to any web hosting (Netlify, Vercel, etc.):
- Upload all 5 files to the root directory
- Access the URL from your phone's browser
- Install using the browser's "Add to Home screen" option
- Install Python (if not already installed)
- Put all files in a folder
- Run:
python -m http.server 8000 - Access from phone:
http://your-computer-ip:8000 - Install the app
index.html- Main app interfacestyles.css- Beautiful, modern stylingapp.js- All functionality and logicservice-worker.js- Offline supportmanifest.json- PWA configuration
✅ Fully Offline - Works without internet after first load ✅ Native Feel - Looks and behaves like a native Android app ✅ Zero Battery Drain - Optimized performance ✅ No Updates Needed - Stable, simple functionality ✅ Local Storage - All data saved on your device ✅ Quick Copy - One-tap copy to clipboard ✅ Categories - Organize prompts by category ✅ Search - Find prompts instantly ✅ Tags - Add tags for better organization
- Tap the + button in the top-right
- Enter title, category, and your prompt template
- Add tags (optional)
- Tap Save Prompt
- Tap on any prompt card to expand it
- Tap the copy icon to copy to clipboard
- Paste anywhere you need it
- Tap the edit icon on any prompt
- Make your changes
- Tap Save Prompt
- Use the search bar to find prompts
- Use the category filter to filter by category
- Add tags to prompts for better discoverability
Ctrl/Cmd + N- New promptCtrl/Cmd + K- Focus searchEscape- Close modal
- All data stored locally on your device
- No internet connection required after installation
- No data sent to any servers
- No tracking, no analytics
- 100% private and secure
- Make sure you're using Chrome or Samsung Internet browser
- Check that you're accessing via HTTPS or localhost
- Try refreshing the page
- Make sure you've opened the app at least once while online
- Check if service worker is registered (should happen automatically)
- Data is stored in IndexedDB
- Clearing browser data will delete prompts
- Consider exporting important prompts (copy to notes app)
- Android 7.0 or higher
- Chrome 67+ or Samsung Internet 8.0+
- ~5 MB storage space
- No internet required after installation
- Optimized for 6.8" AMOLED display
- Dark mode for OLED power efficiency
- Smooth 120Hz animations
- Edge-to-edge design
- Optimized touch targets for one-handed use
For issues or questions:
- Check that all 5 files are in the same directory
- Ensure you're accessing via HTTPS (except localhost)
- Try clearing cache and reinstalling
Enjoy your new prompt manager! 🚀