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 → Proyecta Cloud.

  • 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.

MetricFreeProBusiness
Function calls200k/month5M/month, then $2.50/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 storage500 MB/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.16/GB50 GB/month, then $0.16/GB
Action compute (Node)2 GB-hr/month25 GB-hr/month, then $0.42/GB-hr25 GB-hr/month, then $0.42/GB-hr
Action compute (V8)2 GB-hr/month25 GB-hr/month, then $0.21/GB-hr25 GB-hr/month, then $0.21/GB-hr
AI GatewayPay-as-you-goPay-as-you-goPay-as-you-go

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

Auto top-up. Go to Settings → Billing → Proyecta Cloud and configure auto-billing. Set a balance threshold and a top-up amount — when your balance drops below the threshold, credits are added automatically.

Usage alerts. Proyecta will alert you when you have used 50%, 75%, 90%, and 100% of your included monthly allowances so there are no surprises.

Manual top-up. You can also add credits manually at any time from the billing page.

  • Database bandwidth — avoid scanning entire tables; use indexes, limit queries, and paginate results
  • Action compute — move expensive computation to V8 actions where possible ($0.21 vs $0.42/GB-hr) and avoid long-running Node actions that hold memory

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.