Live Change Log

See what we're building, in real-time. Every feature, fix, and improvement shipped across the platform.

17,930
Total Changes
4,612
Features
4,542
Fixes
32
Projects
Filter by project
All Projects17,930AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,522TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,578kamo-login319kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs226Feature4,612Fix4,542Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
April 1, 2026
March 31, 2026
Fixkamo-marketing

Correct 7 legally contestable marketing claims across the site

1. 99.9% uptime — was claimed universally, now qualified: "Up to 99.9%" or "99.9% (Enterprise)". Fixed in Hero, Testimonials, CTAStrip, TrustBar, Features...

Kamo·5mo ago
Fixkamo-marketing

Adjust Free plan claim from "the full platform" to "core features"

"The full platform" is legally contestable since the Free plan has significant limits vs paid plans (1 user, 3GB, 100 contacts, view-only docs, no video/AI/HR/S...

Kamo·5mo ago
Featurekamo-marketing

Add icons to Login, Demo, and Start Free nav buttons

Login gets LogIn icon, Demo gets Play icon, Start Free gets Rocket icon. Applied to both desktop CTA buttons and mobile menu buttons.

Kamo·5mo ago
Fixkamo-marketing

Make pricing comparison table horizontally scrollable on mobile

Wrap the feature comparison table in an overflow-x-auto container with a 700px minimum width so columns maintain readable sizes on narrow screens. Users can swi...

Kamo·5mo ago
Fixkamo-marketing

Remove global scroll-behavior:smooth that prevented pages from starting at top

The html element had scroll-behavior:smooth globally, which caused Next.js client-side navigation to slowly smooth-scroll from the previous scroll position inst...

Kamo·5mo ago
Fixkamo-marketing

Remove inline display:flex that was overriding mobile breakpoint

The desktop nav container had display:'flex' in inline styles which overrode the Tailwind 'hidden lg:flex' class (inline styles always win over classes). This m...

Kamo·5mo ago
Fixkamo-marketing

Replace scroll-spy nav with main site links on homepage desktop and mobile

The homepage Navigation component was showing ScrollSpyNav jump-to-section links (Home, Features, Demo, Show Me, Cases, ROI, etc.) on desktop instead of the mai...

Kamo·5mo ago
Fixkamo-marketing

Replace homepage mobile menu scroll-spy links with site navigation links

The homepage Navigation.tsx mobile menu was showing section jump links (Home, Features, Demo, Show Me, Cases, ROI, Testimonials, Pricing, FAQ) instead of actual...

Kamo·5mo ago
Fixkamo-marketing

Convert all internal <a> and <motion.a> links to Next.js <Link> for proper client-side routing

- Footer.tsx: logo motion.a→Link, all footer nav links a→Link (removed window.location.href anti-pattern), sitemap a→Link - Navigation.tsx: logo motion.a→Link...

Kamo·5mo ago
Fixkamo-marketing

Move offer to /pricing/offer, add Pricing dropdown, fix mobile nav

- Move offer page from /offer to /pricing/offer as a sub-page of pricing so breadcrumbs (Pricing > Prelaunch Offer) are correct - Add Pricing dropdown in head...

Kamo·5mo ago
Featurekamo-marketing

Add prelaunch discount code 18DOFF with offer page and nav promo badges

- Create /offer page with: hero card showing $18/user discount on Business plan, copy-to-clipboard code block, price comparison (monthly/annual), countdown ...

Kamo·5mo ago
Fixkamo-marketing

Align Terms of Service and Privacy Policy with current pricing page

Terms of Service: - Fix "business phone" to "third-party phone integration (via RingCentral)" - Add custom domain requirement and branding inclusion on all plan...

Kamo·5mo ago
Featurekamo-marketing

Fully refactor calculator page to support new tier-based pricing model

Complete rewrite of the cost calculator to align with the 4-tier pricing model: - Plan selection: Starter ($29/$24) and Business ($64/$53) with visual cards - ...

Kamo·5mo ago
Fixkamo-marketing

Update pricing model — remove phone system, add shared storage pool, adjust tiers and rates

- Remove phone system/VOIP from all plans (not yet available), replace with RingCentral integration on Business+ - Custom domain & branding now included on all ...

Kamo·5mo ago
Featurekamo-marketing

Build comprehensive pricing page with 4-tier model, add-ons, bundles, and legal terms

Replaces the basic 2-tier pricing with a full 4-tier model (Free, Starter $29/mo, Business $59/mo, Enterprise custom) with annual billing toggle (17% savings), ...

Kamo·5mo ago
Featurekamo-marketing

Add FIPS 140-2 compliance to security page

Added FIPS 140-2 (Federal cryptographic module standards) to the compliance frameworks section. Updated grid to 3 columns.

Kamo·5mo ago
Fixkamo-marketing

Move Demo from Company dropdown to CTA button between Login and Start Free

Desktop: Demo button with green border accent sits between Login and Start Free. Mobile: Demo button added to the bottom CTA row as a third button.

Kamo·5mo ago
Featurekamo-marketing

Shared navigation with dropdowns, homepage Jump To sub-nav bar

SharedNavigation (used by both homepage and sub-pages): - Primary links: Home, Features (dropdown: All Features, Security, Roadmap), Pricing, Company (dropdow...

Kamo·5mo ago
Fixkamo-marketing

Remove all third-party audit, certification, and HIPAA claims

Kamo follows compliance standards but has not been audited or certified. Changes across 7 files: - "SOC 2 Compliant" → "SOC 2 Aligned" (TrustBar, CTAStrip, Dem...

Kamo·5mo ago
Fixkamo-marketing

Remove hexagon-divider class from TrustBar that clipped content

The hexagon-divider CSS sets height:60px and overflow:hidden, cutting off the trust indicator text. Removed the class to let content display fully.

Kamo·5mo ago
Featurekamo-marketing

Add HTML sitemap page, JSON sitemap API, dynamic KB articles in XML sitemap

New pages and endpoints: - /site-map — styled HTML sitemap with all static pages organized by category, plus dynamically loaded KB articles from Help Center, ...

Kamo·5mo ago
Fixkamo-marketing

Force full page reload from homepage footer, pure inline styles on PageHero

Root cause: Next.js 16 intercepts <a> tag clicks for client-side navigation. When navigating from homepage to sub-pages, the homepage's CSS context (Tailwind cl...

Kamo·5mo ago
Fixkamo-marketing

Align sub-nav links left, CTA buttons right

Split the nav into two groups: nav links (left-aligned next to logo) and CTA buttons (right-aligned). Uses flex with justify-content: space-between on the outer...

Kamo·5mo ago
Fixkamo-marketing

Align Home link in sub-nav, replace "Get Mine" with "Start Free" on homepage

- SubNavigation: Home link now wrapped in same div structure as category items with matching flex display and padding for consistent alignment - Homepage Navi...

Kamo·5mo ago
Featurekamo-marketing

Independent nav and footer for secondary pages, category landing pages

Replace homepage Navigation/Footer on sub-pages with fully independent SubNavigation and SubFooter components built entirely with inline styles to eliminate any...

Kamo·5mo ago
Fixkamo-marketing

Remove Framer Motion from breadcrumbs and footer links

Framer Motion's hydration was causing layout inconsistencies between homepage and sub-pages. Replaced: - Breadcrumbs: plain divs with explicit flexbox inline st...

Kamo·5mo ago
Fixkamo-marketing

Breadcrumbs use inline styles to guarantee single-line, footer uses dynamic import

- Breadcrumbs: replaced Tailwind classes with explicit inline styles to prevent any CSS cascade from breaking the single-line layout - Footer: loaded via dyna...

Kamo·5mo ago
Fixkamo-marketing

Nav links navigate to homepage sections when on sub-pages

- Desktop: ScrollSpyNav now accepts baseHref prop; on sub-pages it navigates to /{hash} instead of trying to scroll to non-existent elements - Mobile: menu li...

Kamo·5mo ago
Fixkamo-marketing

Breadcrumbs render inline on single line, footer moved inside main

- Breadcrumbs now use inline-flex with whitespace-nowrap to prevent wrapping - Footer moved inside <main> to match homepage DOM structure for consistent renderi...

Kamo·5mo ago
Fixkamo-marketing

Sub-page nav visibility, breadcrumb wrapping, and background consistency

- Set shouldAnimate=true on Navigation so it's visible without preloader - Add flex-wrap and whitespace-nowrap to breadcrumbs for clean line handling - Set expl...

Kamo·5mo ago
Fixkamo-marketing

Use LucideIcon type in roadmap page — verified with local build

All 24 routes compile and generate successfully.

Kamo·5mo ago
Fixkamo-marketing

Use React.JSX namespace for React 19 compatibility

JSX.Element is not a global namespace in React 19; must use React.JSX.Element.

Kamo·5mo ago
Featurekamo-marketing

Add 17 sub-pages, KB integration, tool replacement section, SEO, and UX improvements

Major additions: - Shared sub-page layout with PageHero, breadcrumbs, and consistent nav/footer - About, Contact, Features, Pricing, Roadmap, Security/Infrastru...

Kamo·5mo ago
Fixkamo-marketing

Achievement badge z-index so it renders above the navbar

Nav uses zIndex 10001; badge was at z-100 and getting clipped underneath.

Kamo·5mo ago
Fixkamo-marketing

Trust bar z-index, remove Docs/Microsoft branding, deduplicate trademark notice, fix Most Popular badge clipping

- Increase TrustBar z-index so hexagon graphics don't overlap text - Replace Word/Excel/PowerPoint with generic terms (documents, spreadsheets, presentations) -...

Kamo·5mo ago
Otherkamo-marketing

normalize line endings across all project files

Kamo·5mo ago
Otherkamo-marketing

rebrand marketing site from CRM to all-in-one white label Business Operating System

Reposition the entire marketing site around the concept of a unified BOS rather than merely a CRM. Remove unsubstantiated claims (Fortune 500 trust, 6.7M leads,...

Kamo·5mo ago
March 21, 2026
Fixkamo-marketing

Remove GradientMeshBackground orbs that follow mouse coder

The blue and purple radial gradient circles were rendered by the GradientMeshBackground component tracking mouse position.

Kamo·5mo ago
Fixkamo-marketing

Remove fireflies and scroll particle burst animations

Remove fuzzy ball (Fireflies) components from Hero, Features, Pricing, and SignupSection. Remove ScrollParticleBurstEnhanced firework animation from the main pa...

Kamo·5mo ago
Fixkamo-marketing

Replace broken Anthropic, OpenRouter, and xAI logo SVGs

The original files in kamo-internal were 404 placeholders (14 bytes). Replaced with proper SVG logos from Simple Icons.

Kamo·5mo ago
Featurekamo-marketing

Add AI provider logos to Integrates With marquee

DeepSeek, xAI (Grok), Meta (Llama), Perplexity, and Hugging Face.

Kamo·5mo ago
March 17, 2026
Featurekamo-marketing

Add Qdrant to Built With tech stack banner

Kamo·5mo ago

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing