This domain serves static assets for the QuickCasa platform. JavaScript bundles, CSS stylesheets, font files, icons, and brand images. Everything that needs to load fast and cache forever.
Cookieless delivery, long-lived cache headers, and CDN edge caching. Static assets on their own domain means faster page loads and no cookie overhead on every request.
Versioned files (with hashes in the filename) get immutable cache headers. Brand assets like the logo are cached for 24 hours. Nothing is served without a cache strategy.
If you are building on QuickCasa, you probably want api.quickcasa.ai for the REST API or mcp.quickcasa.ai for the MCP server.
// it does not run application code.
// it does not accept POST requests.
// it does not set cookies.
// it just serves files, quickly.