Domain tryemma.ai
United States
AMAZON-02
Software information

Vercel

tcp/443 tcp/80

  • Open service 216.198.79.1:80 · tryemma.ai

    2026-01-12 08:09

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://tryemma.ai/
    Refresh: 0;url=https://tryemma.ai/
    server: Vercel
    
    
    Redirecting...
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 216.198.79.1:443 · tryemma.ai

    2026-01-12 08:09

    HTTP/1.1 307 Temporary Redirect
    Cache-Control: public, max-age=0, must-revalidate
    Content-Type: text/plain
    Date: Mon, 12 Jan 2026 08:09:37 GMT
    Location: https://www.tryemma.ai/
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Id: fra1::px4ls-1768205377931-4305b55ea3d1
    Connection: close
    Transfer-Encoding: chunked
    
    
    Redirecting...
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 64.29.17.1:80 · www.tryemma.ai

    2026-01-04 08:37

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://www.tryemma.ai/
    Refresh: 0;url=https://www.tryemma.ai/
    server: Vercel
    
    
    Redirecting...
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 64.29.17.1:443 · www.tryemma.ai

    2026-01-04 08:37

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 700
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline
    Content-Length: 5839
    Content-Type: text/html; charset=utf-8
    Date: Sun, 04 Jan 2026 08:37:41 GMT
    Etag: "a9786bbafd24635ca914fb9e02116477"
    Last-Modified: Sun, 04 Jan 2026 08:26:01 GMT
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Cache: HIT
    X-Vercel-Id: sfo1::tgt65-1767515861712-9eb8894e9316
    Connection: close
    
    Page title: Emma.AI: Stop Missed Calls. Fill Your Schedule 24/7.
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Emma.AI: Stop Missed Calls. Fill Your Schedule 24/7.</title>
        <meta name="description" content="Stop losing patients to voicemail. Emma.AI handles inbound calls, SMS booking, and patient reactivation 24/7. Capture every opportunity." />
        <meta name="keywords" content="AI receptionist, healthcare answering service, dental AI voice agent, medical conversational AI, patient booking automation, missed call text back, Emma.ai" />
        <meta name="author" content="Emma.AI" />
        <link rel="canonical" href="https://tryemma.ai/" />
        <meta name="robots" content="index, follow" />
    
        <script type="application/ld+json">
          { "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "Emma.AI", "applicationCategory": "BusinessApplication", "operatingSystem": "Cloud", "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD", "description": "Free trial available." }, "description": "AI receptionist software for healthcare practices that automates inbound calls, scheduling, and patient reactivation.", "url": "https://tryemma.ai/", "publisher": { "@type": "Organization", "name": "Emma.AI", "logo": "https://tryemma.ai/assets/logo.png" } }
        </script>
    
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap" rel="stylesheet">
        <script>
          tailwind.config = {
            theme: {
              extend: {
                fontFamily: {
                  sans: ['Inter', 'sans-serif'],
                  display: ['Plus Jakarta Sans', 'sans-serif'],
                },
                colors: {
                  brand: {
                    50: '#f0f9ff',
                    100: '#e0f2fe',
                    200: '#bae6fd',
                    300: '#7dd3fc',
                    400: '#38bdf8',
                    500: '#0ea5e9', // Sky/Blue primary matching logo
                    600: '#0284c7',
                    700: '#0369a1',
                    800: '#075985',
                    900: '#0c4a6e',
                  },
                  accent: {
                    200: '#fed7aa',
                    300: '#fdba74',
                    400: '#fb923c', // Warm amber/orange from logo
                    500: '#f97316',
                  }
                },
                animation: {
                  'blob': 'blob 10s infinite',
                  'float': 'float 6s ease-in-out infinite',
                  'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',
                  'shimmer': 'shimmer 1.5s infinite',
                  'fade-in-up': 'fade-in-up 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards',
                },
                keyframes: {
                  blob: {
                    '0%': { transform: 'translate(0px, 0px) scale(1)' },
                    '33%': { transform: 'translate(30px, -50px) scale(1.1)' },
                    '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },
                    '100%': { transform: 'translate(0px, 0px) scale(1)' },
                  },
                  float: {
                    '0%, 100%': { transform: 'translateY(0)' },
                    '50%': { transform: 'translateY(-10px)' },
                  },
                  shimmer: {
                    '0%': { transform: 'translateX(-100%)' },
                    '100%': { transform: 'translateX(100%)' },
                  },
                  'fade-in-up': {
                    '0%': { opacity: '0', transform: 'translateY(10px)' },
                    '100%': { opacity: '1', transform: 'translateY(0)' },
                  }
                }
              }
            }
          }
        </script>
        <style>
          /* Smooth scrolling */
          html {
            scroll-behavior: smooth;
          }
          
          /* Custom Scrollbar */
          ::-webkit-scrollbar {
            width: 8px;
          }
          ::-webkit-scrollbar-track {
            background: #f1f1f1;
          }
          ::
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 216.198.79.1:443 · www.tryemma.ai

    2026-01-04 08:37

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 0
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline
    Content-Length: 5839
    Content-Type: text/html; charset=utf-8
    Date: Sun, 04 Jan 2026 08:37:41 GMT
    Etag: "a9786bbafd24635ca914fb9e02116477"
    Last-Modified: Sun, 04 Jan 2026 08:37:41 GMT
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Cache: HIT
    X-Vercel-Id: iad1::8nl9n-1767515861569-3c0f72189d44
    Connection: close
    
    Page title: Emma.AI: Stop Missed Calls. Fill Your Schedule 24/7.
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Emma.AI: Stop Missed Calls. Fill Your Schedule 24/7.</title>
        <meta name="description" content="Stop losing patients to voicemail. Emma.AI handles inbound calls, SMS booking, and patient reactivation 24/7. Capture every opportunity." />
        <meta name="keywords" content="AI receptionist, healthcare answering service, dental AI voice agent, medical conversational AI, patient booking automation, missed call text back, Emma.ai" />
        <meta name="author" content="Emma.AI" />
        <link rel="canonical" href="https://tryemma.ai/" />
        <meta name="robots" content="index, follow" />
    
        <script type="application/ld+json">
          { "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "Emma.AI", "applicationCategory": "BusinessApplication", "operatingSystem": "Cloud", "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD", "description": "Free trial available." }, "description": "AI receptionist software for healthcare practices that automates inbound calls, scheduling, and patient reactivation.", "url": "https://tryemma.ai/", "publisher": { "@type": "Organization", "name": "Emma.AI", "logo": "https://tryemma.ai/assets/logo.png" } }
        </script>
    
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap" rel="stylesheet">
        <script>
          tailwind.config = {
            theme: {
              extend: {
                fontFamily: {
                  sans: ['Inter', 'sans-serif'],
                  display: ['Plus Jakarta Sans', 'sans-serif'],
                },
                colors: {
                  brand: {
                    50: '#f0f9ff',
                    100: '#e0f2fe',
                    200: '#bae6fd',
                    300: '#7dd3fc',
                    400: '#38bdf8',
                    500: '#0ea5e9', // Sky/Blue primary matching logo
                    600: '#0284c7',
                    700: '#0369a1',
                    800: '#075985',
                    900: '#0c4a6e',
                  },
                  accent: {
                    200: '#fed7aa',
                    300: '#fdba74',
                    400: '#fb923c', // Warm amber/orange from logo
                    500: '#f97316',
                  }
                },
                animation: {
                  'blob': 'blob 10s infinite',
                  'float': 'float 6s ease-in-out infinite',
                  'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',
                  'shimmer': 'shimmer 1.5s infinite',
                  'fade-in-up': 'fade-in-up 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards',
                },
                keyframes: {
                  blob: {
                    '0%': { transform: 'translate(0px, 0px) scale(1)' },
                    '33%': { transform: 'translate(30px, -50px) scale(1.1)' },
                    '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },
                    '100%': { transform: 'translate(0px, 0px) scale(1)' },
                  },
                  float: {
                    '0%, 100%': { transform: 'translateY(0)' },
                    '50%': { transform: 'translateY(-10px)' },
                  },
                  shimmer: {
                    '0%': { transform: 'translateX(-100%)' },
                    '100%': { transform: 'translateX(100%)' },
                  },
                  'fade-in-up': {
                    '0%': { opacity: '0', transform: 'translateY(10px)' },
                    '100%': { opacity: '1', transform: 'translateY(0)' },
                  }
                }
              }
            }
          }
        </script>
        <style>
          /* Smooth scrolling */
          html {
            scroll-behavior: smooth;
          }
          
          /* Custom Scrollbar */
          ::-webkit-scrollbar {
            width: 8px;
          }
          ::-webkit-scrollbar-track {
            background: #f1f1f1;
          }
          ::
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 216.198.79.1:80 · www.tryemma.ai

    2026-01-04 08:37

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://www.tryemma.ai/
    Refresh: 0;url=https://www.tryemma.ai/
    server: Vercel
    
    
    Redirecting...
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 216.198.79.1:80 · tryemma.ai

    2026-01-04 08:35

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://tryemma.ai/
    Refresh: 0;url=https://tryemma.ai/
    server: Vercel
    
    
    Redirecting...
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 216.198.79.1:443 · tryemma.ai

    2026-01-04 08:35

    HTTP/1.1 307 Temporary Redirect
    Cache-Control: public, max-age=0, must-revalidate
    Content-Type: text/plain
    Date: Sun, 04 Jan 2026 08:35:50 GMT
    Location: https://www.tryemma.ai/
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Id: sfo1::9kkwd-1767515750676-56a8ae3e8845
    Connection: close
    Transfer-Encoding: chunked
    
    
    Redirecting...
    
    Found 2026-01-04 by HttpPlugin
    Create report
tryemma.ai
CN:
tryemma.ai
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-04 07:35
Not after:
2026-04-04 07:35
www.tryemma.ai
CN:
www.tryemma.ai
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-04 07:37
Not after:
2026-04-04 07:37
Domain summary
IP summary