Skip to content

Privacy

Privacy should explain what stays local, what reaches the server, and what goes to live AI when the app is active.

This is product copy for the ClastX website, not final legal counsel. It gives developers a clear mental model for how the app handles information before the full commercial stack is finished.

What ClastX stores right now

Local browser state such as saved sessions, selected plan preview, and project context.
Support preview submissions entered on the site.
Server-side runtime configuration needed to power the app.

What the server receives during live AI use

The current message, recent thread, selected model, and coding context you send from the workspace.
Enough request metadata to return an answer and keep the app functioning.

What is sent to the model provider

Workspace prompts, relevant conversation context, and selected model choice for the current request.
Only the context needed to generate the reply the user asked for.

What is not fully live yet

Multi-user accounts, shared team storage, and full project syncing.
A long-term hosted memory layer beyond the current product preview setup.