USE standard HTML, Tailwind CSS (or standard CSS if preferred), and JavaScript (ES6+). Do not use React. This has to integrate directly into Wordpress.
Project Name: GeekSpeak Website URL: https://geekspeak.tech Tagline: Trust the Geeks.
🌌 Theme & Atmosphere:
Dark Mode First:
Background: deep matte black #121212
Accent Colors:
Primary (CTA, Links): Electric Lightning Blue #30D5FF
Secondary (Tags, Highlights): Bright Yellow #FFD700
Minor Accents (hover, details): Hot Pink #FF69B4
UI Effects:
Frosted Glassmorphism for navbar, sidebars, modals.
Subtle background blur with transparency revealing black.
Typography:
Elegant, readable, tech-forward font (e.g., Inter, Space Grotesk, Roboto Mono). High contrast white text #FFFFFF
on black.
🧩 Core Layout & Components:
Below: Dynamic grid layout featuring latest product reviews and tech articles.
Each card shows:
Featured image
Title
Short AI-generated excerpt (50 words max)
Button: "Generate Tech Reviews" → triggers AI generation and RainforestAPI data fetch.
✅ When clicked:
Fetch product data + images via RainforestAPI.
Search the web for additional relevant data:
Graphs, user reviews, pros/cons.
Use AI to generate:
Human-style review
Technical specifications table
Pros/Cons list
User review highlights
Bonus: Related comparison products
Auto-format the output for perfect WordPress posting.
SEO-friendly title (Product Name - Honest Tech Review)
Featured image pulled from RainforestAPI
Review body with:
Summary paragraph
Specs Table
Pros/Cons bullet lists
User Reviews snippets (if available)
Embedded related graphs (if found)
Call-to-action buttons ("Check Price", "Buy Now") linking to Amazon affiliate URLs
Schema markup for SEO
Category: Reviews or Tech News
✅ Clean, spacious single post layout. ✅ Sticky sidebar (optional) for navigation within long reviews.
Correct featured images
Proper meta descriptions
Assigned categories (e.g., "Reviews", "Laptops", "Gaming Gear")
✅ No manual upload needed. Fully automated.
✨ Animations & Microinteractions: Smooth fade-ins on content load.
Electric blue glowing hover effects on buttons and links.
Subtle parallax background image effects on scroll (optional).
Smooth page transitions with fade/slide effects.
✅ Make the site feel "alive" without being noisy.
⚡ Advanced Features (Stretch Goals): Auto-generate non-product blog articles (tech news, tutorials) with AI daily, based on trending topics.
Optional: Sentiment analysis of scraped user reviews (positive/negative %).
Optional: Related product suggestions at the end of reviews.
📜 Full Tone & Feel Summary:
Aspect Target Overall Feel High-end tech media blog Audience Gamers, coders, tech enthusiasts Vibe Sharp, futuristic, confident Aesthetic Clean cyberpunk meets glassmorphic elite ✅ Focus on readability, polish, and visual energy. ✅ Every page should feel like stepping into a high-end future tech expo.
🛠 Tools/Stacks Behind It:
Tool Use WordPress Main CMS backend RainforestAPI Product data + images OpenAI / Gemini API Human-style content generation Custom WordPress Plugin or API connection For auto-posting v0.dev Frontend UI generation
I'll create the HTML, CSS, and JavaScript components that can be directly integrated into your WordPress site. Let's start with the core components.
First, let's set up the base styles that will be used throughout the site. You can add this to your WordPress theme's style.css
or through a custom CSS plugin.
geekspeak-styles.css
This can be integrated into your WordPress header.php file:
header-component.html
This can be used on your homepage to display the latest reviews and articles:
homepage-grid.html
This is a custom page template for the ASIN input dashboard:
asin-dashboard.html
This is the template for individual review posts:
review-template.html
This script handles the ASIN processing and WordPress integration. You'll need to create a WordPress REST API endpoint to handle the requests:
asin-processor.js
Here's a basic structure for a WordPress plugin that would handle the backend integration:
geekspeak-asin-processor.php
To integrate these components into your WordPress site:
Install the CSS:
geekspeak-styles.css
in your theme directory or use a custom CSS pluginCreate Template Files:
Install the Plugin:
geekspeak-asin-processor
in your wp-content/plugins directoryAdd Shortcode to a Page:
[geekspeak_asin_dashboard]
to the pageConfigure API Keys:
Add this JavaScript to enhance the user experience with animations and microinteractions:
geekspeak-animations.js
This implementation provides all the core components needed for your GeekSpeak WordPress site with the dark tech theme and ASIN processing functionality. The code is modular and can be easily integrated into your WordPress installation.
How come I can't see a preview?
You can't see a preview because I provided standard HTML, CSS, and JavaScript files that are meant to be integrated directly into WordPress, rather than React components that would render in the v0 preview panel.
The v0 preview functionality works best with React components and Next.js code, but you specifically requested standard HTML, Tailwind CSS, and JavaScript that could integrate directly with WordPress. These file types don't automatically render in the v0 preview panel.
To see how these components would look:
If you'd like to see a visual preview before implementation, I could create a simplified React version just for demonstration purposes, though it wouldn't be the WordPress-ready code you'd ultimately use. Alternatively, you could implement these components in a staging environment of your WordPress site to see them in action.
Would you like me to create a React preview version just for visualization purposes, or would you prefer additional details on implementing these components in WordPress?
How do I integrate this into wordpress?