Changelog
The public record of what shipped in Snipt. One-sentence summaries — for the full technical detail, see the team's internal release notes.
v0.10.0 — 2026-05-25
- Refreshed sign-in & sign-up. Both pages rebuilt on shadcn's Field primitives — tighter spacing, "Forgot your password?" sits inline with the password label, and the Terms / Privacy footnote now folds into the form card. Same on mobile and desktop.
- Account-linking groundwork. Internal: when an SSO provider goes live, users who originally signed up with email/password will be linked automatically by matching email instead of ending up with a duplicate account.
- Centralized error tracking. Every server, client, and edge runtime error now reports to Sentry with source-mapped stack traces, 10% performance tracing, and per-request user context — production issues surface to us before users have to report them.
v0.9.0 — 2026-05-25
- Real session expiry. Stay signed in for up to 7 days of inactivity, with a hard 30-day ceiling regardless of activity. Before this, sessions effectively never expired for daily users, and a stolen cookie that kept getting used had the same problem.
- Active sessions panel in Settings. See every device signed in to your account — browser + OS, sign-in date, last-active date, IP — and revoke any one of them with a click, or "Sign out everywhere else" to drop them all except the device you're on.
v0.8.0 — 2026-05-20
- Dated AI insights, with a Previous insights archive. Every insight card now shows the day the nightly engine generated it. The Analytics page surfaces only the latest batch; older days move to
/dashboard/analytics/insights, grouped by date. Dismiss from either page — both stay in sync.
v0.7.0 — 2026-05-19
- Custom social images per link. Core and up can replace the auto-generated social card — upload your own image (PNG/JPEG/WebP/GIF) or pull the destination page's own
og:image. Every social preview and crawler sees it; links without a custom image keep the dynamic Snipt card.
v0.6.0 — 2026-05-14
- AI slug suggestions. Paid plans get a Suggest button in the Create-link dialog — it reads the destination page and proposes a short, readable, URL-safe slug.
- AI insights now actually run in production. Fixed two silent failures in the nightly pipeline that had kept insights from ever generating on live data, so the engine now runs end-to-end.
- Consistent link tables. The dashboard and analytics link tables are now one component — the same phone-friendly layout, and long destination URLs truncate cleanly instead of overlapping the click counts.
- Sidebar stays put. The account row is pinned to the bottom of the screen even on long, scrolling pages like Settings.
v0.5.3 — 2026-05-13
- Comparison pages are reachable. Added a "Compare" column to the site footer so the Bitly / Dub / Rebrandly / TinyURL pages are linked from every marketing page, not just the sitemap.
v0.5.2 — 2026-05-12
- Mobile login & sign-out fixed. Resolved an "Invalid origin" error when logging in across the
wwwand apex domains, and a bug where signing out could leave you still appearing logged in. - Clearer AI insights empty state. When you have some traffic but not enough yet, the dashboard now shows your live click count and the threshold instead of a generic "check back tomorrow."
v0.5.1 — 2026-05-12
- Custom domains, the right DNS values. The "Show DNS" panel now reads your project-specific routing target from the live infrastructure response, so what we tell you matches what your provider's dashboard shows. No more hardcoded fallbacks — if the lookup fails, we tell you instead of guessing.
- Cleaner error messages. Vendor-specific phrasing replaced with generic "DNS provider" wording across the domain settings flow.
v0.5.0 — 2026-05-11
- Domain verification, fixed. Adding a brand-new domain now correctly shows you the TXT ownership challenge as Step 1, with the CNAME / A record as Step 2. Before this, first-time domains got stuck in Pending forever with no path forward.
- No more premature "Verified". Domains start as Pending and only flip to Verified once we confirm DNS is actually routing through us.
- "Show DNS" works on verified domains. Fixed an error that prevented the DNS panel from rendering for domains that had been successfully verified.
v0.4.0 — 2026-05-11
- Comparison pages —
/compare/bitly,/compare/dub,/compare/rebrandly,/compare/tinyurl. Honest, side-by-side feature + pricing comparisons. - Public changelog — this page. One-sentence summaries of every release so you can see what's shipping.
- Marketing header is session-aware. Logged-in users now see "Open dashboard →" instead of "Sign in" on every marketing page.
- Subscription webhook reliability. Better diagnostics when billing events arrive in unexpected shapes.
v0.3.1 — 2026-05-11
/docs/apiis now the full API reference. Previously linked out to a private repo; now the docs render directly on the page.
v0.3.0 — 2026-05-11
- AI insights engine — improvements so the AI can reliably surface anomalies, opportunities, and recommendations across your links.
- Smart routing — routing rules now feed the AI engine so insights can reference which contexts actually convert on your links.
- City-level analytics — Premium users now see top cities on the main analytics dashboard, not just the per-link page.
- API docs — the developer documentation page is now the full reference, rendered from source. No external links required.
- Marketing copy — homepage and pricing copy reworked to reflect what Snipt actually does, with no over-claims.
- Internal release pipeline — fixes to the build and release workflow so deploys are more reliable.
v0.2.0 — 2026-05-10
- Launched. Snipt's first public release.
- AI traffic intelligence — a nightly engine that reads your click data and surfaces anomalies, opportunities, and recommendations in plain English.
- Smart contextual routing — one short link can resolve to different destinations per visitor, by country, device, time, browser, referrer, language, or returning-visitor status.
- Custom domains — bring your own brand. Verified DNS, per-domain slug uniqueness, full integration with the analytics engine.
- REST API — scoped bearer tokens, OWASP-aligned security, rate limited per token. Manage your links from any script or CI pipeline.
- QR codes and Open Graph previews — one-click QR generation per link; share previews render with the link's destination metadata.
- Mobile deep linking — per-link iOS / Android destination overrides on Premium.
- Bulk import — paste or upload CSV to create up to 10,000 links in one job.
- Privacy controls — opt-in cookieless analytics; signed URLs (HMAC) for private links; trust scoring on every link; Google Safe Browsing screening at create.
- New pricing — Free, Core $7, Growth $19, Premium $69. Every tier undercuts the closest competitor.
Coming next
- Sign in with Google — wired and tested; pending verification with Google before we flip it on for everyone.
- Annual billing
- More integrations (Slack, webhooks, Stripe attribution)
- Team accounts with shared link inventories
If you want something prioritized, email us.