This playground allows people to program SOLANA FLOWS with drag-n-drop interface
Flows can be constructed manually or with the help of the AI-powered assistant Flows have instructions: SOLANA (Lamports, Addresses, SendTx, ReadAccountState, etc.) & COMMON (Add, Hash, Sign, If, Else, etc.)
You can import your Program's IDL to interact with it (including deployment) Flows act as constructed blocks of ready&mature code (rather than building the code from scratch)
It's a perfect SOLANA GATEWAY!
Before you begin, ensure you have the following installed on your system:
- Node.js v22 or higher
- Yarn 4+
- Install dependencies:
yarn installTo run the web application in development mode:
yarn web:devTo build the web application for production:
yarn web:build© 2026 PLGRND. All rights reserved.