Proyecta Cloud
अलग-थलग runtime environments के साथ full-stack hosting। Database, backend, auth, AI, email — सब कुछ शामिल।
Proyecta Cloud वह infrastructure है जो हर Proyecta app को शक्ति देता है। इसमें hosting, आपके app की data layer (content, records, और commerce catalog), authentication, AI Gateway, email, और एक realtime engine शामिल हैं — सब कुछ एक ही platform पर। आप Settings → Billing पर जाकर usage और billing देख सकते हैं।
Architecture
Section titled “Architecture”- Platform data layer — आपके app का durable content, records, और catalog Proyecta platform में रहता है (Postgres-backed, organization-scoped)। यह default store है — Proyecta data model डिज़ाइन करता है, collections provision करता है, और UI बनने से पहले sample data seed करता है। आपका published app इसे browser से सीधे public
/v1/public/*API के ज़रिए पढ़ता है, जो app की publishable key (pk_pub_*, page में ship करना safe है) से authenticate होती है — यही वह है जो built-in content hooks उपयोग करते हैं। देखें Content Management। - Realtime engine (जल्द आ रहा है) — उन apps के लिए जिन्हें सच में realtime ज़रूरत है (chat, live feeds, gameplay, per-user ephemeral state), एक realtime layer behavior/realtime state रखेगी। Durable content अभी भी platform data layer में रहेगा।
- Isolated runtime pods — हर project को building और publishing के लिए पूरे Linux environment के साथ अपना container मिलता है
- Infrastructure services — PostgreSQL, Redis, MongoDB, MySQL sidecar containers के रूप में
- Versioned code — हर बदलाव एक numbered snapshot सेव करता है जिसे आप देख सकते हैं
- Custom domains — मुफ़्त
*.proyecta.livesubdomain या अपना domain लाएं
Pricing
Section titled “Pricing”हर plan में एक monthly allowance शामिल है। Paid plans allowance से आगे जाने पर नीचे दिए गए overage rates पर charge होते हैं।
एकमात्र meter जो हर app पर लागू होता है वह है API requests — आपके published app द्वारा किए गए प्रत्येक platform call पर एक unit (content पढ़ना, form submit करना, checkout करना, email भेजना)। नीचे दिए गए realtime engine meters (function calls, database/vector storage और bandwidth, action compute) केवल उन apps पर लागू होते हैं जो realtime engine पर हैं (जल्द आ रहा है); एक content-driven app जो इसे कभी नहीं छूता, वह 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 custom limits के साथ उपलब्ध हैं। विवरण के लिए sales से संपर्क करें।
लागत प्रबंधन
Section titled “लागत प्रबंधन”Credit balance। जब आपके credits शून्य पर पहुंचते हैं, Proyecta आपको सूचित करेगा। आप अपना balance Settings → Billing पर monitor कर सकते हैं।
Credit allotment बढ़ाना। आप billing page पर अपने plan card पर credit block quantity बदलकर अपना monthly credit allotment बढ़ा सकते हैं।
Usage कम करना
Section titled “Usage कम करना”- Database bandwidth — पूरी tables scan करने से बचें; indexes, limit queries, और paginate results का उपयोग करें
- Action compute — लंबे समय तक चलने वाले actions से बचें जो memory hold करते हैं; बड़े jobs को छोटे incremental steps में तोड़ें
Runtime Lifecycle
Section titled “Runtime Lifecycle”आपके development environment में ये states हैं:
| State | विवरण |
|---|---|
| Running | सक्रिय और तैयार |
| Suspended | 60 मिनट idle रहने के बाद pause (seconds में resume होता है) |
| Archived | 24 घंटे suspended रहने के बाद cold storage (restore होने में अधिक समय लगता है) |
| Terminated | स्थायी रूप से बंद |
Published Apps
Section titled “Published Apps”Published apps अलग, production-grade infrastructure पर चलते हैं। Dev machine की समस्याएं आपकी live site को प्रभावित नहीं करतीं।
यह serverless hosting से कैसे अलग है?
Proyecta development के लिए container-based isolation और production के लिए serverless infrastructure का उपयोग करता है। आपके project को एक पूरा Linux development environment मिलता है (AI आपकी ओर से इसे चलाता है — builder में कोई shell access नहीं है), और production में automatic scaling होती है।
क्या मैं अपना app कहीं और host कर सकता हूं?
आज नहीं। Proyecta आपके app को host करता है, और कोई code export नहीं है — इसलिए आप इसे Vercel, Netlify, AWS, या कहीं और deploy नहीं कर सकते। देखें Export Your Data।
कौन से regions उपलब्ध हैं?
फिलहाल US-based hosting। EU और अतिरिक्त regions की योजना है।
Proyecta Cloud किस infrastructure पर चलता है?
Proyecta Cloud, Cloudflare और GCP infrastructure पर चलता है।