Feature changes

This commit is contained in:
2026-01-24 19:25:03 +00:00
parent 4b185e9e75
commit 0ca41ea7c4
4 changed files with 156 additions and 136 deletions

View File

@ -1,10 +1,14 @@
I would like to build an app for managing LLM, ComfyUI and Stable Diffusion Prompts. The app needs to have the following features:
1) User authentication system
2) Database to store Prompts
3) Individual Prompt pages containing the prompt text.
4) An admin dashboard for editing and removing prompts.
5) A prompt list page with filter options.
1. User authentication system
2. Database to store Prompts
3. Individual Prompt pages containing the prompt text.
4. An admin dashboard for editing and removing prompts.
5. A prompt list page with filter options.
Prompt Categories
Prompt Platform
@ -12,32 +16,57 @@ User settings page
Please can we improve the UI and aesthetics a bit. Perhaps try a glass style theme?
Prompt fields:
Platform
Model
Tags
Usage
Workflow
Example Image
Example Image/Video
Can we please implement a comment system? This should support threaded comments and implement some kind of captcha system to prevent spam. I would also like you to add the ability for users to disable comments on a prompt. They should be disabled by default.
Add downloadable example CSV and JSON files to the help page.
Can we please now integrate an image upload function for the example images? The uploads should be handled on the server itself, not with any third party service.
Can we please create a docker version of this project
Can we please add an admin settings page. This should allow admins to configure the following options:
- A checkbox to allow image/video uploads.
- An option to add an S3 provider or external SFTP/FTP location for image uploads.
Can we please now integrate an image upload function for the example images?
- An option to change the site title.
- An option to enable or disable registration.
- The option to enable moderation or not. When moderation is enabled all public prompts require approval.
There appears to be an issue with the folder drag and drop functionality. Whenever i try to drag a folder into another folder, it gives me the error:
Can you please remove the 'admin' row from the help page.
Can you please make it so that the 'signup' and 'login' buttons are replaced with a 'browse prompts' button on the home page when a user is logged in.
Can we please add a 'help' section to the site that is linked at the bottom of the sidebar. It should include basic documentation for the sites existing functionality, but in particular it needs to include a guide on the correct format to use for using the prompt import functionality.
Can we please add a few more layout view options to the prompt list page? And can you also clean up the filter bar a bit. It looks a bit crowded currently and some of the formatting is broken.
On the version history modal for prompts, the code block view is using a light syntax instead of dracula when in dark mode. Can you please fix that?
With the prompt collections functionality, the search function when adding prompts to a new collection does not seem to be working. No prompts are displayed in the 'add prompts' modal.
Can you please add the ability for users to sync via FTP/SFTP also?
Can we please add the 'workflow' field to the 'bulk add' page?
Currently the folder filter option on the prompt list page shows all folders as one list. Could you please make sure the list is tiered correctly to show subfolders underneath their parent?
Can you please move the preview image/video to be above the workflow row in the prompt view page?
Along with the existing 'git sync' functionality, can we please add the ability to sync to an S3 bucket? This functionality should offer the user the option to sync with both 'AWS' and 'Generic S3' Compatible buckets.
There appears to be an issue with the folder drag and drop functionality. Whenever i try to drag a folder into another folder, it gives me the error
Can we please add a basic homepage that includes a hero section along with a list of the app/websites features. It should also include a signup and login button.
@ -55,30 +84,20 @@ Can we please add a new field for the prompts? I would like you to add a field f
Could we please change the 'prompt' field for prompts to say 'Positive Prompt', and add another field in the same format underneath called 'Negative Prompt'.
It seems that the JSON overview in the version history modal is using a light theme. Please can you change it to match the syntax theme used elsewhere.
Can we now please implement a favorites function for prompts so that users can add, edit and delete favorites.
Can we change the signup process so that email confirmation is no longer required, but all signups have to be approved by an admin.
Can we please add a user import and export function, so that users can export their entire library as a JSON file? They should also be able to import this JSON file.
Can you please change the sidebar background to be a darker shade?
The prompt view page overflows the width of the page, can you please fix it?
Can you please change the syntax theme for the workflow area to use the Dracula theme?
Can we please now integrate the following icon library: https://github.com/lobehub/lobe-icons
I would like these icons to be assignable to the 'platforms' in the admin area. They should also show next to the prompts in the prompt list.
Here are thoughtful, user-facing feature ideas, organized by theme, with quick notes on value, UX, and any important considerations.
Discovery and sharing
@ -159,19 +178,6 @@ For public sharing, use a dedicated visibility flag and carefully constrained re
Maintain principle of least privilege and explicit opt-ins for anything public or shared beyond the owner.
If you share which audience youre prioritizing (solo creators, small teams, or larger orgs) and the biggest pain points today (finding, authoring, sharing), I can turn this into a focused roadmap with staged milestones.
Prompt version history: Track edits with timestamps, authors, and a “restore” option; show side-by-side diffs for content changes.
Ratings and comments: Let users rate prompts (15 stars) and discuss tips in threaded comments with mentions.
Sharing & visibility controls: Make prompts public, private, or shared to a team/folder; generate read-only share links.
@ -188,23 +194,6 @@ Admin tooling: Moderation queue for public prompts, abuse reports, soft delete/r
Notifications: Toasts plus optional in-app notifications for favorites, comments, shares, and edits on watched prompts.
Profile upgrades: Avatars, bio, social links; “My contributions” page with stats and badges.
Here are practical, highimpact feature ideas tailored to your app. I grouped them by effort and described how youd approach them with Supabase, React Router, and shadcn/ui, plus key considerations for UX, data, and RLS.
Quick wins (fast to ship)
@ -252,4 +241,4 @@ Performance and UX polish
Virtualized lists: Speed up large prompt lists, folders, and tag pages while preserving keyboard accessibility.
Offlinefriendly editing: Cache drafts locally, warn before navigating away, and sync when back online.
Theming and customization: Theme switcher with saved preference, custom accent colors, and perteam branding.
Theming and customization: Theme switcher with saved preference, custom accent colors, and perteam branding.