CONCEPT
Public link in. Typed destination out.
A shared LinksetGo URL identifies an app and saved link. The public resolver returns a safe projection containing the native destination, parameters, store URLs and web fallback. Draft, paused, expired or unknown links remain unavailable.
https://go.linksetgo.com/sample-app/welcome-offerONBOARDING
What the mobile team provides
These are public app identifiers used for platform verification. LinksetGo never needs private keys, keystore files or account passwords.
COMMUNITY EDITION
Self-host with PostgreSQL
LinksetGo runs as one Next.js and Payload deployment backed by a project-specific PostgreSQL role. Development can use the guided local setup; production should use committed migrations, HTTPS, backups and a reverse proxy or CDN.
Configure the environmentConnect PostgreSQL and set separate application, Payload and event-hashing secrets.
Seed the first administratorRun the idempotent setup to create the local admin, sample app and sample link.
Register an appAdd only public mobile identifiers. Never upload signing keys, keystores or Apple credentials.
Create and validate linksMap a public slug to a native destination, run Test Lab and scan on a physical device.
BEFORE LAUNCH
Verify on real devices
Platform records can validate configuration, but only installed production builds confirm the complete path. Test installed, not-installed, expired, paused and offline behavior on physical iOS and Android devices.
Read the React Native guideRead the custom-domain guide