TL;DR: Kixie AI Insights turns call and SMS data into operational intelligence via three pre-built dashboards (Call History, SMS History, Connection Summary), a natural-language AI assistant called Kai that runs queries and builds visuals from plain-English questions, and a custom report builder for testing hypotheses across calls, texts, dispositions, talk/listen ratios, and outcomes. Automated alerts and scheduled reports send findings to email or Slack. Live preview sessions run Wednesday, October 30, 2025 at 9 AM PT and 12 PM PT.
/* Scoped base styles for the container */
#kixie-press-release-container {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, ‘Helvetica Neue’, Arial, sans-serif;
line-height: 1.6;
color: #1a1a1a;
background: #ffffff;
}
/* Scoped reset to prevent theme styles from interfering */
#kixie-press-release-container *,
#kixie-press-release-container *::before,
#kixie-press-release-container *::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#kixie-press-release-container .press-release-header {
background: linear-gradient(135deg, #0098C7 0%, #006b8f 100%);
color: white;
padding: 2rem 1.5rem;
text-align: center;
border-bottom: 4px solid #F10606;
}
#kixie-press-release-container .press-release-header .date {
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.9;
margin-bottom: 0.5rem;
}
#kixie-press-release-container .container {
max-width: 800px;
margin: 0 auto;
padding: 0 .5rem;
}
#kixie-press-release-container .hero {
padding: 4rem 1.5rem;
text-align: left;
border-bottom: 1px solid #e5e7eb;
}
#kixie-press-release-container .hero h1 {
font-size: 2.5rem;
font-weight: 800;
color: #1a1a1a;
margin-bottom: 1rem;
line-height: 1.2;
}
#kixie-press-release-container .hero .subtitle {
font-size: 1.5rem;
color: #0098C7;
font-weight: 600;
margin-bottom: 1rem;
}
#kixie-press-release-container .hero .badge {
display: inline-block;
background: #F10606;
color: white;
padding: 0.5rem 1.5rem;
border-radius: 50px;
font-weight: 700;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 2rem;
}
#kixie-press-release-container .hero .intro {
font-size: 1.125rem;
color: #4b5563;
max-width: 800px;
margin: 0 auto;
line-height: 1.8;
}
#kixie-press-release-container .section {
padding: 4rem 1.5rem;
}
#kixie-press-release-container .section:nth-child(even) {
background: #f8f9fa;
}
#kixie-press-release-container .section-header {
text-align: center;
margin-bottom: 3rem;
}
#kixie-press-release-container .section-header h2 {
font-size: 2rem;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 0.5rem;
position: relative;
display: inline-block;
}
#kixie-press-release-container .section-header h2::after {
content: ”;
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 4px;
background: #F10606;
border-radius: 2px;
}
#kixie-press-release-container .feature-card {
background: white;
border-radius: 12px;
padding: 1rem;
margin-bottom: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
border-left: 5px solid #0098C7;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#kixie-press-release-container .feature-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
#kixie-press-release-container .feature-header {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 1.5rem;
}
#kixie-press-release-container .feature-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #0098C7, #006b8f);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.75rem;
flex-shrink: 0;
}
#kixie-press-release-container .feature-card h3 {
font-size: 1.5rem;
font-weight: 700;
color: #1a1a1a;
flex: 1;
}
#kixie-press-release-container .feature-card p {
color: #4b5563;
margin-bottom: 1.25rem;
font-size: 1.0625rem;
line-height: 1.7;
}
#kixie-press-release-container .feature-card ul {
list-style: none;
margin: 1.5rem 0;
}
#kixie-press-release-container .feature-card ul li {
padding: 0.75rem 0;
padding-left: 2rem;
position: relative;
color: #374151;
line-height: 1.6;
}
#kixie-press-release-container .feature-card ul li::before {
content: ‘f00c’;
font-family: ‘Font Awesome 6 Free’;
font-weight: 900;
position: absolute;
left: 0;
color: #F10606;
font-size: 0.875rem;
}
#kixie-press-release-container .video-placeholder {
background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
border-radius: 12px;
padding: 1rem 1rem;
text-align: center;
margin: 0;
border: 2px dashed #9ca3af;
}
#kixie-press-release-container .video-placeholder i {
font-size: 4rem;
color: #6b7280;
margin-bottom: 1rem;
}
#kixie-press-release-container .video-placeholder p {
color: #6b7280;
font-weight: 600;
font-size: 1.125rem;
}
#kixie-press-release-container .video-placeholder .caption {
color: #9ca3af;
font-size: 0.9375rem;
margin-top: 0.5rem;
font-style: italic;
}
#kixie-press-release-container .use-cases {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin-top: 2rem;
}
#kixie-press-release-container .use-case-card {
background: white;
padding: 2rem;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
border-top: 4px solid #F10606;
}
#kixie-press-release-container .use-case-card .icon {
width: 50px;
height: 50px;
background: #fef2f2;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: #F10606;
font-size: 1.5rem;
margin-bottom: 1rem;
}
#kixie-press-release-container .use-case-card h4 {
font-size: 1.125rem;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 0.75rem;
}
#kixie-press-release-container .use-case-card p {
color: #4b5563;
font-size: 0.9375rem;
line-height: 1.6;
}
#kixie-press-release-container .info-box {
background: #f0f9ff;
border-left: 5px solid #0098C7;
padding: 2rem;
border-radius: 8px;
margin: 2rem 0;
}
#kixie-press-release-container .info-box h3 {
color: #0098C7;
font-size: 1.25rem;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.75rem;
}
#kixie-press-release-container .info-box p {
color: #374151;
line-height: 1.7;
}
#kixie-press-release-container .clinic-section {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
color: white;
padding: 4rem 1.5rem;
text-align: center;
}
#kixie-press-release-container .clinic-section h2 {
font-size: 2.25rem;
margin-bottom: 1rem;
color: white;
}
#kixie-press-release-container .clinic-section h2::after {
background: #F10606;
}
#kixie-press-release-container .clinic-section p {
font-size: 1.125rem;
margin-bottom: 2rem;
color: #d1d5db;
}
#kixie-press-release-container .clinic-times {
background: rgba(255, 255, 255, 0.1);
border-radius: 12px;
padding: 2rem;
max-width: 600px;
margin: 2rem auto;
backdrop-filter: blur(10px);
}
#kixie-press-release-container .clinic-times h3 {
color: #F10606;
font-size: 1.5rem;
margin-bottom: 1.5rem;
}
#kixie-press-release-container .time-slot {
background: rgba(255, 255, 255, 0.95);
color: #1a1a1a;
padding: 1.25rem;
border-radius: 8px;
margin-bottom: 1rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
#kixie-press-release-container .time-slot .time {
font-weight: 700;
font-size: 1.125rem;
color: #0098C7;
}
#kixie-press-release-container .cta-button {
display: inline-block;
background: #F10606;
color: white;
padding: 1rem 2.5rem;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
font-size: 1.0625rem;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(241, 6, 6, 0.3);
margin: 0.5rem;
}
#kixie-press-release-container .cta-button:hover {
background: #d10505;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(241, 6, 6, 0.4);
}
#kixie-press-release-container .cta-button.secondary {
background: #0098C7;
box-shadow: 0 4px 12px rgba(0, 152, 199, 0.3);
}
#kixie-press-release-container .cta-button.secondary:hover {
background: #007ba3;
box-shadow: 0 6px 20px rgba(0, 152, 199, 0.4);
}
#kixie-press-release-container .tldr-section {
background: #fef2f2;
border: 2px solid #F10606;
border-radius: 12px;
padding: 2.5rem;
margin: 3rem 0;
}
#kixie-press-release-container .tldr-section h2 {
color: #F10606;
font-size: 1.75rem;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
gap: 0.75rem;
}
#kixie-press-release-container .tldr-section ul {
list-style: none;
}
#kixie-press-release-container .tldr-section ul li {
padding: 0.75rem 0;
padding-left: 2.5rem;
position: relative;
color: #1a1a1a;
font-size: 1.0625rem;
line-height: 1.6;
}
#kixie-press-release-container .tldr-section ul li::before {
content: ‘f0a4’;
font-family: ‘Font Awesome 6 Free’;
font-weight: 900;
position: absolute;
left: 0;
color: #F10606;
font-size: 1rem;
}
#kixie-press-release-container .footer {
background: #1a1a1a;
color: #9ca3af;
padding: 3rem 1.5rem;
text-align: center;
}
#kixie-press-release-container .footer p {
margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
#kixie-press-release-container {width:100%;margin-left:-20px;}
#kixie-press-release-container .hero h1 {
font-size: 1.875rem;
}
#kixie-press-release-container .hero .subtitle {
font-size: 1.25rem;
}
#kixie-press-release-container .section {
padding: 3rem 1.5rem;
}
#kixie-press-release-container .feature-card {
margin-left:-20px;
padding: 0.75rem;
}
#kixie-press-release-container .use-case-card {margin-left:-20px;}
#kixie-press-release-container .info-box {margin-left:-20px;}
#kixie-press-release-container .feature-header {
flex-direction: column;
text-align: center;
}
#kixie-press-release-container .feature-card h3 {
font-size: 1.25rem;
}
#kixie-press-release-container .use-cases {
grid-template-columns: 1fr;
}
#kixie-press-release-container .time-slot {
flex-direction: column;
text-align: center;
}
#kixie-press-release-container .clinic-section h2 {
font-size: 1.75rem;
}
}
The AI That Turns Calls & SMS into Revenue Signals

Sales and operations teams run on conversations, but most call and text data sits dormant in logs and spreadsheets. Kixie AI Insights makes communications a first-class source of truth by delivering real answers (not raw data) that leaders and managers can act on immediately. Kixie AI provides live dashboards, automated reports, and AI-assisted trend detection so teams move from “what happened” to “what to do next” in seconds.
What Kixie AI Insights delivers

Pre-built dashboards and reports for role-ready operations
Out of the box you get three action-ready dashboards designed to remove reporting friction and give teams immediate visibility:
.video-container {
position: relative;
padding-top: 56.25% !important; /* 16:9 ratio */
margin-bottom: 40px !important;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
z-index: 5;
}
.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
background: rgba(0, 0, 0, 0.6);
border: none;
border-radius: 50%;
width: 80px;
height: 80px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s ease;
}
.play-button svg {
width: 36px;
height: 36px;
fill: white;
}
.play-button.hidden {
opacity: 0;
pointer-events: none;
}
- Call History Dashboard (total calls, missed vs answered ratios, response times, talk-time trends, and rep performance at a glance).
- SMS History Dashboard (message delivery, engagement, inbound/outbound patterns, and template/timing performance).
- Connection Summary (true connection rates, timing patterns, and team-level reliability metrics to optimize scheduling and speed-to-lead).
These dashboards are live inside Kixie and built to be operational from day one (no long setup cycles, no manual ETL), so teams can start diagnosing performance and coaching reps immediately.
Kai delivers conversational analytics for communications
Kai is a natural-language AI assistant that understands Kixie’s data model. Ask Kai plain-English questions like “Which reps improved connection rate this week?” or “Which SMS templates drive the most replies on Tuesdays?”, and Kai runs the queries, builds visuals, and returns concise, prescriptive insights in seconds. No SQL, no pivot tables, no waiting for analysts.
Custom report builder for testing any hypothesis
The report builder (assisted by Kai) removes the technical gatekeeper. Want to test whether message length affects reply velocity for a vertical, or which call cadence yields the highest meeting rate? Build the report in natural language or via the UI, run it against any field (calls, texts, dispositions, talk/listen ratios, outcomes), and get visual, shareable results you can act on.
Every chart can include an “AI Insight Box” that translates analytics into recommended actions for reps and managers (for example: coach faster, call now, or text this template). This “data → decision” design is central to the Kixie AI experience.
Use cases for immediate ROI

RevOps
Validate cadences and channel mixes across segments, reduce time-to-insight, and remove spreadsheet-driven debates.
Sales leaders
Scale the behaviors of top-quartile reps by understanding exactly what they do differently.
Managers & Enablement
Get coaching prompts tied to measurable signals (talk/listen ratio, follow-up speed, template performance).
Executives
Receive automated weekly AI summaries that surface trends and bottlenecks without manual reporting.
Kixie AI Insights also supports automated alerts and scheduled reports (email or Slack) so stakeholders receive the right signals without opening a dashboard.
See it first @ Kixie Clinic(s)

Join a short, focused preview where product experts demo the dashboards, show Kai answering live questions, and walk through the custom report builder. The Clinics are the fastest way to understand how Kixie AI Insights will change day-to-day operations for sales, enablement, and RevOps teams.
Wednesday, October 30, 2025
9:00 AM PT / 12:00 PM ET
Session 1
Reserve My Seat
12:00 PM PT / 3:00 PM ET
Session 2
Reserve My Seat
Seats are limited. Register now and secure early-access priority.
TL;DR

- Kixie AI Insights turns calls and SMS into real, revenue-driving intelligence, fast.
- Three role-ready dashboards plus Kai’s conversational analytics get teams from data to decision in seconds.
- The custom report builder lets you test any hypothesis across all communications data and convert insights into action.
- Join a Kixie Clinic on October 30 for an exclusive first look and early-access priority.
Reserve Your Spot for the Kixie Clinic
For product details, see internal product brief. Kai is part of Kixie AI Insights (live dashboards, automated reports, and a conversational analytics assistant built for call and SMS data).
Ready to close more deals with Kixie?
See how Kixie's AI-powered tools can transform your sales and support operations.
Start Free Trial