Aliasto is a local-first browser extension for personal go links, with a companion website at aliasto.com.
NOTE: A lot of the code in this repository was written with/by AI. There are some tests here and there but this is far from polished. Thankfully, the logic is simple enough for coding agents to handle pretty well :D
- Create short aliases (for example,
@gh) that redirect to full URLs. - Resolve aliases locally in the extension for fast redirects.
- Search and manage aliases from the extension UI.
- Keep your alias data on-device (no required account).
apps/ext: browser extension (built with WXT)apps/web: public website / landing page (built with Next.js)packages/ui: shared UI components
- Install dependencies:
pnpm install - Run workspace tasks:
pnpm dev,pnpm lint,pnpm check-types
This is a personal project I'm sharing openly. While I'm not actively looking for contributions, feel free to open an issue if you'd like to suggest a new feature or report a bug!