Skip to content

HyperHeroX/prompts-vault

 
 

Repository files navigation

🍌 Nano Banana Prompts Vault

A beautiful prompt collection website for Nano Banana AI image generation, powered by GitHub Issues.

繁體中文版 README

Preview License

✨ Features

  • GitHub-Powered - Uses GitHub Issues as a database, no backend required
  • Community Submissions - Anyone can submit prompts via GitHub Issue forms
  • Built-in Review System - Approve submissions by adding labels in GitHub
  • Beautiful UI - Cosmic-themed design with smooth animations
  • Search & Filter - Find prompts by category, tags, or keywords
  • One-Click Copy - Quickly copy prompts to clipboard
  • Responsive Design - Works on desktop and mobile

🚀 How It Works

  1. Submit - Users click "Add Prompt" → Opens GitHub Issue form
  2. Review - Maintainer reviews the Issue and adds approved label
  3. Display - Website automatically shows Issues with approved label

📁 Project Structure

prompts-vault/
├── .github/
│   └── ISSUE_TEMPLATE/
│       └── prompt-submission.yml   # Issue form template
├── index.html                      # Main page
├── nano-banana.css                 # Styles
├── nano-banana.js                  # Logic (GitHub API)
├── README.md                       # English docs
└── README_TW.md                    # Chinese docs

⚙️ Configuration

Edit the GitHub config in nano-banana.js:

const GITHUB_CONFIG = {
  owner: 'your-username',    // Your GitHub username
  repo: 'prompts-vault',     // Repository name
  label: 'approved'          // Label for approved prompts
};

🏷️ Label System

Label Purpose
pending New submissions (default)
approved Approved and displayed on website

📝 Categories

  • Portrait & Character - People, figures, costumes, 3D avatars
  • Photo Editing - Restore, enhance, colorize, beautify
  • Style Transfer - Polaroid, 3D style, sketch to photo
  • Creative Design - Posters, stickers, interior design
  • Product Photography - Product shots, e-commerce, ads

🛠️ Deployment

GitHub Pages

  1. Go to repository SettingsPages
  2. Set source to main branch
  3. Your site will be live at https://mukiwu.github.io/prompts-vault

Other Platforms

Simply deploy the static files to any hosting service (Netlify, Vercel, etc.)

📄 License

MIT License - feel free to use and modify!

🙏 Credits

Created by MUKi Wu

About

一個美觀的 Nano Banana AI 圖片生成提示詞收集網站,使用 GitHub Issues 作為資料庫。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 41.9%
  • JavaScript 41.0%
  • HTML 17.1%