Strong AI / Developer Website Creation Prompt

“I want to build a modern, highly secure, responsive PHP website inspired by the Alpha Genomics site (alphagenomics.co). The site should replicate every major page and functionality with enhancements for admin control, security, performance, and professional design. The PHP backend should use MVC architecture (preferably Laravel or custom secure MVC), follow secure coding standards, and include an admin dashboard where all website content can be added, updated, deleted, sorted, and managed easily.”

📌 Website Scope & Pages to Include
1. Home / Landing Page

Hero banner with company tagline and call-to-action

Services overview (e.g., Genomics Services, Workshops)

Dynamic slider / hero carousel

Contact info

Quick call buttons

Just like the homepage of AlphaGenomics site — professional intro to genomics services.

2. About Us

Company mission

Vision

History

Leadership / Team profiles

Awards & recognitions

(Alpha Genomics Pvt Ltd profile and mission)

3. Services

Create separate sub pages for each service:

Genomic Testing

Bioinformatics

Sequencing Services

Microbiology Support

Research Assistance

Each should have editable:

Title

Description

Price (if applicable)

Images

4. Workshop & Training Page

Include:

Multiple training modules (Bioinformatics, NGS, etc.)

Objectives

Syllabus

Registration form (secure form with server validation)

Downloads or PDFs

Alpha Genomics Workshop page examples

5. Genomics Library / Articles

List of research articles

Filters by category

Search bar

Pagination

Each article page with images + SEO friendly URL

6. Resources / Digital Magazine

Infographics

Editorial articles

Case studies

Forum or FAQ section

Alpha Genomics contains educational resources similar to a digital magazine.

7. Contact Us

Contact form with Captcha

Phone & email

Location map

Social links

8. Admin Panel (Strong & Secure)

Admin must be able to:
✔ Add / Edit / Delete any page content
✔ Manage workshops & courses
✔ Upload / remove images and files
✔ Drag & drop reorder menu items
✔ Set SEO metadata (title, keywords, meta desc)
✔ Create dynamic pages
✔ Manage blog/articles with categories
✔ Manage newsletter & subscribers
✔ View form submissions
✔ User management + roles/permissions
✔ Log audit of all admin actions

⚙️ Security Requirements (Essential)

Authentication & Authorization

Login throttling

Two-factor auth (optional)

Role-based access

Input Validation

Secure form validation (server-side)

XSS prevention

SQL injection prevention

Encryption

Password hashing bcrypt / Argon2

HTTPS enforcement

Admin Protection

Admin area 2FA + IP locking (optional)

Auto logout

CSRF Protection

Tokens for all forms

File Upload Security

Validate file type

Image resizing

Virus scanning

Session Security

Secure cookies

SameSite attributes

Audit Logs

Track admin changes

📊 Design / Layout Requirements

Fully responsive

Modern UI — professional, clean

Attractive hero sections

Interactive elements

Light + dark theme (optional)

SEO optimized markup

Fast loading

🛠 Technology Stack (Recommended)

✔ Backend: PHP MVC (Laravel preferred)
✔ Database: MySQL / MariaDB
✔ Frontend: HTML5, CSS3, Bootstrap 5 / Tailwind
✔ Security: OWASP best practices
✔ Admin Dashboard: Vue.js / React (optional)
✔ Deployment: Apache / NGINX + HTTPS

💡 SEO & Performance

SEO optimized URLs

Meta tags editable in admin

Sitemap.xml

Schema markup

Optimized images

Cache headers

🚀 Final Prompt Example (Copy & Paste)

“Build me a complete PHP website inspired by the Alpha Genomics site (alphagenomics.co) that includes Home, About, Services, Workshops & Training, Articles/Resources, Contact Us, and dynamic admin panel where everything can be added/updated/deleted. The admin should also manage menus with drag-and-drop ordering, SEO metadata, and secure user roles. The website must be fully responsive, use secure PHP coding standards (Laravel or custom MVC), prevent SQL injection/XSS/CSRF, include user authentication with role-based access, secure file uploads, and all forms must be validated. Include SEO friendly routing, error handling, sitemap generation, and professional layout and UI.”