# Deployment & Scalability

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

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

<figure><img src="/files/BhctO5KoXyWHwZ9Hh3w8" 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="/files/GzDLP5wl3WHTSAWv4pNt" 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="/files/V5M0uslwrGLXNfbUZNwg" 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="/files/71X8WD9KUQ9p9EfvD2c8" 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="/files/GGMQais1i5cwEsTYGZOU" alt=""><figcaption></figcaption></figure>

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eitherway.ai/documentation/product/technical-architecture/deployment-and-scalability.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
