A standalone Next.js project for the FlexURL entry portal.
Pick how you want to use FlexURL:
- Dashboard — redirects to
https://dashboard.flexurl.link. Account required, visitor stats, analytics. - Privacy mode — create a short link on the fly. No account, just a slug, a destination URL and an expiration date.
- Next.js 16 (App Router)
- React 19
- TypeScript
| Path | Description |
|---|---|
/ |
Portal — the two-mode landing page |
The Dashboard option is an external link to https://dashboard.flexurl.link. The Privacy form runs entirely client-side.
npm install
npm run devnpm run build
npm run start