Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Quickly create, mint and transfer Solana tokens from your browser

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Fontana is an open-source, Next.js-based dashboard for creating, minting, and transferring Solana SPL tokens from a web browser. It is developed by Boxfish Studio, licensed under Apache 2.0, and runs as a local web app using yarn dev on http://localhost:3000.
Fontana is a dashboard application built with Next.js, React, TypeScript, and Primer CSS that manages Solana SPL tokens. It accepts Solana RPC endpoints and wallet credentials as configuration inputs, and outputs a browser interface for performing token operations. The project uses the Solana and SPL-token JavaScript libraries for on-chain interactions. It supports both mainnet and devnet networks, configurable via environment variables.
NEXT_PUBLIC_RPC_API_DEVNET and NEXT_PUBLIC_RPC_API_MAINNET environment variables.fontana.config.ts file and matching environment variables for each owner account.The app is a Next.js frontend that reads environment variables for RPC endpoints, MongoDB connection, and wallet keypairs. In wallet mode, each transaction is signed by the connected browser wallet; in server mode, the configured server account signs transactions and created tokens are stored in a MongoDB database for persistence. The production deployment at fontana.boxfish.studio disables token creation in server mode on mainnet.
