Skip to content

Proyecta Cloud

Full-stack hosting with isolated runtime environments. Database, backend, auth, AI, email — all included.

Proyecta Cloud is the infrastructure that powers every Proyecta app. It includes hosting, your app’s data layer (content, records, and the commerce catalog), authentication, AI Gateway, email, and a realtime engine — all in one platform. You can see usage and billing at Settings → Billing.

  • Platform data layer — Your app’s durable content, records, and catalog live in the Proyecta platform (Postgres-backed, organization-scoped). This is the default store — Proyecta designs the data model, provisions collections, and seeds sample data before the UI is built. Your published app reads it straight from the browser over the public /v1/public/* API, authenticated with the app’s publishable key (pk_pub_*, safe to ship in the page) — that is what the built-in content hooks use. See Content Management.
  • Realtime engine (coming soon) — For apps with genuinely realtime needs (chat, live feeds, gameplay, per-user ephemeral state), a realtime layer will hold behavior/realtime state. Durable content still lives in the platform data layer.
  • Isolated runtime pods — Each project gets its own container with full Linux environment for building and publishing
  • Infrastructure services — PostgreSQL, Redis, MongoDB, MySQL as sidecar containers
  • Versioned code — Every change saves a numbered snapshot you can view
  • Custom domains — Free *.proyecta.live subdomain or bring your own domain

Every plan includes a monthly allowance. Paid plans can go beyond the allowance at the overage rates below.

The one meter that applies to every app is API requests — one unit per platform call your published app makes (reading content, submitting a form, checking out, sending email). The realtime engine meters below (function calls, database/vector storage and bandwidth, action compute) apply only to apps on the realtime engine (coming soon); a content-driven app that never touches it stays within the API-request allowance.

Metric Free Pro Studio
API requests 1,000/month 50,000/month 250,000/month
Function calls 250k/month 5M/month, then $2.88/million 5M/month, then $2.50/million
File storage 1 GB/month 100 GB/month, then $0.040/GB-month 100 GB/month, then $0.035/GB-month
Database storage 1 GB/month 25 GB/month, then $0.31/GB-month 25 GB/month, then $0.27/GB-month
Database bandwidth 1 GB/month 25 GB/month, then $0.31/GB 25 GB/month, then $0.27/GB
Vector embedding storage 100 MB/month 1 GB/month, then $0.81/GB-month 1 GB/month, then $0.70/GB-month
Vector embedding bandwidth 1 GB/month 5 GB/month, then $0.16/1,000 query-GBs 5 GB/month, then $0.14/1,000 query-GBs
Data egress 1 GB/month 50 GB/month, then $0.184/GB 50 GB/month, then $0.16/GB
Action compute 3 GB-hr/month 25 GB-hr/month, then $0.48/GB-hr 25 GB-hr/month, then $0.42/GB-hr
AI Gateway Pay-as-you-go Pay-as-you-go Pay-as-you-go

Enterprise plans are available with custom limits. Contact sales for details.

Credit balance. Proyecta will notify you when your credits reach zero. You can monitor your balance at Settings → Billing.

Increasing your credit allotment. You can increase your monthly credit allotment by changing the credit block quantity on your plan card in the billing page.

  • Database bandwidth — avoid scanning entire tables; use indexes, limit queries, and paginate results
  • Action compute — avoid long-running actions that hold memory; break large jobs into smaller incremental steps

Your development environment has these states:

State Description
Running Active and ready
Suspended Paused after 60 min idle (resumes in seconds)
Archived Cold storage after 24h suspended (takes longer to restore)
Terminated Permanently stopped

Published apps run on separate, production-grade infrastructure. Dev machine issues don’t affect your live site.

How does this compare to serverless hosting?

Proyecta uses container-based isolation for development and serverless infrastructure for production. Your project gets a full Linux development environment (the AI drives it on your behalf — there’s no shell access in the builder), and automatic scaling in production.

Can I host my app elsewhere?

Not today. Proyecta hosts your app, and there’s no code export — so you can’t deploy it to Vercel, Netlify, AWS, or elsewhere. See Export Your Data.

What regions are available?

Currently US-based hosting. EU and additional regions are planned.

What infrastructure does Proyecta Cloud run on?

Proyecta Cloud runs on Cloudflare and GCP infrastructure.