Features

Last updated: May 22, 2026

FitCorgi is a toolkit of lightweight web tools β€” a link shortener with QR codes and click analytics, plus seven standalone utilities that run in your browser. No install required for any of it.

Link Shortener

Paste any URL and get a short link right away. No account needed for your first six links. Sign in to save them long-term, see your click analytics over time, and export your links.

CapabilityDetails
Short link format7-character readable slug β€” no ambiguous characters
Page titleAuto-pulled from the destination URL at creation
URL safetyEvery link screened against Google Safe Browsing before it goes live
Anonymous useUp to 6 links without signing in; claim them by creating an account later
CSV exportDownload all your links and click counts as a spreadsheet
CSV importUpload a spreadsheet to add links in bulk

QR Codes

Every short link comes with a QR code generated at H-level error correction β€” the highest level available. That means the code still scans correctly even when printed small, on paper menus, stickers, or business cards. Download as PNG or get a printable PDF.

The standalone QR generator also supports Wi-Fi network codes.

Click Analytics

Each click is recorded without cookies or device fingerprinting. Every visit logs location (country, region, city, timezone), whether it came from a QR scan or a direct link, and any UTM tags in the URL.

  • Bot visits are counted and separated from human clicks
  • UTM tags are captured automatically β€” source, medium, and campaign
  • Anonymous sessions are kept for 90 days; sign in to keep them permanently
  • The link detail page shows total clicks, human clicks, QR scans, and bot visits for each link
  • Extended analytics cards β€” click timeline, top countries, top referrers, and device/browser breakdown β€” are available on a Pro account

Utility Tools

These run in your browser. Nothing is sent to a server unless the tool has to make a network call β€” IP address lookup and DNS record lookup do by design.

ToolWhat it does
Password GeneratorRandom passwords with length and character-set controls
IP Address LookupYour public IP address, location, and internet provider
DNS Record LookupA, AAAA, MX, TXT, and CNAME records for any domain
UUID GeneratorUUIDv4 and UUIDv7 on demand, with copy and CSV download
Base64 Encoder & DecoderEncode and decode text to and from Base64
Word CounterWord, character, sentence, and paragraph counts in real time
Link StatsClick stats for any public FitCorgi short link β€” no sign-in needed

Account & Access

Sign in with Google, Zoho, or a magic link sent to your email. No password to create or remember.

Your dashboard lists every saved link with click counts and quick actions: copy, download QR, and delete. Links you create before signing in are connected to your account automatically on first sign-in.

A beta program is open for early access to features still in testing. Apply at /beta.

Roadmap

Last updated: May 22, 2026

Here's what's being worked on now, what's coming next, and what's further out on the trail. This page is updated as items ship or shift.

Got a feature request? Hit the feedback button β€” it feeds directly into what gets prioritized.

In Progress

FeatureNotes
Editable link titleRename any saved link's display title from the dashboard
Editable slugChange the short link handle itself β€” not just the title
Custom QR saveSave branded QRs (with an embedded logo) to the cloud for reuse. The tab is visible in the dashboard; the save step is still in development.

Planned

These are confirmed for a future release but haven't started yet.

  • API tokens β€” programmatic access for developers building on top of FitCorgi
  • Custom domains β€” use your own domain for short links
  • Higher link limits β€” increased cap on the number of tracked links per account

Coming Soon

Confirmed direction β€” details and timing still being worked out.

  • Marketing tools β€” UTM builder (standalone), OG preview, SEO title checker, favicon generator, social image resizer
  • Share cards β€” auto-generated PNG cards for your QR codes, typing test results, and other tool outputs; shareable to social with one click
  • Tool collections β€” curated pages grouping tools by use case: Marketing Tools, Creator Tools, Business Tools, Analytics Tools
  • Embed any tool β€” copy a one-line iframe snippet to drop FitCorgi tools directly into your site or docs

Backlog

No committed date on any of these. They're tracked and revisited as bandwidth opens up.

  • Affiliate link tracking
  • PDF tools
  • 404 multiplayer corgi game

Changelog

Last updated: May 22, 2026

Most recent releases at the top.


May 18, 2026

Dashboard redesign All dashboard pages have been rebuilt with a new bento grid layout β€” Links, Archive, QR, Settings, and the link detail view. The link detail page now includes a click timeline, top countries, top referrers, and device/browser breakdown. These cards are visible to all users and unlocked on a Pro account.

The homepage layout has also been refreshed with updated copy and structure.


May 8, 2026

  • Magic link geo capture: middleware now records country, region, and device info when a user clicks a magic link to sign in
  • Analytics pipeline: typed funnel event wrapper standardized across all funnels; dashboard queries moved to a dedicated service file
  • Tools link added to the top navbar

May 6, 2026

Several improvements shipped together this week.

URL safety Every URL submitted to the shortener is now screened against Google Safe Browsing before a short link is created. Phishing and malware URLs are rejected at the point of submission.

Inline link title editing Link titles can be edited directly on the dashboard card β€” click the title text to edit in place.

UTM builder The link detail page now includes a built-in UTM parameter builder. Compose a trackable URL without leaving the dashboard.

Social sharing Copy-to-clipboard and share buttons added to link result cards and QR result cards.

Link Stats tool /tools/link-stats shows click counts for any public FitCorgi short link β€” no sign-in required.

Tools hub redesign The /tools page was redesigned with a card layout. Tools that aren't live yet are listed separately so it's clear what's available now and what's coming.


May 4–5, 2026

  • Live health status indicator added to the platform page
  • Dashboard sidebar height fixed; mobile menu button repositioned correctly
  • Analytics: removed external IP address lookup from the link click path; Vercel's built-in location headers are used instead for geo data on clicks
  • Guest link progress bar added to the homepage hero to show the anonymous usage limit

May 1–3, 2026

  • Sticky public navbar added across all public-facing pages
  • Semantic signal color tokens defined in CSS and exposed as Tailwind utilities (text-signal-*, bg-signal-*) β€” success, error, info, and warning
  • App icons updated
  • Corgi logo added to navbar; homepage hero copy updated
  • Mobile sidebar scroll issue fixed; menu button position corrected

April 30, 2026

  • Custom 404 page: corgi slideshow cycling through all seven brand images, with a back-to-home link
  • Link analytics detail page live at /dashboard/links/[id] β€” shows per-link click stats
  • UUIDv7 set as the default ID format across all database tables

April 29, 2026

Service layer extraction complete All direct database calls were removed from API route handlers. Queries now go through shared service files in lib/ β€” lib/links.ts, lib/users.ts, lib/admin.ts, lib/feedback.ts, and others. Route handlers are now thinner and easier to follow.

Other changes in this batch:

  • Feedback table schema extended
  • Sidebar collapse behavior and hover-dropdown timing polished
  • Development sign-in bypass fully removed from the auth flow

April 1–2, 2026

Utility tools launched Seven tools went live at once: password generator, IP address lookup, DNS record lookup, UUID generator, Base64 encoder & decoder, word counter, and QR code generator. All run entirely in your browser except IP address lookup and DNS record lookup, which make external network calls by design.

Analytics improvements

  • Geo data on link clicks now comes from Vercel's edge headers β€” no external API call needed
  • UTM tags captured per click
  • IP address stored in two fields: IPv4 and IPv6 separately

Tool polish Pretty password formatting, DNS autofocus, UUID CSV export, and copy icons added across the utility tool interfaces.


March 2026

Initial platform launch:

  • Link shortener β€” 7-character readable slugs, page title auto-fetch from the destination URL
  • QR code generation at H-level error correction with PNG and PDF download
  • Anonymous link creation with rate limits: sign-in prompt at the 6th link, hard block at the 11th
  • Sign-in via Google, Zoho, and magic link β€” all three providers active
  • Dashboard with saved links, click counts, CSV export, and bulk import
  • Beta access system with a public application page
  • Account deletion β€” soft delete with a 90-day recovery window before permanent removal
  • Content pages at /legal, /company, and /platform with MDX rendering and a sticky table of contents
  • Analytics on every click: location, device type, QR vs direct, UTM tags, bot detection, and anonymous session activity
Checking…
ApplicationChecking…
DatabaseChecking…
StorageChecking…

System Status

The indicators above reflect live checks made on page load. Reload to refresh.

Application The app server (running on Vercel) is tested by a direct ping. If this shows degraded, the site itself is unreachable.

Database A lightweight read query runs against the Supabase Postgres instance. If this shows degraded, link creation, sign-in, and the dashboard will not work.

Storage A bucket check runs against Cloudflare R2. If this shows degraded, QR code storage and retrieval may be affected β€” link shortening and redirects are not impacted.

Reporting a problem Use the feedback button on any page. Include what you were doing and your browser or device.