Pricing

Changelog

Latest updates and improvements to Renprofile

April 14, 2026v0.6.3

Chat Widget UX & Inbox Reliability

Improvements

  • Overhauled chat widget UX with fixed auto-scroll, enhanced text streaming, and a styled typing indicator for a smoother conversation feel
  • Resolved stale closure bug causing outbound message status to get stuck on 'sending' indefinitely
  • Fixed beacon launcher color flash on load — launcher now stays hidden until the correct brand color is resolved
  • Surfaced AI-generated conversation summaries and tags directly in the agent sidebar for faster context at a glance
  • Reduced beacon icon size and fixed unsupported style prop on the Icon component
  • Updated settings, integrations, and inbox types to reflect latest API shape
April 13, 2026v0.6.2

Workspace Settings & Pricing Overhaul

New Features

  • Launched dedicated Manage Workspace settings page with full workspace configuration controls
  • Updated settings modal with refreshed icons for Personalisation, Wallet, and channel connections

Improvements

  • Overhauled pricing plans — now Starter, Growth, Scale, and Custom — with updated feature lists and overage pricing
  • Showcase section card content and landing page images refreshed to reflect current product
April 10, 2026v0.6.1

Docs Site & Widget TypeScript Migration

New Features

  • Launched Fumadocs-powered documentation site at docs.renprofile.me with Beacon quickstart, Widget API reference, and installation guides
  • Migrated the Beacon widget source to React 18 + TypeScript — full rewrite with typed components, a Zustand-style store, WebSocket service, and markdown rendering utilities
  • Removed datafa.st dependency from the widget bundle

Improvements

  • Fixed widget layout and expand bugs introduced during the migration
  • Excluded widget-src from root Next.js TypeScript compilation to prevent build conflicts
  • Fixed Tailwind PostCSS config bleed between the docs site and the main app on Vercel
April 9, 2026v0.6.0

Members, Billing & Beacon Customisation

New Features

  • Reworked Members page with a new Logs tab for full member activity history and an improved members table layout
  • Fixed escalation dialog buttons in the members view
  • Integrated live billing context — workspace layout now reads active plan and trial state from the billing API
  • Full Beacon customisation in settings: colour picker UI, dark mode toggle, widget theming, and live preview wired to saved config
  • Added BillingContext and useBilling hook for plan-aware rendering across the dashboard

Improvements

  • Fixed widget launcher color persistence and dark mode text rendering
  • Billing settings view now reflects real subscription data with upgrade flows
  • Auth and billing layouts added for cleaner page-level separation
April 6, 2026v0.5.5

Agent Onboarding & Live Configuration

New Features

  • Implemented task-based AI scraping with real-time progress tracking users can watch Rian index their website page by page during setup
  • Reordered onboarding steps with background workspace creation so the workspace is ready before the user finishes configuring
  • Wired agent sandbox telemetry to live configuration, Sandbox now reflects the exact agent state in production
  • Live agent configuration updates propagate immediately without requiring a restart or re-scrape

Improvements

  • Onboarding flow now feels significantly faster due to background initialisation running in parallel with user input
  • Sandbox session data now includes latency breakdowns per memory tier (hot, warm, cold)
March 28, 2026v0.5.0

Billing, Trials & Conversation Lifecycle

New Features

  • Launched full billing settings view with plan management and upgrade flows
  • Implemented trial guarding workspaces on expired trials are gated with an upgrade prompt rather than breaking silently
  • Added Trial Expired modal and upgrade modal with plan comparison and one-click upgrade
  • Resolved conversation UI, conversations can now be formally closed, marked resolved, and reopened with a full reopen flow
  • Inline feedback flow on conversation closure, agents can log resolution notes before closing
  • Conversation event threads, system events (assignment, escalation, closure) are now visible inline in the conversation timeline

Improvements

  • Resolved conversations are visually distinguished with a resolved pill and disabled assignment controls
  • Inbox now filters resolved conversations out of the default view automatically
  • Domain collision handling on signup — clearer error states when a workspace domain already exists
March 16, 2026v0.4.5

Beacon Live Chat Integration

New Features

  • Launched 'Beacon', our new premium website chat widget with real-time WebSocket support
  • Real-time presence tracking with 'Online' indicators and current URL visibility in the agent inbox
  • Unified setup drawer supporting both Simple Script and NPM installation methods
  • Identity Resolution API (Beacon.identify) for seamless visitor-to-customer conversion

Improvements

  • Verified 'By Renprofile' status for the web channel in integration settings
March 12, 2026v0.4.0

Omnichannel Inbox Architecture Migration

New Features

  • Launched unified Shared Support Inbox with full omnichannel support
  • Migrated legacy WhatsApp-specific endpoints to platform-agnostic /inbox architecture
  • Standardized message routing for WhatsApp, Instagram, and Facebook

Improvements

  • Renamed WhatsappService to InboxService for multi-platform compatibility
  • Unified data models by migrating types/whatsapp to types/inbox (10+ components updated)
  • Standardized API routes in apiRoutes.ts with platform-agnostic naming convention
  • Refactored ContactList, MessageView, and AgentSidebar for unified messaging flows
March 9, 2026v0.3.5

Workspace Context Refactor & RBAC Optimization

Standardization

  • Renamed DashboardContext to WorkspaceContext to align with multi-workspace terminology
  • Standardized on useWorkspace() hook across 10+ components for cleaner state access

Improvements

  • Implemented server-injected member_role optimization for instantaneous RBAC granting
  • Fixed stale UI state during conversation assignment with immediate local state updates
  • Relocated MobileFooter to prevent context crashes on non-workspace public routes
March 8, 2026v0.3.4

Performance & Asset Optimization

Improvements

  • Migrated heavy PNG high-resolution showcase assets to optimized WebP format
  • Implemented selective priority loading for images to prevent browser resource bottlenecks
  • Fixed button accessibility in Hero section by converting to standard anchor tags
  • Enhanced UI interactions by making decorative images unselectable and non-draggable
  • Standardized 'Contact Sales' and 'Request a Demo' navigation flows
March 7, 2026v0.3.3

Real-Time Notifications & Channel Refinements

New Features

  • Launched real-time notification system using Server-Sent Events (SSE)
  • Implemented a dual-style notification toast system for refined UI/UX
  • Introduced unified DisconnectChannelModal for consistent multi-platform management

Improvements

  • Integrated Instagram profile pictures directly into the workspace channels tab
  • Unified WhatsApp into the global channels model to streamline onboarding flow
March 6, 2026v0.3.2

Auth Security & Mobile Polish

New Features

  • Implemented Workspace Invitation Code gate to manage early access
  • Enhanced authentication security and refined workspace creation flow

Improvements

  • Overhauled mobile responsiveness across auth pages to prevent layout overflow
  • Fixed iOS auto-zoom behavior on input focus and refined mobile header typography
  • Revamped landing page sections (Hero, Showcase, Features, FAQ) with improved layout and fonts
March 2, 2026v0.3.0

Shared Support Inbox & Mobile Overhaul

New Features

  • Pivoted platform to a unified Shared Support Inbox with UI refinements
  • Integrated the Frimousse emoji picker directly into the chatbox
  • Added WhatsApp message scheduling, read receipt integrations, and 'enter-to-send'
  • Implemented role-based inbox visibility, conversation assignment features, 'Invite User' modal, and agent notes
  • Added custom brand icons and verified badges for channel integrations page
  • Introduced a high-conversion sales page, revamped enterprise pricing CTAs, and deprecated the old contact route

Improvements

  • Implemented responsive mobile view for inbox with WhatsApp-style nesting, optimized workspace layout, and chat spacing
  • Redesigned mobile navigation with nested menus and refined desktop/mobile styling
  • Finalized fixes to the WhatsApp flow, 3-phase lifecycle onboarding, and the verify-email page
  • Introduced design improvements to the landing page hero section, FAQ, and feature CTAs
December 8, 2025v0.2.0

Email Authentication System

New Features

  • Launched complete email authentication system with registration and login
  • Implemented secure password hashing and JWT token management
  • Added email verification flow for new user accounts
  • Built password reset functionality with secure token generation
  • Proper HTTP status codes for duplicate accounts (409) and validation errors (400)
October 28, 2025v0.1.0

🎉 Renprofile Launch

Initial Release

  • WhatsApp review collection with AI bot automation
  • Personalized review pages for businesses and creators
  • Dashboard for managing reviews and analytics
  • Review widget for website embedding
  • Secure authentication and user management