Skip to content

Repository files navigation

Ryze AI - Website Redesign

A modern, conversion-focused redesign of the Ryze AI marketing website built with React, TypeScript, and Tailwind CSS.

๐ŸŽฏ Project Overview

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

๐Ÿš€ Quick Start

Prerequisites

  • Node.js 18+ and npm/yarn/pnpm

Installation

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

The site will be available at http://localhost:5173

๐Ÿ“ Project Structure

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

๐ŸŽจ Design Decisions

Visual Design

  1. 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
  2. Typography

    • Inter font family for modern, professional look
    • Clear hierarchy: 5xl-7xl for headlines, xl for subheadings
    • Balanced line heights and spacing for readability
  3. Layout

    • Max-width containers (7xl) for optimal reading width
    • Generous white space for clarity
    • Grid-based layouts for consistency
    • Mobile-first responsive breakpoints
  4. Components

    • Rounded corners (xl, 2xl) for modern feel
    • Subtle shadows and hover effects
    • Smooth transitions for interactive elements
    • Card-based design for content sections

UX Improvements Over Original

1. Clearer Value Proposition

  • 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)

2. Better Information Architecture

  • 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

3. Improved Navigation

  • Before: Minimal navigation (only Case Studies, About Us)
  • After: Clear navigation with Features, Pricing, Testimonials
  • Mobile-friendly hamburger menu
  • Consistent header across all pages

4. Enhanced Social Proof

  • 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

5. Clearer Pricing

  • Before: No visible pricing information
  • After: Transparent pricing with 3 tiers
  • Clear feature comparison
  • FAQ section to address concerns
  • "Most Popular" badge for guidance

6. Better CTAs

  • 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)

7. Improved Mobile Experience

  • Before: Likely not optimized for mobile
  • After: Mobile-first design with responsive navigation
  • Touch-friendly buttons and spacing
  • Optimized layouts for all screen sizes

8. More Focused Content

  • 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

๐Ÿ”ง Technical Decisions

Technology Stack

  • 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

Component Architecture

  • Modular Components - Each section is a reusable component
  • Page Components - Pages compose multiple sections
  • Separation of Concerns - Components are self-contained and focused

Performance

  • Code Splitting - React Router handles route-based splitting
  • Optimized Images - Ready for image optimization (placeholders currently)
  • Minimal Dependencies - Lightweight bundle size

Accessibility

  • 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

๐Ÿ“ฑ Responsive Design

The design is mobile-first and responsive across:

  • Mobile: 320px - 767px
  • Tablet: 768px - 1023px
  • Desktop: 1024px+

Breakpoints use Tailwind's default:

  • sm: 640px
  • md: 768px
  • lg: 1024px
  • xl: 1280px

๐Ÿšข Deployment

Vercel (Recommended)

  1. Push code to GitHub
  2. Import project in Vercel
  3. Vercel will auto-detect Vite and configure build settings
  4. Deploy!

Netlify

  1. Push code to GitHub
  2. Import project in Netlify
  3. Build command: npm run build
  4. Publish directory: dist
  5. Deploy!

Manual Build

npm run build
# Output will be in the `dist` directory
# Serve with any static hosting service

๐Ÿ“ Content Notes

  • 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

๐ŸŽฏ Conversion Optimization

The redesign focuses on conversion through:

  1. Clear Value Proposition - Users understand benefits immediately
  2. Social Proof - Testimonials and stats build trust
  3. Transparent Pricing - Reduces friction in decision-making
  4. Multiple CTAs - Strategic placement throughout the page
  5. Trust Indicators - Free trial, no credit card, quick setup
  6. Reduced Cognitive Load - Clean design, clear sections
  7. Logical Flow - Natural progression from problem to solution to action

โœจ Current Features

  • โœ… 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

๐Ÿ”ฎ Future Enhancements

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

๐Ÿ“„ License

This is a redesign project for Ryze AI.

๐Ÿ‘ฅ Credits

  • 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.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages