An open source, self hostable, URL shortener with link tracking, and more.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I have added analytics to the site to monitor traffic, it is fully anonymous though, not even linked to the account that people sign in with.
I have made it so that it automatically scans updated URLs to make it near instant between uploading and verification.
Worked on using ValKey to have more realtime URL verification. I might end up rewriting this entirely tomorrow.
Added URL validation, it also tells you if you did not correctly set a URL, if a URL is set as invalid it cannot be accessed, if it's set as unknown it can be accessed, if it's set to valid it can be accessed.
Working on using regex to flag invalid URLs, but I need to cover every single possible case, so this will take a while
Added platform based URLs, will implement redirection tomorrow, as well as caching. I also added better URL validation to ensure that only possible domains are allowed.
Updated the page to edit a URL, working on device based redirects, I also updated the list of your URLs, as well as the welcome page to be more user friendly.
Redesigned the editing interface, working on making it submit the changes to the server, as well as add some more user friendly error handling.
I have added the placeholder data table from shadcn, as well as finally gotten around to customising the sidebar to have relevant links.