Skip to content

Demo operations

The source repository is vanityURLs/v8s.link, and the deployed instance is https://v8s.link. It’s time to inspect how this instance behaves at runtime.

Core pages

English (en) is the main and fallback language when a localized page is unavailable because it’s not currently supported or installed during setup.

PathWhat it proves
v8s.linkDefault home page for searching or opening short links
v8s.link/lookup/Preview a short-link destination without opening it
v8s.link/404.htmlLocalized missing-link page
v8s.link/expired.htmlExpired lifecycle page
v8s.link/disabled.htmlDisabled lifecycle page
v8s.link/maintenance.htmlMaintenance lifecycle page
v8s.link/.well-known/security.txtMachine-readable vulnerability disclosure contact.

The current links are stored in custom/v8s-links.txt. Each non-comment row uses the link format documented in Link format: slug|target|state|title|description|tags|owner|expires_at|notes

Run ./scripts/lnk list in your own instance to see the current local inventory. Run ./scripts/lnk LONG_URL [SLUG] when you are ready to add a link through the command line interface.

SlugLong linkStateWhat it demonstrates
v8s.link/ai/chatchatgpt.comdefaultNested namespace for AI tools
v8s.link/pkg/nwww.npmjs.com/packagedefaultCompact package-manager namespace
v8s.link/social/xx.com/BHDicaire/defaultSocial profile namespace
v8s.link/test/1youtu.be/dQw4w9WgXcQpermanentPermanent redirect
v8s.link/test/2youtu.be/dQw4w9WgXcQephemeralTemporary redirect
v8s.link/test/3youtu.be/dQw4w9WgXcQexpired with an expiry dateExpired state page
v8s.link/test/4youtu.be/dQw4w9WgXcQdisabledDisabled state page
v8s.link/test/5youtu.be/dQw4w9WgXcQmaintenanceMaintenance state page
v8s.link/test/6youtu.be/dQw4w9WgXcQdeactivatedTrue not-found behavior
v8s.link/v8s/docvanityUrls.link/en/docs/defaultProject documentation shortcut
v8s.link/v8s/hugogithub.com/vanityURLs/websitedefaultWebsite source shortcut
v8s.link/v8s/issuesgithub.com/vanityurls/vanityurls/issuesdefaultIssue tracker shortcut
v8s.link/v8s/latestgithub.com/vanityURLs/website/releases/latestdefaultLatest release shortcut
v8s.link/v8s/roadmapgithub.com/orgs/vanityURLs/projectsdefaultProject roadmap shortcut
v8s.link/v8s/statusstatus.vanityUrls.linkdefaultPublic status shortcut

Operational references

Edit this page Last modified: