When you are ready to share your app with the world — or even just with a colleague — Genie gives you several tools to control access and distribution. You can make your project public, grab a shareable link, allow others to fork it with the Remix feature, and connect a custom domain so your app lives at your own URL.Documentation Index
Fetch the complete documentation index at: https://docs.genie-app.de/llms.txt
Use this file to discover all available pages before exploring further.
Public vs. private
Every project in Genie has a visibility setting that is either public or private. You control this with the Visibility toggle in Settings > General.- Public
- Private
A public project is accessible to anyone who has the link — no Genie account required to view the live app. Public projects can also appear in community listings on Genie.When to use: when you want to share your app with customers, collaborators, or the general public.
Changing visibility takes effect immediately after you click Save in project settings. There is no delay or re-deployment step.
Getting a shareable link
Each project has a persistent URL you can send to anyone. You can find this URL in Settings > General or by copying it directly from your browser’s address bar when you are viewing the live app.Copy the URL
Copy the project URL from your browser’s address bar, or from the URL shown in Settings > General.
Remixable projects
Making your project remixable allows other Genie users to create their own independent copy of your app with a single click. This is similar to “forking” in version control — the person who remixes gets a full copy they can customize without affecting your original.Enabling remixing
What happens when someone remixes
When a signed-in user clicks Remix on your project:- Genie creates a new project in their account.
- The new project is a complete copy of your generated app at the moment of remixing.
- Genie records that the new project was remixed from yours (tracked internally for attribution).
- The user is redirected to their new project, where they can prompt Genie to make further changes.
Remixing requires the user to be signed in to Genie. If an unauthenticated visitor clicks Remix, they are redirected to the login page and then returned to complete the remix after signing in.
Custom domains
You can connect a custom domain to your project so your app is accessible at a URL you own — for example,app.yourbusiness.com — instead of the default genie-app.de subdomain.
Custom domain configuration is managed through Genie Cloud. Your project must have Genie Cloud connected before you can attach a custom domain.
Connect Genie Cloud
If you have not already done so, open Settings > Cloud and connect Genie Cloud to your project. See Genie Cloud overview for instructions.
Add your domain
In your Genie Cloud dashboard, navigate to the domain settings for your project and enter the custom domain you want to use.
Update your DNS
Follow the DNS instructions provided by Genie Cloud. You will typically need to add a CNAME record pointing your domain to the Genie Cloud-provided hostname.
Summary of sharing options
| Option | Requires public project | Requires Genie Cloud | Who can access |
|---|---|---|---|
| Default project URL | Yes | No | Anyone with the link |
| Remixing | Yes + Remixable enabled | No | Signed-in Genie users |
| Custom domain | Yes | Yes | Anyone with the domain |