Simple redirects or URL shorteners for quick business flows.
This project is using Remix. See the Remix docs and the Remix Vite docs for details on supported features.
Install Bun or Node.js with npm/pnpm/Yarn.
Run the Vite dev server:
bun devFirst, build your app for production:
bun buildThen run the app in production mode:
bun startNow you'll need to pick a host to deploy it to.
If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of bun build
build/serverbuild/client