Does AAS Studio send my product data to any third party?
No. The editor runs locally in your browser. Product data never leaves your device unless you explicitly use AI extraction or save to cloud. For text-based AI extraction, only the extracted PDF text is sent to the LLM provider (Anthropic, OpenAI, Google, or xAI depending on your key). For scanned documents and for the battery-passport regulation path, vision/OCR extraction runs by default and sends the full source PDF to Anthropic and Google. The output AAS file is generated in your browser.
What data is stored on your servers?
If you use the cloud library: your AAS file content, the model name, and metadata. If you use AI extraction: a usage count record (no file content). Your Clerk profile (email, name) is stored for authentication. We do not log request bodies.
What is your uptime SLA?
We do not offer one, and would rather say so than write a number we cannot stand behind. AAS Studio is operated by one person: there is no on-call rotation and no 24/7 monitoring, so a promise of 99.9% availability with a four-hour incident response would be a contractual commitment backed by nothing. This page carried exactly that promise until 2026-08-05. What is true instead: the editor runs in your browser and keeps working while our servers do not, the validator and the CLI gate run offline, and a signed record can be verified without us at all. An availability commitment can be negotiated as part of a self-hosted engagement, where the infrastructure is yours.
Do you have a data processing agreement (DPA)?
Yes. Enterprise customers receive a DPA on request. For GDPR compliance, AAS Studio processes data under EU Standard Contractual Clauses with all sub-processors including Neon (Postgres), Clerk (auth), and Anthropic (AI).
Can I self-host AAS Studio?
The editor component is open-source under MIT license. Enterprise customers can receive a private deployment package including the full Next.js application. Contact us for details.