Solvether Web Endpoint

A static web application that serves as a web endpoint for the Solvether mobile application.

About This Project

This project contains a static web application that serves as a web endpoint for the Solvether mobile application. It is deployed as an Azure Static Web App and provides the necessary configuration for Android App Links, allowing the Solvether Android app to be the default handler for specific URLs.

For more detailed information, please refer to our README documentation.

Architecture

This project implements a simple but effective architecture for enabling deep linking between a web application and an Android mobile app:

  1. Azure Static Web App: Hosts the web content and configuration files
  2. Android App Links: Implemented via the assetlinks.json file, allowing the Solvether Android app to automatically handle URLs from this domain
  3. CI/CD Pipeline: Automated deployment via GitHub Actions when changes are pushed to the main branch

For a visual representation of the architecture and more details, check our architecture documentation.