Public Blog & Reader Experience
Ideas and reports for the public blog (blog.vlogerly.com): layout, dark/light theme, search, pagination, social sharing, OG images, and SEO.
Share your comment
The admin app now has a live support chat widget available on every page. If you hit a wall — a confusing flow, a feature you can't find, a bug you suspect, a setting you can't explain — there's no...
Navigating between sections of the dashboard used to silently strip away any query parameters you had set: the date range filter on stats, the search query on articles, the active category filter, ...
Our features section on the marketing site was written for a slightly earlier version of the product. We've refreshed it to highlight the three capabilities that have grown the most:Analytics — the...
Our marketing site now loads a compliant cookie consent banner before any analytics scripts initialize. Visitors from jurisdictions with consent requirements see a banner on first visit; their choi...
The hero and the how-it-works section on our marketing site used to use static image exports of the admin UI. Those exports were locked to dark mode, baked into a single locale, and went stale ever...
Old service workers from prior offline-app deploys could intercept the post-sign-out navigation and serve a cached shell that 404'd on JavaScript chunks no longer present on the server. The only wo...
Two of our heaviest dependencies — our charting library and our rich-text editor — were being loaded eagerly on every admin page, even on routes that never use them. The sign-in page was shipping a...
Our static asset chunks — JavaScript bundles, web fonts, optimized images — were being served without cache headers. Browsers were revalidating every file on every navigation, paying a round-trip e...