> For the complete documentation index, see [llms.txt](https://docs.eitherway.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eitherway.ai/documentation/product/technical-architecture/deployment-and-scalability.md).

# Deployment & Scalability

Eitherway supports **four primary deployment types**, each with its own CI/CD process.

#### **1. Web Deployment**

<figure><img src="https://content.gitbook.com/content/nG84RDOv0cfqMD4lVr3c/blobs/0TjhXLBKQW1U37yY95vY/Mermaid%20Chart%20-%20Create%20complex,%20visual%20diagrams%20with%20text.%20A%20smarter%20way%20of%20creating%20diagrams.-2025-08-14-144626.png" alt="" width="188"><figcaption></figcaption></figure>

Projects compile within WebContainer; artifacts upload to Vercel, Netlify, AWS Amplify, or Cloudflare Pages with automatic domain and SSL configuration.

#### **2. Mobile Deployment**

<figure><img src="https://content.gitbook.com/content/nG84RDOv0cfqMD4lVr3c/blobs/6rwBFo60lJuQDqFMAe29/Mermaid%20Chart%20-%20Create%20complex,%20visual%20diagrams%20with%20text.%20A%20smarter%20way%20of%20creating%20diagrams.-2025-08-13-213135.png" alt="" width="563"><figcaption></figcaption></figure>

* Android: Cloud-based Gradle builds (AAB/APK) -> Google Play&#x20;
* iOS: Xcode Cloud/Fastlane -> App Store Connect

#### **3. Browser Extension Deployment**

<figure><img src="https://content.gitbook.com/content/nG84RDOv0cfqMD4lVr3c/blobs/IIwo4hQfUqL7Geeqtz4s/Mermaid%20Chart%20-%20Create%20complex,%20visual%20diagrams%20with%20text.%20A%20smarter%20way%20of%20creating%20diagrams.-2025-08-13-213343.png" alt="" width="375"><figcaption></figcaption></figure>

Automatic Manifest v3 generation, lint checks, compatibility tests, direct upload to Chrome Web Store or Mozilla Add-ons.

#### **4. Web3 Deployment**

<figure><img src="https://content.gitbook.com/content/nG84RDOv0cfqMD4lVr3c/blobs/E0ceuW6MkmNqg991kLyJ/Mermaid%20Chart%20-%20Create%20complex,%20visual%20diagrams%20with%20text.%20A%20smarter%20way%20of%20creating%20diagrams.-2025-08-13-215545.png" alt="" width="188"><figcaption></figcaption></figure>

Solidity compilation via integrated tools, deployment to EVM networks, frontend to IPFS with pinning services.

#### 5. Scalability&#x20;

* Stateless backends with horizontal scaling
* On-demand cloud builds via serverless runners
* CDN distribution for static assets

***

#### **Security & Compliance**

Security is handled on multiple levels:

* **Environment isolation** – WebContainers ensure no malicious code escapes the sandbox.
* **Dependency scanning** – Automated vulnerability checks during package installs.
* **API key encryption** – All keys and secrets are encrypted both in transit and at rest.
* **Store compliance** – Automated checks for Google Play/App Store guidelines before submission.

***

#### **Scalability Approach**

<figure><img src="https://content.gitbook.com/content/nG84RDOv0cfqMD4lVr3c/blobs/1YiFFhpVvlRkxRwb8a5r/Mermaid%20Chart%20-%20Create%20complex,%20visual%20diagrams%20with%20text.%20A%20smarter%20way%20of%20creating%20diagrams.-2025-08-13-213518.png" alt=""><figcaption></figcaption></figure>

* Stateless backends with horizontal scaling
* On-demand cloud builds via serverless runners
* CDN distribution for static assets
