URL Shortener

URL Shortener Used AI

20 devlogs
25h 9m
•  Ship certified
Created by editid

An open source, self hostable, URL shortener with link tracking, and more.

Timeline

Ship 1

1 payout of shell 328.0 shells

editid

about 1 month ago

editid Covers 20 devlogs and 25h 9m

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.

Update attachment

I have now added a ToS page, and a privacy policy page.

Update attachment

I have made it so that it automatically scans updated URLs to make it near instant between uploading and verification.

Update attachment

Worked on using ValKey to have more realtime URL verification. I might end up rewriting this entirely tomorrow.

Update attachment

Added virus checking to prevent abuse.

Update attachment

I started working on the platform based redirects

Update attachment

Added a 404 page for non-existant shortened URLs

Update attachment

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.

Update attachment

Working on using regex to flag invalid URLs, but I need to cover every single possible case, so this will take a while

Update attachment

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.

Update attachment

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.

Update attachment

I made the table look a bit nicer, as well as having more options for filtering.

Update attachment

Redesigned the editing interface, working on making it submit the changes to the server, as well as add some more user friendly error handling.

Update attachment

Working on adding a page to edit your shortened links

Update attachment

Added truncated slugs, and an edit button

Update attachment

Made a nice list of shortened URLs, as well as making links blue

Update attachment

I have added the placeholder data table from shadcn, as well as finally gotten around to customising the sidebar to have relevant links.

Update attachment

Added customisation menu, tried to make components myself, ended up using shadcn components.

Update attachment

Added auth, made the homepage look a bit nicer, with more functionality too

Update attachment

Make a homepage that looks somewhat good, the sidebar is still using placeholder content.

Update attachment