The Problem
Launching something on Solana — a token, an NFT, a multisig wallet — requires either using multiple different tools or writing custom code. There was no single, clean interface for the most common Solana creation tasks.
What It Is
sol.new is a Solana toolkit for creating and managing on-chain assets. It covers four core areas: Token creation, NFT minting, Multisig setup, and Wallet management — all under one roof, all accessible via clean URLs.
What You Can Do
- /token: Create Solana SPL tokens with metadata — name, symbol, image, supply, decimals
- /nft: Mint NFTs on Solana
- /multisig: Set up and manage Solana multisig wallets
- /wallet: Get and manage Solana wallets
The Design Philosophy
Each tool does one thing and does it well. sol.new/token creates a token. sol.new/nft mints an NFT. The URL structure is memorable and the tools are accessible to non-developers — no command line, no code.
Also Includes
scan.sol.new for blockchain exploration and various dev subdomain tools. The sol.new domain is a hub for the entire Solana toolkit I've built.
Why I Built It
Token creation, NFT minting, and multisig setup are high-frequency needs in the Solana ecosystem. Every project does these things. sol.new makes them as simple as visiting a URL and filling out a form — no developer required.
