Overview
This prompt aims to guide developers in creating a futuristic AI-tool marketplace with specific features and technical requirements. Programmers and coding enthusiasts will benefit from the structured approach and detailed specifications provided.
Prompt Overview
Purpose: This codebase aims to create a futuristic AI-tool marketplace with a vibrant cyberpunk aesthetic.
Audience: Targeted towards developers and entrepreneurs interested in AI tools and marketplace solutions.
Distinctive Feature: The platform features dynamic animations and a neon theme, enhancing user engagement and experience.
Outcome: A fully functional, production-ready codebase that meets modern web standards and user needs.
Quick Specs
- Media: Text
- Use case: Generation
- Industry: Development Tools & DevOps, Generative AI
- Techniques: Decomposition, Plan-Then-Solve, Structured Output
- Models: Claude 3.5 Sonnet, Gemini 2.0 Flash, GPT-4o, Llama 3.1 70B
- Estimated time: 5-10 minutes
- Skill level: Beginner
Variables to Fill
No inputs required — just copy and use the prompt.
Example Variables Block
No example values needed for this prompt.
The Prompt
Create a complete, production-ready codebase for a modern, futuristic AI-tool marketplace with a neon cyberpunk theme inspired by https://aivalley.ai.
The codebase should implement the following features and adhere to these technical requirements:
**Homepage Features:**
– Hero section with parallax background, animated neon title, and dynamic search bar.
– Category filters with hover glow effects.
– Featured tools grid with rotating 3D-style cards and interactive buttons.
– Sponsored carousel for paid listings.
– “How It Works” section with animated icons.
– Testimonials slider with user avatars and ratings.
– Newsletter signup footer with futuristic animations.
**User Registration & Authentication:**
– Secure PHP backend for signup/login with email+password and optional OAuth.
– Two user roles: Regular User and Admin.
– Access control for forum, reviews, and tool advertisements.
**User Dashboard:**
– Card-based UI for managing tools, subscriptions, and notifications.
– Profile editing, password changes, and API key management.
**Admin Dashboard:**
– Metrics overview, post and listing approvals, and ad management.
– Analytics for ad performance.
**Forum:**
– Threaded discussions with rich-text editor and code-highlighting.
– Upvote/downvote system and moderation tools.
**AI Tool Listings & Reviews:**
– Listing flow with title, description, tags, and images.
– Review system with star ratings and text comments.
**Advertising & Subscription System:**
– 30-day free trial for new listings.
– Subscription plans with different features and pricing.
– Payment processing integration and renewal reminders.
**Dynamic Ad Rotation:**
– Rotating sponsored and featured tools based on performance metrics.
**Technical Requirements & Animations:**
– PHP 8+ backend with MVC architecture.
– MySQL database with secure prepared statements.
– Frontend in vanilla JavaScript/ES6, CSS3, HTML5.
– Use GSAP or CSS keyframes for all animations.
– Responsive, mobile-first design emphasizing accessibility and SEO best practices.
**Deliverables:**
– Full code repository structure with clear directories:
– /public
– /src
– /views
– /assets
– /config
– /routes
– SQL schema and seed data scripts.
– Comprehensive documentation covering setup, feature usage, and customization.
**Steps:**
1. Set up project directory structure and initialize Git version control.
2. Design and implement the MySQL database schema with sample seed data.
3. Build secure user authentication system with role-based access control.
4. Develop backend API endpoints for all user-facing and admin functionalities.
5. Create frontend layouts and components with responsive design and neon cyberpunk styling.
6. Implement animations using GSAP or CSS keyframes.
7. Integrate homepage, dashboards, forum, listings, reviews, ads, subscription system, and dynamic ad rotation.
8. Perform thorough testing including cross-browser compatibility, responsiveness, SEO, accessibility, and security.
9. Document the system with setup guides, feature details, and customization instructions.
**Output Format:**
– Provide a well-organized, modular codebase with inline comments explaining key parts.
– Include sample implementations for major components such as:
– Homepage hero section
– User registration/login
– Admin dashboard
– Forum threads
– Deliver SQL schema and seed data as separate .sql files.
– Provide detailed documentation as markdown files within the repository.
**Notes:**
– Ensure all components are reusable and maintainable.
– Prioritize security best practices: input validation, prepared statements, password hashing, and OAuth implementation.
– Handle user errors gracefully with informative feedback.
– Apply SEO best practices such as semantic HTML5 elements, meta tags, and optimized loading.
– Make accessibility a priority: keyboard navigation, ARIA labels, and high contrast for neon theme.
– Optimize performance including lazy loading images and minimizing CSS/JS.
– Include code highlighting in the forum rich-text editor and moderation tools.
Screenshot Examples
How to Use This Prompt
- Copy the prompt for the AI-tool marketplace project.
- Set up your development environment with necessary tools and libraries.
- Follow the steps outlined in the prompt for implementation.
- Test each feature thoroughly as you develop.
- Document your code and setup process for future reference.
Tips for Best Results
- Project Structure: Organize your codebase into clear directories like /public, /src, /views, /assets, /config, and /routes for maintainability.
- User Authentication: Implement secure PHP authentication with role-based access control, ensuring password hashing and prepared statements for safety.
- Responsive Design: Use CSS3 and vanilla JavaScript to create a mobile-first, neon cyberpunk theme that emphasizes accessibility and SEO best practices.
- Documentation: Provide comprehensive markdown documentation covering setup, feature usage, and customization to assist future developers and users.
FAQ
- What features should the homepage include?
The homepage should have a hero section, category filters, featured tools grid, testimonials, and a newsletter signup. - What user roles are defined in the system?
The system defines two user roles: Regular User and Admin, each with specific access controls. - What technology stack is required for this project?
The project requires PHP 8+, MySQL, vanilla JavaScript, CSS3, HTML5, and GSAP for animations. - How should user authentication be handled?
User authentication should be secure, using email/password and optional OAuth with role-based access control.
Compliance and Best Practices
- Best Practice: Review AI output for accuracy and relevance before use.
- Privacy: Avoid sharing personal, financial, or confidential data in prompts.
- Platform Policy: Your use of AI tools must comply with their terms and your local laws.
Revision History
- Version 1.0 (February 2026): Initial release.


