You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Organize AI Prompts**: Store, edit, and categorize prompts for various AI models
28
28
-**Custom Tagging**: Organize prompts with custom tags for easy retrieval
29
29
-**Powerful Search**: Find the perfect prompt with full-text search and tag filtering
30
-
-**Dual Storage**:
31
-
- Store prompts locally in your browser
32
-
- Cloud sync with Supabase for cross-device access
33
-
- Optional hybrid mode to sync between both
30
+
-**Cloud Storage**: Reliable Supabase cloud storage with cross-device sync
31
+
-**Refresh Prompts**: Manual refresh button to sync prompts after configuration changes
34
32
-**AI Assistant**: Generate new prompt ideas with AI help
35
33
-**Progressive Web App (PWA)**: Install as a mobile app directly from your browser
36
34
-**Modern UI**: Clean, responsive interface built with Shadcn/UI and Tailwind
@@ -109,6 +107,7 @@ Promptzy can be installed as a mobile app directly from your browser! No app sto
109
107
- ⚡ Faster loading and offline functionality
110
108
- 🔄 Automatic updates when new versions are released
111
109
- 🏠 Easy access from your home screen
110
+
- 🔄 Manual refresh button for syncing prompts after setup
112
111
113
112
### Deployment
114
113
@@ -141,8 +140,9 @@ To use cloud storage features:
141
140
- Paste and run it in the Supabase SQL Editor
142
141
4. Return to Promptzy and click "Connect" again to verify the table setup
143
142
5. Save your settings
143
+
6. Use the "Refresh" button in the header to load your prompts
144
144
145
-
**Note:** Automatic table creation isn't supported by Supabase for security reasons, so this one-time manual setup is required.
145
+
**Note:** Automatic table creation isn't supported by Supabase for security reasons, so this one-time manual setup is required. After setup, use the refresh button to ensure prompts load properly, especially on mobile devices.
146
146
147
147
The application will now use your Supabase instance for cloud storage!
148
148
@@ -165,11 +165,12 @@ This bidirectional sync ensures your prompts are available across devices and yo
165
165
## 📖 Usage
166
166
167
167
1. Launch the application
168
-
2. Choose your storage preference (local, Supabase, or both)
169
-
3. Add prompts with the "+" button
170
-
4. Assign tags to organize your prompts
171
-
5. Use the search box and tag filters to find prompts
172
-
6. Select a prompt to copy it or edit its details
168
+
2. Configure your Supabase connection in Settings
169
+
3. Use the "Refresh" button to load your prompts after setup
170
+
4. Add prompts with the "+" button
171
+
5. Assign tags to organize your prompts
172
+
6. Use the search box and tag filters to find prompts
0 commit comments