A modern, conversion-focused redesign of the Ryze AI marketing website built with React, TypeScript, and Tailwind CSS.
This is a complete redesign of the Ryze AI website (https://www.get-ryze.ai/) with a focus on:
- Modern SaaS design - Clean, professional, and conversion-optimized
- Improved UX - Clear information hierarchy and intuitive navigation
- Better communication - Clear value proposition and feature explanations
- Mobile-first - Fully responsive design that works on all devices
- Node.js 18+ and npm/yarn/pnpm
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThe site will be available at http://localhost:5173
RYZE_AI/
โโโ src/
โ โโโ components/ # Reusable UI components
โ โ โโโ Header.tsx # Navigation header
โ โ โโโ Hero.tsx # Hero section with CTA
โ โ โโโ HowItWorks.tsx # 4-step process explanation
โ โ โโโ Features.tsx # Feature grid
โ โ โโโ Testimonials.tsx # Social proof section
โ โ โโโ Pricing.tsx # Pricing cards
โ โ โโโ CTASection.tsx # Call-to-action section
โ โ โโโ Footer.tsx # Site footer
โ โโโ pages/ # Page components
โ โ โโโ HomePage.tsx # Main landing page
โ โ โโโ FeaturesPage.tsx # Detailed features page
โ โ โโโ PricingPage.tsx # Pricing page with FAQ
โ โโโ App.tsx # Main app with routing
โ โโโ main.tsx # Entry point
โ โโโ index.css # Global styles
โโโ index.html
โโโ package.json
โโโ tailwind.config.js
โโโ vite.config.ts
-
Color Palette
- Primary: Blue gradient (primary-600 to primary-800) for brand identity
- Clean whites and grays for readability
- Accent colors (green, purple) for stats and highlights
- High contrast for accessibility
-
Typography
- Inter font family for modern, professional look
- Clear hierarchy: 5xl-7xl for headlines, xl for subheadings
- Balanced line heights and spacing for readability
-
Layout
- Max-width containers (7xl) for optimal reading width
- Generous white space for clarity
- Grid-based layouts for consistency
- Mobile-first responsive breakpoints
-
Components
- Rounded corners (xl, 2xl) for modern feel
- Subtle shadows and hover effects
- Smooth transitions for interactive elements
- Card-based design for content sections
- Before: "Let AI manage your ads" - vague, no context
- After: Clear headline with subheading explaining benefits (save hours, improve ROAS by 63%)
- Added trust indicators (no credit card, 5-minute setup)
- Before: Interactive demos scattered throughout, hard to scan
- After: Logical flow: Hero โ How It Works โ Features โ Social Proof โ Pricing โ CTA
- Each section has clear purpose and hierarchy
- Before: Minimal navigation (only Case Studies, About Us)
- After: Clear navigation with Features, Pricing, Testimonials
- Mobile-friendly hamburger menu
- Consistent header across all pages
- Before: Testimonials mixed with other content
- After: Dedicated testimonials section with stats prominently displayed
- Better visual presentation with star ratings
- Stats section (2000+ clients, $500M+ ad spend) for credibility
- Before: No visible pricing information
- After: Transparent pricing with 3 tiers
- Clear feature comparison
- FAQ section to address concerns
- "Most Popular" badge for guidance
- Before: Multiple CTAs without clear hierarchy
- After: Primary CTA ("Book a Demo") prominently placed
- Secondary CTAs where appropriate
- Trust indicators near CTAs (free trial, no credit card)
- Before: Likely not optimized for mobile
- After: Mobile-first design with responsive navigation
- Touch-friendly buttons and spacing
- Optimized layouts for all screen sizes
- Before: Too many interactive demos that could overwhelm
- After: Key features highlighted clearly
- "How It Works" section explains process simply
- Feature descriptions are concise and benefit-focused
- React 18 - Modern React with hooks
- TypeScript - Type safety and better developer experience
- Vite - Fast build tool and dev server
- Tailwind CSS - Utility-first CSS for rapid development
- React Router - Client-side routing
- Framer Motion - Advanced animations and scroll-triggered effects
- Modular Components - Each section is a reusable component
- Page Components - Pages compose multiple sections
- Separation of Concerns - Components are self-contained and focused
- Code Splitting - React Router handles route-based splitting
- Optimized Images - Ready for image optimization (placeholders currently)
- Minimal Dependencies - Lightweight bundle size
- Semantic HTML - Proper heading hierarchy, nav, main, footer
- ARIA Labels - Mobile menu button has aria-label
- Keyboard Navigation - All interactive elements are keyboard accessible
- Color Contrast - WCAG AA compliant color choices
The design is mobile-first and responsive across:
- Mobile: 320px - 767px
- Tablet: 768px - 1023px
- Desktop: 1024px+
Breakpoints use Tailwind's default:
sm: 640pxmd: 768pxlg: 1024pxxl: 1280px
- Push code to GitHub
- Import project in Vercel
- Vercel will auto-detect Vite and configure build settings
- Deploy!
- Push code to GitHub
- Import project in Netlify
- Build command:
npm run build - Publish directory:
dist - Deploy!
npm run build
# Output will be in the `dist` directory
# Serve with any static hosting service- All content is based on the original Ryze AI website
- Testimonials are from the original site
- Pricing is placeholder/mock data (adjust as needed)
- Stats (2000+ clients, etc.) are from the original site
The redesign focuses on conversion through:
- Clear Value Proposition - Users understand benefits immediately
- Social Proof - Testimonials and stats build trust
- Transparent Pricing - Reduces friction in decision-making
- Multiple CTAs - Strategic placement throughout the page
- Trust Indicators - Free trial, no credit card, quick setup
- Reduced Cognitive Load - Clean design, clear sections
- Logical Flow - Natural progression from problem to solution to action
- โ Framer Motion Animations - Smooth scroll-triggered animations, page transitions, and micro-interactions
- โ Advanced Visual Design - Glassmorphism, animated gradients, neural path scroll-synced narrative
- โ Interactive Components - Hover effects, 3D card tilts, kinetic grids, rotating platform logos
- โ Premium UI Elements - Bento grid layouts, animated product showcases, scroll-synced progress indicators
Potential improvements for production:
- Add real form handling for email capture
- Integrate with analytics (Google Analytics, etc.)
- Implement dark mode
- Add blog/resources section
- Integrate with actual pricing API
- Add case studies page
- Implement A/B testing for CTAs
This is a redesign project for Ryze AI.
- Design: Modern SaaS website redesign
- Original Site: https://www.get-ryze.ai/
- Built with: React, TypeScript, Tailwind CSS
Note: This is a redesign project. All content and branding belong to Ryze AI.