SEO_iamge_renamer_starting_.../README.md

30 lines
1.9 KiB
Markdown
Raw Normal View History

2025-08-04 17:22:48 +02:00
**Comprehensive, LLM-Testable Specification for the “AI Bulk Image Renamer” SaaS**
### 0. Terminology
01. *Batch* = one drag-and-drop upload event containing ≤ N images, where N depends on the users plan.
02. *Basic* = default free plan, quota = 50 images / calendar month.
03. *Pro* = paid plan, quota = 500 images / calendar month.
04. *Max* = paid plan, quota = 1000 images / calendar month.
05. *Keyword Set* = the list of keywords a user provides or the system extends.
06. *Enhanced Keyword Set* = Keyword Set after pressing “Enhance keywords with AI”.
07. *AI Vision Descriptor* = tags the vision model returns for one image.
08. *Proposed Filename* = final, humanreadable name generated for one image.
09. *Review Table* = screen listing every original filename beside its Proposed Filename before download.
### 1. HighLevel Goals
10. The product shall let any authenticated user rename many images in one batch using a combination of usersupplied keywords and automatic computervision tags.
11. The product shall output renamed images that are searchenginefriendly, syntactically safe for all major file systems, and semantically descriptive of image content.
12. The product shall monetise via tiered monthly quotas and Stripehandled subscriptions.
2025-08-04 20:48:34 +02:00
hallo
### Minimal viable product specs
The MVP has to only have funcitonality for the user to supply keywords that the filenames should be based on.
It is just 1 landingpage with upload functions and the following features:
There should be a " enhance with ai" button to further expand the list of keywords to use when ranaming the images.
it should be posible to see the uploaded images as thumpbnails after uploading them. When the new names are generated, they should be underneath the coresponding image to indicate that that wil be the new file name.