Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prompt Manager Pro - Installation Guide

Quick Start (Install on Your Phone)

Option 1: Using GitHub Pages (Recommended - Easiest)

  1. 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
  2. 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

Option 2: Using a Simple Web Server

If you have access to any web hosting (Netlify, Vercel, etc.):

  1. Upload all 5 files to the root directory
  2. Access the URL from your phone's browser
  3. Install using the browser's "Add to Home screen" option

Option 3: Local Testing (Requires Computer)

  1. Install Python (if not already installed)
  2. Put all files in a folder
  3. Run: python -m http.server 8000
  4. Access from phone: http://your-computer-ip:8000
  5. Install the app

Files Included

  • index.html - Main app interface
  • styles.css - Beautiful, modern styling
  • app.js - All functionality and logic
  • service-worker.js - Offline support
  • manifest.json - PWA configuration

Features

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

How to Use

Creating a Prompt

  1. Tap the + button in the top-right
  2. Enter title, category, and your prompt template
  3. Add tags (optional)
  4. Tap Save Prompt

Using a Prompt

  1. Tap on any prompt card to expand it
  2. Tap the copy icon to copy to clipboard
  3. Paste anywhere you need it

Editing a Prompt

  1. Tap the edit icon on any prompt
  2. Make your changes
  3. Tap Save Prompt

Organizing

  • Use the search bar to find prompts
  • Use the category filter to filter by category
  • Add tags to prompts for better discoverability

Keyboard Shortcuts (when opened in browser)

  • Ctrl/Cmd + N - New prompt
  • Ctrl/Cmd + K - Focus search
  • Escape - Close modal

Privacy & Data

  • 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

Troubleshooting

"Install" button not showing?

  • Make sure you're using Chrome or Samsung Internet browser
  • Check that you're accessing via HTTPS or localhost
  • Try refreshing the page

App not working offline?

  • Make sure you've opened the app at least once while online
  • Check if service worker is registered (should happen automatically)

Lost all prompts?

  • Data is stored in IndexedDB
  • Clearing browser data will delete prompts
  • Consider exporting important prompts (copy to notes app)

System Requirements

  • Android 7.0 or higher
  • Chrome 67+ or Samsung Internet 8.0+
  • ~5 MB storage space
  • No internet required after installation

Optimizations for S24 Ultra

  • 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

Support

For issues or questions:

  1. Check that all 5 files are in the same directory
  2. Ensure you're accessing via HTTPS (except localhost)
  3. Try clearing cache and reinstalling

Enjoy your new prompt manager! 🚀

About

Prompt templates from claude

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages