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.
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.
| Capability | Details |
|---|---|
| Short link format | 7-character readable slug β no ambiguous characters |
| Page title | Auto-pulled from the destination URL at creation |
| URL safety | Every link screened against Google Safe Browsing before it goes live |
| Anonymous use | Up to 6 links without signing in; claim them by creating an account later |
| CSV export | Download all your links and click counts as a spreadsheet |
| CSV import | Upload a spreadsheet to add links in bulk |
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.
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.
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.
| Tool | What it does |
|---|---|
| Password Generator | Random passwords with length and character-set controls |
| IP Address Lookup | Your public IP address, location, and internet provider |
| DNS Record Lookup | A, AAAA, MX, TXT, and CNAME records for any domain |
| UUID Generator | UUIDv4 and UUIDv7 on demand, with copy and CSV download |
| Base64 Encoder & Decoder | Encode and decode text to and from Base64 |
| Word Counter | Word, character, sentence, and paragraph counts in real time |
| Link Stats | Click stats for any public FitCorgi short link β no sign-in needed |
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.
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.
| Feature | Notes |
|---|---|
| Editable link title | Rename any saved link's display title from the dashboard |
| Editable slug | Change the short link handle itself β not just the title |
| Custom QR save | Save 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. |
These are confirmed for a future release but haven't started yet.
Confirmed direction β details and timing still being worked out.
No committed date on any of these. They're tracked and revisited as bandwidth opens up.
Last updated: May 22, 2026
Most recent releases at the top.
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.
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.
text-signal-*, bg-signal-*) β success, error, info, and warning/dashboard/links/[id] β shows per-link click statsService 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:
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
Tool polish Pretty password formatting, DNS autofocus, UUID CSV export, and copy icons added across the utility tool interfaces.
Initial platform launch:
/legal, /company, and /platform with MDX rendering and a sticky table of contentsThe 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.