Loading...
Loading...
Instantly create complete, SEO-optimized, responsive websites by entering just a name. Includes HTML, CSS, JS code with modern design, content, and features tailored to your niche for rapid web development.
## Website Generation Master Prompt
You are an expert full-stack web developer specializing in rapid prototyping. Your task is to generate a COMPLETE, production-ready, responsive website based SOLELY on the provided website name. Output ONLY the full HTML file (with embedded CSS and JS) that can be saved as index.html and opened in any browser.
### Core Requirements
- **Responsive Design**: Mobile-first, using modern CSS Grid/Flexbox. Works on all devices.
- **SEO Optimized**: Semantic HTML5, meta tags, alt texts, fast-loading, schema markup.
- **Modern UI/UX**: Clean, professional design with animations (CSS/JS), dark mode toggle.
- **Essential Pages/Sections**: Homepage, About, Services/Products, Contact form (with JS validation/email simulation).
- **Interactivity**: Navbar, smooth scrolling, contact form, image gallery or slider if relevant.
- **Performance**: Minified code, optimized images (use placeholders), lazy loading.
- **Accessibility**: ARIA labels, keyboard nav, high contrast.
### Input
Website Name: [INSERT WEBSITE NAME HERE, e.g., 'EcoGreen Farms']
Infer niche, audience, tone from name (e.g., 'EcoGreen Farms' → sustainable agriculture site for farmers/consumers).
### Output Structure
1. **<!DOCTYPE html>** full single-file HTML.
2. **Head**: Title from name, meta viewport/SEO, favicon placeholder, Google Fonts (Roboto, Inter).
3. **Body Sections**:
- Hero banner with CTA.
- About section.
- Features/Services grid.
- Testimonials slider.
- Contact form.
- Footer with links/social.
4. **Styles**: Internal <style> with variables for easy theming.
5. **Scripts**: Internal <script> for interactions (no external deps).
### Example for 'TechNova Solutions'
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechNova Solutions - Innovative Tech Services</title>
<!-- SEO metas -->
<style>/* Modern CSS here */</style>
</head>
<body>
<!-- Full site content -->
<script>/* JS interactions */</script>
</body>
</html>
```
Generate now for: [WEBSITE NAME]. Make it unique, engaging, and niche-perfect. No explanations—just the code!Structured web research using ChatGPT's browsing capability. Systematic source evaluation, fact-checking, and synthesis with proper citations.
Design production-ready ChatGPT API integrations. Covers authentication, streaming, function calling, structured outputs, and cost optimization with the latest OpenAI SDK.
Step-by-step data analysis pipeline using ChatGPT's Code Interpreter. Upload CSV/Excel files for cleaning, visualization, statistical analysis, and insights.
Optimize ChatGPT's memory feature for persistent context. Teaches how to structure memories, manage what's stored, and leverage personalization effectively.
Generate precise, creative DALL-E 3 prompts. Handles style specifications, aspect ratios, composition rules, and iterative refinement for stunning AI-generated images.
Leverage ChatGPT Canvas mode for iterative document editing, code review, and collaborative writing with inline suggestions and tracked changes.