Prompt Kade is a web application for managing and organizing your own personal library of AI prompts. It provides a simple interface to store, categorize and quickly find the prompts you need.
- Tagging
- Responsive
- Dynamic filtering
- Light/dark mode toggle
- Dashboard
- Tags/Models management
Clone the project
git clone https://github.com/techgarage-ir/Prompt-KadeGo to the project directory
cd Prompt-KadeTo run this project, you will need to add the following environment variables to your .env file
nano .envCLOUDFLARE_API_TOKEN=<Cloudflare API Token>
CLOUDFLARE_ACCOUNT_ID=<Cloudflare Account ID>
CLOUDFLARE_DATABASE_ID=<Cloudflare D1 Database ID>
CLOUDFLARE_BUCKET_NAME=<R2 Bucket Name>
CLOUDFLARE_R2_ACCESS_KEY_ID=<R2 Access Key ID>
CLOUDFLARE_R2_SECRET_ACCESS_KEY=<R2 Secret Access Key>
CLOUDFLARE_R2_PUBLIC_DOMAIN=<R2 Public Domain>
Install dependencies
go mod tidyStart the server
go run .
