@pinkpixel/promptzy 1.3.3 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,198 +1,200 @@
1
- # ✨ Promptzy 🎯
2
-
3
- <p align="center">
4
- <img src="https://res.cloudinary.com/di7ctlowx/image/upload/v1748393462/icon_lzh8zy.png" alt="Promptzy Logo" width="250" height="250" />
5
- </p>
6
-
7
- **Promptzy** - A modern, cute web application for managing and organizing your AI prompts, with tagging, search, and cloud storage.
8
-
9
- <div align="center">
10
-
11
- ![License](https://img.shields.io/badge/license-MIT-blue.svg)
12
- ![Version](https://img.shields.io/badge/version-1.3.2-green.svg)
13
- ![NPM](https://img.shields.io/npm/v/@pinkpixel/promptzy?color=red)
14
- ![React](https://img.shields.io/badge/React-19.1.0-61DAFB?logo=react)
15
- ![TypeScript](https://img.shields.io/badge/TypeScript-5.8.3-3178C6?logo=typescript)
16
- ![Vite](https://img.shields.io/badge/Vite-5.4.19-646CFF?logo=vite)
17
- ![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-3.4.11-38B2AC?logo=tailwind-css)
18
- ![Supabase](https://img.shields.io/badge/Supabase-2.49.7-3ECF8E?logo=supabase)
19
- ![Build Status](https://img.shields.io/badge/build-passing-brightgreen)
20
- ![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)
21
- ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
22
-
23
- </div>
24
-
25
- ## ✨ Features
26
-
27
- - **Organize AI Prompts**: Store, edit, and categorize prompts for various AI models
28
- - **Custom Tagging**: Organize prompts with custom tags for easy retrieval
29
- - **Powerful Search**: Find the perfect prompt with full-text search and tag filtering
30
- - **Cloud Storage**: Reliable Supabase cloud storage with cross-device sync
31
- - **Refresh Prompts**: Manual refresh button to sync prompts after configuration changes
32
- - **AI Assistant**: Generate new prompt ideas with AI help
33
- - **Progressive Web App (PWA)**: Install as a mobile app directly from your browser
34
- - **Modern UI**: Clean, responsive interface built with Shadcn/UI and Tailwind
35
-
36
- ## 🖥️ Screenshots
37
-
38
- <p align="center">
39
- <img src="https://res.cloudinary.com/di7ctlowx/image/upload/v1748492164/dashboard_c6krgr.png" alt="Screenshot" width="800" />
40
- </p>
41
-
42
- ## 🛠️ Installation
43
-
44
- ### Quick Start (Global Installation)
45
-
46
- Install globally from npm and run with a single command:
47
-
48
- ```bash
49
- # Install globally
50
- npm install -g @pinkpixel/promptzy
51
-
52
- # Run Promptzy
53
- promptzy
54
- ```
55
-
56
- Promptzy will start on `http://localhost:4173` and open automatically in your browser!
57
-
58
- **Alternative commands:**
59
- ```bash
60
- # Legacy commands still work
61
- prompt-dashboard
62
- ai-prompt-dashboard
63
-
64
- # Or run directly with npx (no installation needed)
65
- npx @pinkpixel/promptzy
66
- ```
67
-
68
- ### Local Development
69
-
70
- ```bash
71
- # Clone the repository
72
- git clone https://github.com/pinkpixel-dev/promptzy.git
73
-
74
- # Navigate to the project directory
75
- cd promptzy
76
-
77
- # Install dependencies (choose one)
78
- npm install
79
- # or
80
- bun install
81
- # or
82
- yarn install
83
-
84
- # Start the development server
85
- npm run dev
86
- # or
87
- bun run dev
88
- # or
89
- yarn dev
90
- ```
91
-
92
- ### 📱 Mobile App Installation (PWA)
93
-
94
- Promptzy can be installed as a mobile app directly from your browser! No app store needed.
95
-
96
- **On Mobile (iOS/Android):**
97
- 1. Visit the Promptzy website in your mobile browser
98
- 2. Look for "Add to Home Screen" or "Install App" popup
99
- 3. Tap "Install" or "Add"
100
- 4. Promptzy will appear on your home screen like a native app!
101
-
102
- **On Desktop (Chrome/Edge):**
103
- 1. Visit the website
104
- 2. Look for the install icon in the address bar
105
- 3. Click to install as a desktop app
106
-
107
- **Benefits of the Mobile App:**
108
- - 📱 Native app experience with no browser UI
109
- - ⚡ Faster loading and offline functionality
110
- - 🔄 Automatic updates when new versions are released
111
- - 🏠 Easy access from your home screen
112
- - 🔄 Manual refresh button for syncing prompts after setup
113
-
114
- ### Deployment
115
-
116
- For deploying to Cloudflare Pages or other platforms, see the [DEPLOYMENT.md](DEPLOYMENT.md) guide.
117
-
118
- ## 🔧 Configuration
119
-
120
- ### Supabase Configuration
121
-
122
- To use promptzy you will need to set up a table on Supabase. They have a free tier and the setup is very easy to do.
123
-
124
- 1. Create a Supabase account and project at [supabase.com](https://supabase.com). Once you have an account set up, create a project. At the top of your project page, you should see a button that says "Connect." Click on that button, and then click on the 2nd tab. You should see a screen that gives you a supabase url, and an anon key. You can also find this information in your project settings, you will see a project id, and your anon key will be located in the api keys section.
125
-
126
- Now that you have this information, return to Promptzy.
127
-
128
- 2. Configure your Supabase credentials:
129
-
130
- - Open Promptzy
131
- - Go to Settings (gear icon)
132
- - Select "Supabase" as your storage option
133
- - Enter your Supabase Project URL and API Key
134
- - Find these in your Supabase dashboard under Project Settings API
135
- - Click "Connect" to verify your credentials
136
-
137
- 3. Create the required database table:
138
-
139
- - After connecting, you'll need to set up the prompts table manually. You should see the instructions appear after entering your credentials.
140
- - Click the "Open SQL Editor" button in the settings
141
- - Copy the SQL code provided in the settings (or use the SQL from `supabase-setup.sql`)
142
- - Paste and run it in the Supabase SQL Editor
143
-
144
- 4. Return to Promptzy and click "Connect" again to verify the table setup
145
- 5. Save your settings
146
- 6. Use the "Refresh" button in the header to load your prompts
147
-
148
- **Note:** Automatic table creation isn't supported by Supabase for security reasons, so this one-time manual setup is required. You should only have to do this once per browser. After setup, use the refresh button to ensure prompts load properly, especially on mobile devices.
149
-
150
- The application will now use your Supabase instance for cloud storage! The cloud storage is ideal because it allows you to access your prompt database from any browser, computer or mobile device, and with Supabase's free tier you will have plenty of storage space for your prompts.
151
-
152
- ## 📖 Usage
153
-
154
- 1. Launch the application
155
- 2. Configure your Supabase connection in Settings
156
- 3. Use the "Refresh" button to load your prompts after setup
157
- 4. Add prompts with the "+" button
158
- 5. Assign tags to organize your prompts
159
- 6. Use the search box and tag filters to find prompts
160
- 7. Select a prompt to copy it or edit its details
161
-
162
- ## 🧩 Tech Stack
163
-
164
- - React 18.3 with TypeScript
165
- - Vite for fast builds
166
- - Tailwind CSS
167
- - Shadcn/UI components
168
- - TanStack Query
169
- - React Hook Form with Zod
170
- - Supabase for auth and storage
171
- - PWA (Progressive Web App) with Workbox
172
- - Cloudflare Pages for deployment
173
-
174
- ## 📋 Roadmap
175
-
176
- - [ ] Prompt version history
177
- - [ ] AI prompt templates
178
- - [ ] Shared prompt libraries
179
- - [ ] Additional storage backends
180
- - [ ] Advanced tagging with hierarchies
181
-
182
- ## 🤝 Contributing
183
-
184
- Contributions are welcome! See the [CONTRIBUTING.md](CONTRIBUTING.md) file for details.
185
-
186
- ## 📜 License
187
-
188
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
189
-
190
- ## 🙏 Acknowledgments
191
-
192
- - [Shadcn/UI](https://ui.shadcn.com/) for the beautiful UI components
193
- - [Tailwind CSS](https://tailwindcss.com/) for styling
194
- - [Supabase](https://supabase.com/) for authentication and cloud storage
195
-
196
- ---
197
-
198
- Made with ❤️ by [Pink Pixel](https://pinkpixel.dev)
1
+ # ✨ Promptzy 🎯
2
+
3
+ <p align="center">
4
+ <img src="https://res.cloudinary.com/di7ctlowx/image/upload/v1748393462/icon_lzh8zy.png" alt="Promptzy Logo" width="250" height="250" />
5
+ </p>
6
+
7
+ **Promptzy** - A modern, cute web application for managing and organizing your AI prompts, with tagging, search, and cloud storage.
8
+
9
+ <div align="center">
10
+
11
+ ![License](https://img.shields.io/badge/license-MIT-blue.svg)
12
+ ![Version](https://img.shields.io/badge/version-1.4.0-green.svg)
13
+ ![NPM](https://img.shields.io/npm/v/@pinkpixel/promptzy?color=red)
14
+ ![React](https://img.shields.io/badge/React-19.1.0-61DAFB?logo=react)
15
+ ![TypeScript](https://img.shields.io/badge/TypeScript-5.8.3-3178C6?logo=typescript)
16
+ ![Vite](https://img.shields.io/badge/Vite-6.x-646CFF?logo=vite)
17
+ ![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-4.x-38B2AC?logo=tailwind-css)
18
+ ![Supabase](https://img.shields.io/badge/Supabase-2.49.7-3ECF8E?logo=supabase)
19
+ ![Build Status](https://img.shields.io/badge/build-passing-brightgreen)
20
+ ![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)
21
+ ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
22
+
23
+ </div>
24
+
25
+ ## ✨ Features
26
+
27
+ - **Organize AI Prompts**: Store, edit, and categorize prompts for various AI models
28
+ - **Custom Tagging**: Organize prompts with custom tags for easy retrieval
29
+ - **Powerful Search**: Find the perfect prompt with full-text search and tag filtering
30
+ - **Cloud Storage**: Reliable Supabase cloud storage with cross-device sync
31
+ - **Refresh Prompts**: Manual refresh button to sync prompts after configuration changes
32
+ - **AI Assistant**: Generate new prompt ideas with AI help
33
+ - **Progressive Web App (PWA)**: Install as a mobile app directly from your browser
34
+ - **Modern UI**: Clean, responsive interface built with Shadcn/UI and Tailwind
35
+
36
+ ## 🖥️ Screenshots
37
+
38
+ <p align="center">
39
+ <img src="https://res.cloudinary.com/di7ctlowx/image/upload/v1748492164/dashboard_c6krgr.png" alt="Screenshot" width="800" />
40
+ </p>
41
+
42
+ ## 🛠️ Installation
43
+
44
+ ### Quick Start (Global Installation)
45
+
46
+ Install globally from npm and run with a single command:
47
+
48
+ ```bash
49
+ # Install globally
50
+ npm install -g @pinkpixel/promptzy
51
+
52
+ # Run Promptzy
53
+ promptzy
54
+ ```
55
+
56
+ Promptzy will start on `http://localhost:4173` and open automatically in your browser!
57
+
58
+ **Alternative commands:**
59
+
60
+ ```bash
61
+ # Legacy commands still work
62
+ prompt-dashboard
63
+ ai-prompt-dashboard
64
+
65
+ # Or run directly with npx (no installation needed)
66
+ npx @pinkpixel/promptzy
67
+ ```
68
+
69
+ ### Local Development
70
+
71
+ ```bash
72
+ # Clone the repository
73
+ git clone https://github.com/pinkpixel-dev/promptzy.git
74
+
75
+ # Navigate to the project directory
76
+ cd promptzy
77
+
78
+ # Install dependencies (choose one)
79
+ npm install
80
+ # or
81
+ bun install
82
+ # or
83
+ yarn install
84
+
85
+ # Start the development server
86
+ npm run dev
87
+ # or
88
+ bun run dev
89
+ # or
90
+ yarn dev
91
+ ```
92
+
93
+ ### 📱 Mobile App Installation (PWA)
94
+
95
+ Promptzy can be installed as a mobile app directly from your browser! No app store needed.
96
+
97
+ **On Mobile (iOS/Android):**
98
+
99
+ 1. Visit the Promptzy website in your mobile browser
100
+ 2. Look for "Add to Home Screen" or "Install App" popup
101
+ 3. Tap "Install" or "Add"
102
+ 4. Promptzy will appear on your home screen like a native app!
103
+
104
+ **On Desktop (Chrome/Edge):**
105
+
106
+ 1. Visit the website
107
+ 2. Look for the install icon in the address bar
108
+ 3. Click to install as a desktop app
109
+
110
+ **Benefits of the Mobile App:**
111
+
112
+ - 📱 Native app experience with no browser UI
113
+ - ⚡ Faster loading and offline functionality
114
+ - 🔄 Automatic updates when new versions are released
115
+ - 🏠 Easy access from your home screen
116
+ - 🔄 Manual refresh button for syncing prompts after setup
117
+
118
+ ### Deployment
119
+
120
+ For deploying to Cloudflare Pages or other platforms, see the [DEPLOYMENT.md](DEPLOYMENT.md) guide.
121
+
122
+ ## 🔧 Configuration
123
+
124
+ ### Supabase Configuration
125
+
126
+ To use promptzy you will need to set up a table on Supabase. They have a free tier and the setup is very easy to do.
127
+
128
+ 1. Create a Supabase account and project at [supabase.com](https://supabase.com). Once you have an account set up, create a project. At the top of your project page, you should see a button that says "Connect." Click on that button, and then click on the 2nd tab. You should see a screen that gives you a supabase url, and an anon key. You can also find this information in your project settings, you will see a project id, and your anon key will be located in the api keys section.
129
+
130
+ Now that you have this information, return to Promptzy.
131
+
132
+ 2. Configure your Supabase credentials:
133
+ - Open Promptzy
134
+ - Go to Settings (gear icon)
135
+ - Select "Supabase" as your storage option
136
+ - Enter your Supabase Project URL and API Key
137
+ - Find these in your Supabase dashboard under Project Settings → API
138
+ - Click "Connect" to verify your credentials
139
+
140
+ 3. Create the required database table:
141
+ - After connecting, you'll need to set up the prompts table manually. You should see the instructions appear after entering your credentials.
142
+ - Click the "Open SQL Editor" button in the settings
143
+ - Copy the SQL code provided in the settings (or use the SQL from `supabase-setup.sql`)
144
+ - Paste and run it in the Supabase SQL Editor
145
+
146
+ 4. Return to Promptzy and click "Connect" again to verify the table setup
147
+ 5. Save your settings
148
+ 6. Use the "Refresh" button in the header to load your prompts
149
+
150
+ **Note:** Automatic table creation isn't supported by Supabase for security reasons, so this one-time manual setup is required. You should only have to do this once per browser. After setup, use the refresh button to ensure prompts load properly, especially on mobile devices.
151
+
152
+ The application will now use your Supabase instance for cloud storage! The cloud storage is ideal because it allows you to access your prompt database from any browser, computer or mobile device, and with Supabase's free tier you will have plenty of storage space for your prompts.
153
+
154
+ ## 📖 Usage
155
+
156
+ 1. Launch the application
157
+ 2. Configure your Supabase connection in Settings
158
+ 3. Use the "Refresh" button to load your prompts after setup
159
+ 4. Add prompts with the "+" button
160
+ 5. Assign tags to organize your prompts
161
+ 6. Use the search box and tag filters to find prompts
162
+ 7. Select a prompt to copy it or edit its details
163
+
164
+ ## 🧩 Tech Stack
165
+
166
+ - React 19 with TypeScript 5.8
167
+ - Vite 6 for fast builds + `@tailwindcss/vite` plugin
168
+ - **Tailwind CSS v4** (CSS-first architecture, no PostCSS config needed)
169
+ - Shadcn/UI components (Radix UI primitives)
170
+ - TanStack Query
171
+ - React Hook Form with Zod
172
+ - Supabase for cloud storage
173
+ - PWA (Progressive Web App) with Workbox (vite-plugin-pwa v1.2)
174
+ - Cloudflare Pages for deployment
175
+
176
+ ## 📋 Roadmap
177
+
178
+ - [ ] Prompt version history
179
+ - [ ] AI prompt templates
180
+ - [ ] Shared prompt libraries
181
+ - [ ] Additional storage backends
182
+ - [ ] Advanced tagging with hierarchies
183
+
184
+ ## 🤝 Contributing
185
+
186
+ Contributions are welcome! See the [CONTRIBUTING.md](CONTRIBUTING.md) file for details.
187
+
188
+ ## 📜 License
189
+
190
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
191
+
192
+ ## 🙏 Acknowledgments
193
+
194
+ - [Shadcn/UI](https://ui.shadcn.com/) for the beautiful UI components
195
+ - [Tailwind CSS](https://tailwindcss.com/) for styling
196
+ - [Supabase](https://supabase.com/) for authentication and cloud storage
197
+
198
+ ---
199
+
200
+ Made with ❤️ by [Pink Pixel](https://pinkpixel.dev)