AI Prompt Showcase & Contribution Platform
An open-source web platform that collects, showcases, and shares AI prompts along with example outputs. Designed for students and AI enthusiasts to learn prompt engineering and explore AI capabilities.
- Browse a gallery of AI prompts with input/output examples
- Copy prompts instantly for use in AI tools
- Contribute your own prompts via a simple form
- Attribution included for each prompt’s original source
- Moderated submissions ensure quality and legal safety
- Backend: Java Spring Boot (REST API)
- Frontend: React (planned)
- Database: PostgreSQL
- Deployment: Docker, Vercel/Netlify
- Java 17+
- Maven 3.6+
- Node.js 16+ (for frontend development)
- PostgreSQL 12+
cd backend
./mvnw spring-boot:run
### Frontend Setup (Planned)
```bash
cd frontend
npm install
npm start