Backend
अधिकांश Proyecta ऐप्स को किसी ऐसे backend की ज़रूरत नहीं होती जिसे आप खुद manage करें। आपका data, sign-in, payments, email, और file storage platform capabilities हैं जिन्हें Proyecta आपके लिए संभालता है — कोई per-app server नहीं है जिसे deploy, scale, या उसके लिए भुगतान करना पड़े।
एक सामान्य ऐप के लिए, “backend” कुछ ऐसा है जिसके बारे में आपको कभी सोचना भी नहीं पड़ता। Proyecta यह सब प्रदान करता है:
- आपका data built-in CMS में रहता है — एक managed, Postgres-backed store जिसे आपका ऐप typed hooks के ज़रिए read और write करता है, बिना कोई server code लिखे।
- Capabilities सामान्य backend कामों को cover करती हैं: payments (Stripe), forms और submissions, sign-in, email, push notifications, file storage, और third-party APIs के लिए connectors। Proyecta credentials और server side को manage करता है।
- AI gateway आपके ऐप को बिना अपनी API keys के frontier LLMs को call करने देता है।
आपका ऐप Proyecta के managed API के ज़रिए अपने front-end code से यह सब access करता है — AI आपके लिए calls wire कर देता है।
Realtime ऐप्स के बारे में क्या?
Section titled “Realtime ऐप्स के बारे में क्या?”कुछ ऐप्स को ऐसे data की ज़रूरत होती है जो live बदलता रहे — एक chat जो messages आते ही update हो, presence (“कौन online है”), एक activity feed, या multiplayer state। इनके लिए एक dedicated realtime backend जल्द आने वाला है। अगर आप आज किसी ऐसे ऐप का description देते हैं जिसे live behavior की ज़रूरत हो, तो Proyecta बाकी सब कुछ build कर देता है और live-updating हिस्से को एक update में आने वाला बताता है — बाकी ऐप platform data layer पर अभी ship होकर काम करता है।
ऐप activity देखना
Section titled “ऐप activity देखना”Builder में कोई अलग backend dashboard नहीं है। AI से पूछें — यह runtime logs को सीधे read करता है और आपके लिए errors और activity रिपोर्ट करता है। आपका published ऐप Proyecta के managed infrastructure पर चलता है; कोई अपना server account नहीं है जिसमें आपको log in करना पड़े।
Infrastructure services (local development)
Section titled “Infrastructure services (local development)”Local development के लिए, आपकी dev machine infrastructure services चला सकती है — PostgreSQL, Redis, MongoDB, MySQL — आपके ऐप के साथ sidecar containers के रूप में। ये runtime पर development conveniences हैं, आपके published ऐप के platform data से अलग। ये कैसे काम करते हैं यह जानने के लिए Dev Machines देखें।