Welcome to Pollinations Hive - a revolutionary repository where AI meets collaborative development! This project showcases a unique approach to software development where applications are created and modified entirely through AI assistance.
App | Source | Last Updated |
---|---|---|
ai-chat | ./ai-chat | 2025-01-15 |
graphics-editor | ./graphics-editor | 2025-01-15 |
prompt-guessing-game | ./prompt-guessing-game | 2025-01-17 |
millionaire-game | ./millionaire-game | 2025-01-16 |
placeholder-generator | ./placeholder-generator | 2025-01-14 |
pollinations-image-show | ./pollinations-image-show | 2025-01-14 |
llm-feedback | ./llm-feedback | 2025-01-30 |
svg-feedback | ./svg-feedback | 2025-01-19 |
tarot-reader | ./tarot-reader | 2025-01-14 |
Every pull request in this repository gets an automatic preview deployment. Here's how it works:
- Preview deployments are created when a PR is opened, synchronized, or reopened
- The deployment workflow runs when changes are made to:
- Any
package.json
file - Any
index.html
file - Any files within app directories
- Any
- Each app in the repository is built and deployed
- For Node.js apps (with package.json):
- The app is built using
npm run build
- Build output from
build/
ordist/
is deployed
- The app is built using
- For static sites (with index.html):
- Files are copied directly to the preview
- Each PR gets a dedicated preview URL
- The GitHub Actions bot comments on the PR with preview links
- Preview URL format:
https://pollinations.github.io/hive/pr-{PR_NUMBER}/
- Each preview includes an index page that lists all apps available in that preview
- You can find active PR previews by:
- Looking at open pull requests in the repository
- Finding the GitHub Actions bot comment with the preview link
- Visiting the index page at
https://pollinations.github.io/hive/pr-{PR_NUMBER}/
PR | Title | Preview |
---|---|---|
#161 | Live Wallpaper Creator | Preview |
#158 | Fix Game of Life implementation issues | Preview |
#153 | SVG Feedback Security and Quality Improvements | Preview |
#149 | Fix svg-feedback CSS path and test server path handling | Preview |
#127 | Add canvas dimensions to text AI prompt | Preview |
This list is automatically updated when PRs are opened or closed.
Want to add your app to the Hive? It's easy:
- Create an issue describing your app idea
- Tag @MentatBot or check the box in its comment to start the AI-powered development
- Provide feedback as the AI builds your app
- Review and refine until your app is ready
The AI will handle all the coding - you just need to describe what you want!
This repository is powered by:
- Mentat.ai - The AI coding agent that enables automated development through GitHub
- Pollinations AI Platform - The AI platform ecosystem this repository is part of
This project is open source and available under the MIT License.
Built with 🤖 by AI, guided by humans. Part of the Pollinations ecosystem.