quickcasa : ~/assets $ ls -la
serving static assets for the quickcasa platform
Static asset delivery for the QuickCasa platform
assets.quickcasa.ai contents
/ icons/ directory immutable
/ fonts/ directory immutable
* logo.png image/png 24h
* icon.png image/png 24h
~ icons/css/all.min.css text/css immutable
@ icons/webfonts/fa-solid-900.woff2 font/woff2 immutable
@ icons/webfonts/fa-regular-400.woff2 font/woff2 immutable
@ icons/webfonts/fa-brands-400.woff2 font/woff2 immutable

What is this?

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.

Why a separate domain?

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.

Cache policy

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.

Looking for the API?

If you are building on QuickCasa, you probably want api.quickcasa.ai for the REST API or mcp.quickcasa.ai for the MCP server.

// assets.quickcasa.ai is a static file server.
// it does not run application code.
// it does not accept POST requests.
// it does not set cookies.
// it just serves files, quickly.
operational edge-cached cookieless quickcasa.ai