REST API. LLM server. Media CDN. MCP server. Every endpoint authenticated with a single API key.
100+ endpoints across 113 factory modules. Full CRUD for leads, inventory, properties, forms, media, employees, roles, and more. Webhook receivers with automatic deduplication. Factory pattern architecture means every resource is fully addressable.
OpenAI-compatible API for text, image, and video generation. Use the OpenAI SDK — just change the base URL. Supports streaming, automatic media hosting, and multiple model tiers. Text, image turbo/quality, and video from Kling, MiniMax, and Veo2.
Permanent URLs for every asset. Edge caching with 24-hour TTL. Granular access control — public, password-protected, or expiring share links. Automatic view tracking. Upload once, serve everywhere, control who sees it and for how long.
38 tools for AI-assisted website building via Model Context Protocol. Connect Claude Code, Cursor, Windsurf, or any MCP client. Create pages, write files, access CMS data, publish to custom domains — all from your terminal or AI editor.
Already using the OpenAI SDK? Change one line. Your existing code works instantly with QuickCasa's LLM server — text chat, image generation, and video creation all included.
import OpenAI from 'openai' const client = new OpenAI({ baseURL: 'https://llm.quickcasa.ai/v1', apiKey: 'usr_your_api_key' }) const chat = await client.chat.completions.create({ model: 'qc-text-1', messages: [{ role: 'user', content: 'Draft a listing for unit 4B' }] }) const image = await client.images.generate({ model: 'qc-image-quality', prompt: 'Modern condo interior, natural light' })
Every tool is API-accessible. Build on top of them or use the admin portal — your call.
Full Monaco IDE. File tree, live preview, AI chat, revision history. Dev mode or vibe mode.
38 tools for AI-assisted building. Claude Code, Cursor, any MCP client.
Multi-page flows, validation, conditional logic. Auto-generated TypeScript schemas.
Dynamic JS injection across domains. Load order control. Toggle without redeployment.
Web scraping + API extraction. Cron scheduling. Transform scripts. Audit logs.
Branded landing pages in minutes. Embedded forms. SEO controls. Multi-page.
Multi-modal workspace. Text, image, video generation in one place.
LLM-powered i18n. One script tag. Context-aware. Any website.
7 templates. Custom fields. Draft/publish. Virtual pages. Slug routing.
Buy in-app or bring your own. DNS verification. Multi-track publishing.
Personal and company-scoped. One key for all 4 servers.
Custom roles. AI-generated descriptions. Per-endpoint enforcement.