Everything Corvify can do.
A deep dive into every capability. No fluff — just real features, built for real Shopify merchants.
Pack System — Modular Mini-Apps
Packs are Corvify's core building block. Each Pack groups related resources into a single, named, versioned unit that you build iteratively through conversation.
What a Pack includes:
- JSONB database tables for custom data storage
- Metaobject definitions and entries for Shopify-native structured data
- Pages and blog articles for content
- Theme sections and snippets for storefront UI
- JavaScript and CSS code bundles served via App Proxy
- Skill instructions — Markdown guides injected into the AI's context when the Pack is active
Use cases: product configurators, FAQ sections, team directories, custom order forms, size guides — any feature your store needs.
Three Modes — Edit, Chat, Plan
Choose how you interact with Corvify. Each mode gives you a different level of control.
Edit Mode
Full tool access. The agent can create, update, and delete resources. This is where changes happen — products are created, Packs are built, pages are published.
Chat Mode
Read-only exploration. Ask questions about your store, analyze orders and sales, understand your data — without any risk of changes being made.
Plan Mode
Strategic planning with structured output. The agent creates detailed, multi-step execution plans that you review before switching to Edit mode to execute.
Custom Database — JSONB Tables
Shopify doesn't offer a flexible database layer. Corvify fills this gap with PostgreSQL JSONB tables that you create through conversation.
- JSON Schema validation on every table
- Full REST API via Shopify App Proxy (GET, POST, PATCH, DELETE)
- Configurable storefront access: none, read, or readwrite
- Parameterized queries — no SQL injection possible
- Row-level security enforced on every query
REST API Endpoints
Every table gets automatic REST endpoints through Shopify's App Proxy:
GET /apps/corvify/api/tables/:namePOST /apps/corvify/api/tables/:namePATCH /apps/corvify/api/tables/:name/:idDELETE /apps/corvify/api/tables/:name/:idFull Store Management
Corvify integrates deeply with Shopify's GraphQL Admin API. Manage your entire store through conversation.
Products & Collections — search, create, update, manage collection membership, set metafields
Metaobjects — create definitions, add entries, query and filter structured data
Pages & Blog Articles — create, edit, publish drafts via ActionCards
Orders & Analytics — search orders, get sales summaries across 7/14/30/60/90 day windows
Shop Policies — manage legal texts (Impressum, AGB, Datenschutz, etc.) with confirmation gates
Theme Inspection — read theme files, understand structure, deploy via App Extension blocks
Theme Integration
Two Theme App Extension blocks connect Corvify's data and code to your storefront — no direct theme file editing needed.
corvify-data — Display JSONB table entries on any page in table, card, or list format with sorting and filtering.
corvify-app — Load and execute Pack JavaScript and CSS bundles on any page. Perfect for configurators, interactive UIs, and custom widgets.
Security & Safety
Corvify is built with a safety-first architecture. Every layer protects your store and data.
- Row-Level Security (RLS) — every database query is scoped to your shop domain
- HMAC Verification — all App Proxy API requests are cryptographically verified
- Confirmation Gates — destructive actions require explicit merchant approval
- ActionCard Firewall — AI-generated content cannot be published without your click
- Full Audit Log — every action logged with type, result, tokens, duration, and tools used
- AES-256-GCM Encryption — BYOK API keys encrypted at rest, never logged or exposed
- Token Budgets — rolling daily/weekly/monthly windows prevent runaway costs
- Parameterized SQL — all database queries use parameterized statements
Token-Based Billing & BYOK
Transparent usage-based pricing with rolling token windows. No hidden costs.
Token-Based Billing
Every AI interaction uses tokens. Your plan includes daily, weekly, and monthly budgets tracked with rolling windows — no cron jobs, no surprises.
BYOK
From the Growth plan, bring your own Anthropic API key for unlimited usage. Keys are encrypted with AES-256-GCM and never logged.