# Roadmap

#### **Phase 1: Core Build & Web Deployment (COMPLETED)**

• Secure WebContainer runtime running Node.js in-browser\
• AI-controlled execution for packages, file systems, and terminals\
• Integrated code editor with autocomplete and syntax checking\
• Real-time preview with hot reload\
• Deployment support including Vercel and Netlify, with automatic SSL\
• Persistent application hosting and storage within the platform

***

#### **Phase 2: Mobile App Deployment (IN PROGRESS)**

• Android builds through cloud-based Gradle runners (AAB/APK)\
• iOS builds via Xcode Cloud or Fastlane with App Store Connect\
• Direct build triggering from the Eitherway interface\
• Cross-platform React Native and Flutter support

***

#### **Phase 3: Web3 Deployment (COMPLETED)**

• Smart contract compilation and deployment\
• Automated ABI integration into frontends\
• Mainnet workflows with wallet prompts and gas estimation\
• IPFS hosting with pinning services (including Pinata)\
• Solana SPL token and NFT support

***

#### **Phase 4: Mobile Application & Launchpad (UPCOMING)**

• Eitherway mobile app for building and managing applications\
• Application launchpad enabling token creation at the app level\
• Liquidity provisioning and locking mechanisms\
• Token integration with the $EITHER economic layer\
• One-click mobile deployment for iOS and Android

***

#### **Phase 5: Plugin & Template Marketplace (UPCOMING)**

• Creator tools for templates, UI kits, and plugins\
• Marketplace search, reviews, and purchase workflows\
• Native credit system for transactions\
• Revenue sharing for creators

***

#### **Phase 6: Enterprise Features (LONG-TERM)**

• Private AI model hosting for enterprise use\
• On-premise or VPC deployment options\
• Role-based access control and audit logging\
• SSO integration\
• Compliance-ready infrastructure


---

# 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/roadmap.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.
