What does GladeKit collect from my project?
When you connect GladeKit to a Unity or Unreal project, we gather only what’s needed to give you relevant, project-aware answers. That includes:- Scripts: paths, file names, and source content (used for search and retrieval).
- Project context: scene hierarchy, scene summary, list of scripts, and installed packages - used to build context for your prompts.
Who owns the code and outputs GladeKit generates?
You do. Scripts and other project outputs produced by GladeKit are yours. We don’t claim any ownership over code or content created in your project. Our EULA confirms that you retain ownership of your project and your use of the Software.Do LLM providers train on my code?
No. The models we call (e.g. OpenAI, Anthropic) receive your project data only to fulfill a single request. Our contracts with these providers forbid them from using your data for model training. Your code and project data are not used to train any third-party models.Where is my data stored, and how long do you keep it?
- Search index (scripts): Script content is stored in our cloud database to support semantic search. When you run “index project” again, we replace your existing index with the new one - we keep a single project index per account.
- Temporary caches: Context (e.g. scene info, script list) is cached for a few minutes to speed up requests, then discarded.
- Sessions: Chat session metadata lives in our backend and may be cached for up to 7 days so sessions persist across restarts.
How is my data protected in transit and when stored?
- In transit: All requests to our services use HTTPS (TLS). Data leaving the GladeKit app is encrypted in flight to our backend and to any storage or AI providers we use.
- At rest: Stored data and caches sit on our backend infrastructure with encryption at rest. We don’t keep your project data in plaintext.
What do you do with my account and sign-in data?
We use personal data only to operate the service (e.g. identity and authentication). Details on what we collect and how we handle it are in our Privacy Policy (gladekit.com or in the app). Sign-in (email/password or OAuth with Google/GitHub) is handled by our backend. The app keeps session tokens locally and sends them with requests to our backend for authorization.At a glance
| Area | In short |
|---|---|
| What we collect | Script paths, names, and content; project context (scenes, hierarchy, packages). No binary assets. |
| LLM training | Your data is not used to train provider models. |
| Storage | One project index per account (replaced on re-index); short-lived context cache; session data up to 7 days. |
| Protection | HTTPS in transit; encryption at rest on our backend. |
| Account data | See Privacy Policy; sign-in via our backend; sessions stored locally for API access. |
| Ownership | You own all scripts and outputs from GladeKit. |

