A beautiful prompt collection website for Nano Banana AI image generation, powered by GitHub Issues.
- 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
- Submit - Users click "Add Prompt" → Opens GitHub Issue form
- Review - Maintainer reviews the Issue and adds
approvedlabel - Display - Website automatically shows Issues with
approvedlabel
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
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 | Purpose |
|---|---|
pending |
New submissions (default) |
approved |
Approved and displayed on website |
- 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
- Go to repository Settings → Pages
- Set source to main branch
- Your site will be live at
https://mukiwu.github.io/prompts-vault
Simply deploy the static files to any hosting service (Netlify, Vercel, etc.)
MIT License - feel free to use and modify!
Created by MUKi Wu