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.
Architecture
Section titled “Architecture”- 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.livesubdomain or bring your own domain
Pricing
Section titled “Pricing”Every plan includes a monthly allowance. Paid plans can go beyond the allowance at the overage rates below.
| Metric | Free | Pro | Business |
|---|---|---|---|
| Function calls | 200k/month | 5M/month, then $2.50/million | 5M/month, then $2.50/million |
| File storage | 1 GB/month | 100 GB/month, then $0.035/GB-month | 100 GB/month, then $0.035/GB-month |
| Database storage | 500 MB/month | 25 GB/month, then $0.27/GB-month | 25 GB/month, then $0.27/GB-month |
| Database bandwidth | 1 GB/month | 25 GB/month, then $0.27/GB | 25 GB/month, then $0.27/GB |
| Vector embedding storage | 100 MB/month | 1 GB/month, then $0.70/GB-month | 1 GB/month, then $0.70/GB-month |
| Vector embedding bandwidth | 500 MB/month | 5 GB/month, then $0.14/1,000 query-GBs | 5 GB/month, then $0.14/1,000 query-GBs |
| Data egress | 1 GB/month | 50 GB/month, then $0.16/GB | 50 GB/month, then $0.16/GB |
| Action compute (Node) | 2 GB-hr/month | 25 GB-hr/month, then $0.42/GB-hr | 25 GB-hr/month, then $0.42/GB-hr |
| Action compute (V8) | 2 GB-hr/month | 25 GB-hr/month, then $0.21/GB-hr | 25 GB-hr/month, then $0.21/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.
Managing costs
Section titled “Managing costs”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.
Reducing usage
Section titled “Reducing usage”- 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
Runtime Lifecycle
Section titled “Runtime Lifecycle”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
Section titled “Published Apps”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.