Use your domain somewhere else
If you only want the domain to point to another website or service, leave the domain registered with Stardeck and change its DNS records:- Open Organization Settings → Domains.
- Find the domain and click DNS.
- Click Add Record, then add the records supplied by your new hosting provider.
Transfer your domain registration
For a domain purchased through Stardeck:- Open Organization Settings → Domains.
- If the domain is assigned to an app, click Unassign first.
- Click Settings → Initiate Transfer, then confirm.
- Contact Stardeck support for the authorization code and give it to your new registrar to complete the transfer.
Move your app
Stardeck apps use Graviton, Stardeck’s architecture based on Next.js. The repository is a Next.js app and can be adapted to run anywhere that supports Next.js, but it is not a self-contained export of every Stardeck service. The following platform-backed packages require Stardeck services and credentials. Replace or re-engineer any features that use them before running independently:
Your repository also does not contain your hosted data, decrypted secrets, domain registration, or
dashboard configuration. Move each dependency your app uses and configure its replacement on the
new host. See The SDKs for the full capability map.
Move your Data Store data
Cloning the repository does not copy your Data Stores. Export and import the data separately before switching off the Stardeck-hosted app. For a database store:- Open Dashboard → Data Stores, then select the store and the branch you want to move.
- Open a table and click Export.
- Choose CSV or TSV, include all columns, and download the export.
- Repeat for every table and every branch you need, then import the files into your new database.
Get the code
- Open the app in Stardeck and go to App Settings → Repository.
- Under GitHub Repository Access, click Add GitHub User.
- Enter your GitHub username, grant the access level you need, and click Add Collaborator.
- Accept the private-repository invitation from GitHub.
- Clone the repository from GitHub.