diff --git a/docs/base-chain/quickstart/base-solana-bridge.mdx b/docs/base-chain/quickstart/base-solana-bridge.mdx
index 92ae9dd3d..e7bc449cd 100644
--- a/docs/base-chain/quickstart/base-solana-bridge.mdx
+++ b/docs/base-chain/quickstart/base-solana-bridge.mdx
@@ -79,6 +79,29 @@ You can access the full repository here:
+## Try an interactive frontend
+
+If you want to try the token registration and transfer flows in a browser, use
+[base2sol](https://base2sol.xyz), a community-maintained, non-custodial frontend
+for the Base-Solana bridge. It supports first-time token registration for Base
+ERC20s and Solana SPL or Token-2022 mints, then guides users through
+Base-to-Solana and Solana-to-Base transfers with browser wallet signatures.
+
+
+
+ Open the interactive bridge frontend.
+
+
+ Review the Next.js implementation that uses the Base Bridge SDK.
+
+
+
+
+Always verify token contract addresses, Solana mint addresses, recipients, and
+wallet prompts before signing. base2sol is a frontend and does not custody funds
+or verify token legitimacy.
+
+
## Solana to Base
**Flow:** Lock SOL/SPL → (Optional) Pay for relay → Validators approve → Mint + execute on Base