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. Even for AI extraction, only the extracted PDF text is sent to the LLM provider (Anthropic or OpenAI depending on your key). 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?
Individual and Team plans: 99.5% monthly uptime SLA for API routes. Enterprise plans: 99.9% with a dedicated incident response SLA of 4 hours. The client-side editor is always available regardless of our servers — it runs in your browser.
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.