Hosting Infrastructure

Once a dApp is deployed, the frontend needs to be hosted. Nyvo provides a hosting service (running on scalable cloud infrastructure) where each user’s dApp frontend can live. This might be similar to Vercel’s architecture – essentially a static site hosting or serverless environment for any backend components the dApp might need.

We containerize each project’s frontend and serve it either at a unique subdomain (for example, myproject.nyvo.io) or allow the user to map it to their custom domain. Security is enforced so that one project’s data is isolated from others (multi-tenancy considerations).

This infrastructure also includes the database for any off-chain data the dApp might require (for purely on-chain applications, this might be minimal, but for example, a social dApp might use a database for caching or additional features like search). Nyvo’s architecture can provision a lightweight database or use decentralized storage (like IPFS/Filecoin or Arweave for storing larger media files, if the prompt involves user-generated content or NFTs metadata).

Last updated