Analytics, Public Profiles & Editor Improvements
This is the biggest update yet. Beeograph now ships a fully built analytics engine, public profile pages on the web, and a dramatically improved editing experience with drag-and-drop widget ordering.
- Full Analytics SystemFeature
Widget click tracking, QR scan counts, CTR calculation, and peak-day / peak-hour breakdowns — all backed by a Supabase Edge Function that batches events for maximum performance. Daily aggregations run through a materialized view and data can be exported as CSV.
- Public Profile PagesFeature
Every profile now has a dedicated public page at /@username. The new PublicProfileWebScreen component delivers an optimized view without any editor overhead.
- Drag-and-Drop Widget EditorImprovement
Widgets in the web editor can now be reordered via drag-and-drop. The new DraggableWidgetWeb component replaces manual sorting for a much more fluid editing experience.
- Subtitles & Badges for WidgetsImprovement
Name and text widgets now support subtitles and configurable badges. The YouTube integration was also overhauled and renders videos more reliably.
- Floating Save OverlayImprovement
The editor now shows a floating save button while editing that stays accessible on narrow screens. The top-bar layout was adjusted for tight viewports.