About Sailswap

A modular onchain swap interface

Sailswap is a trading interface built around modular swap routings. The app shares one wallet, balance, and trading experience while allowing multiple swap backends to coexist cleanly as the product evolves.

Current focus

The current implementation is centered on Uniswap-based swap routings, with each routing encapsulating its own quote and execution logic behind a shared UI.

Why modular

New swap paths, smart contract integrations, or external APIs can be added without rewriting the app shell. Shared components stay stable while route-specific logic remains isolated.