You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebrand: InboxIQ → Threadly with custom SVG logo system
- Design new Threadly logo: thread-chain icon (3 stacked lines with
connecting dots on a purple gradient rounded square) + wordmark with
"Thread" in dark slate and "ly" in brand purple (#7C3AED)
- Add logo.svg (light wordmark), logo-dark.svg (white wordmark for dark
backgrounds), and icon.svg (standalone icon for favicon/PWA)
- Update manifest.json: name/short_name → Threadly, theme-color → #7C3AED,
add SVG icon entry for modern browsers
- Update _document.tsx: meta description and theme-color to match new brand
- Replace all Zap icon + "InboxIQ" text combos with <img> logo in:
Layout.tsx (desktop + mobile sidebar), pages/index.tsx (navbar, footer),
pages/auth/signin.tsx, pages/auth/signup.tsx (both panel variants)
- Replace all remaining "InboxIQ" text in: landing page copy, auth pages,
privacy.tsx, hero URL bar mockup, package.json
- Update the hero browser mockup URL bar to app.threadly.ai
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
description: 'The more you use InboxIQ, the smarter it gets. It learns your preferences, business context, and communication style over time.',
215
+
description: 'The more you use Threadly, the smarter it gets. It learns your preferences, business context, and communication style over time.',
219
216
color: 'text-red-600',
220
217
bg: 'bg-red-50',
221
218
},
@@ -260,7 +257,7 @@ function HowItWorks() {
260
257
step: '01',
261
258
icon: Mail,
262
259
title: 'Connect your Gmail',
263
-
description: 'Securely connect your Gmail account with one click using Google OAuth. InboxIQ never stores your email credentials.',
260
+
description: 'Securely connect your Gmail account with one click using Google OAuth. Threadly never stores your email credentials.',
264
261
color: 'bg-primary-600',
265
262
},
266
263
{
@@ -452,15 +449,15 @@ const testimonials = [
452
449
role: 'Founder, Apex Web Studio',
453
450
avatar: 'SC',
454
451
avatarColor: 'from-purple-400 to-purple-600',
455
-
quote: "InboxIQ has completely changed how I run my agency. I used to spend 2 hours a day in email. Now it's 20 minutes. The AI reply drafts alone are worth every penny.",
452
+
quote: "Threadly has completely changed how I run my agency. I used to spend 2 hours a day in email. Now it's 20 minutes. The AI reply drafts alone are worth every penny.",
456
453
stars: 5,
457
454
},
458
455
{
459
456
name: 'Marcus Johnson',
460
457
role: 'Freelance Consultant',
461
458
avatar: 'MJ',
462
459
avatarColor: 'from-blue-400 to-blue-600',
463
-
quote: "I was skeptical about AI email tools but InboxIQ blew me away. It caught an urgent client message I would have missed during a busy week. That single email saved a $15k contract.",
460
+
quote: "I was skeptical about AI email tools but Threadly blew me away. It caught an urgent client message I would have missed during a busy week. That single email saved a $15k contract.",
464
461
stars: 5,
465
462
},
466
463
{
@@ -479,7 +476,7 @@ function Testimonials() {
479
476
<divclassName="mx-auto max-w-7xl">
480
477
<divclassName="text-center mb-16">
481
478
<h2className="text-4xl font-bold text-gray-900">Loved by service business owners</h2>
482
-
<pclassName="mt-4 text-xl text-gray-600">Join hundreds of businesses saving time with InboxIQ.</p>
479
+
<pclassName="mt-4 text-xl text-gray-600">Join hundreds of businesses saving time with Threadly.</p>
0 commit comments