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, a real-time database, serverless backend functions, authentication, AI Gateway, and email — all in one platform. You can see usage and billing at Settings → Billing.

  • Isolated runtime pods — Each project gets its own container with full Linux environment
  • Real-time backend — Database, serverless functions, and authentication
  • Infrastructure services — PostgreSQL, Redis, MongoDB, MySQL as sidecar containers
  • GitHub-backed code — All code stored in your own GitHub repository
  • 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.

MetricFreeProStudio
Function calls250k/month5M/month, then $2.88/million5M/month, then $2.50/million
File storage1 GB/month100 GB/month, then $0.035/GB-month100 GB/month, then $0.035/GB-month
Database storage1 GB/month25 GB/month, then $0.27/GB-month25 GB/month, then $0.27/GB-month
Database bandwidth1 GB/month25 GB/month, then $0.27/GB25 GB/month, then $0.27/GB
Vector embedding storage100 MB/month1 GB/month, then $0.70/GB-month1 GB/month, then $0.70/GB-month
Vector embedding bandwidth500 MB/month5 GB/month, then $0.14/1,000 query-GBs5 GB/month, then $0.14/1,000 query-GBs
Data egress1 GB/month50 GB/month, then $0.184/GB50 GB/month, then $0.16/GB
Action compute3 GB-hr/month25 GB-hr/month, then $0.48/GB-hr25 GB-hr/month, then $0.42/GB-hr
AI GatewayPay-as-you-goPay-as-you-goPay-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:

StateDescription
RunningActive and ready
SuspendedPaused after 60 min idle (resumes in seconds)
ArchivedCold storage after 24h suspended (takes longer to restore)
TerminatedPermanently 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. You get a full development environment with shell access during development, and automatic scaling in production.

Can I host my app elsewhere?

Your code is on GitHub. You can deploy it to any hosting provider (Vercel, Netlify, AWS, etc.) using standard deployment workflows.

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.