The ONLY Pump.fun bundler with a full web dashboard. Launch tokens, manage wallets, auto-sell, and track P&L — all from one page.
Pump.fun bundler that handles everything from launch to profit-taking with a beautiful React dashboard. Uses Jito bundles for coordinated buys, includes auto-sell, wallet management, and real-time P&L tracking.
Connect with us:
- Website: trencherbundler.fun
- Twitter: @trencherbundler_x
- Telegram: @dogtoshi_x
- Single-Page Dashboard - Complete control from one beautiful UI
- Jito Bundle Execution - Launch tokens with coordinated buys in the same block
- Wallet Management - Create, warm, and manage unlimited wallets
- Real-Time P&L Tracking - Track profits/losses across all wallets
- Auto-Sell - Configure automatic selling at price thresholds
- Rapid Sell - Instantly sell all positions via Jito bundles
- Secure Key Management - All keys saved locally, never exposed
- Fund Recovery - Built-in tools to recover stuck SOL from failed launches
Real-time trading, P&L tracking, and position management - Our main selling point
Configure and launch your token with bundled buys
Create, warm, and manage wallets
Detailed wallet configuration and auto-sell settings
- Node.js 18+ (Download)
- Solana RPC Endpoint - Get free Helius RPC: https://helius.dev
- SOL for transaction fees and token launches
# Clone the repository
git clone https://github.com/dogtoshi-sz/pumpfun-bundler-launcher-react-dashboard.git
cd pumpfun-bundler-launcher-react-dashboard
# Install root dependencies (automatically creates .env from .env.example)
npm install
# Install API server dependencies
cd api-server
npm install
# Install frontend dependencies
cd ../frontend
npm install
cd ..✨ Auto-Setup: The .env file is automatically created from .env.example during npm install. No manual copying needed!
For Cursor IDE Users:
- Cursor will automatically detect the
.env.examplefile - When you open the project, Cursor may prompt you to set up environment variables
- You can also ask Cursor: "Set up the environment variables from .env.example" and it will help you configure them
- The postinstall script ensures
.envis created automatically, so you just need to fill in your values
For Other IDEs (VS Code, WebStorm, etc.):
- Most modern IDEs will recognize
.env.examplefiles - The postinstall script handles the file creation automatically
- Simply edit the auto-generated
.envfile with your credentials
The .env file is automatically created from .env.example when you run npm install. If you're using Cursor IDE or other AI-powered editors, they may also help set this up automatically.
Manual setup (if needed):
-
Copy the example environment file (only if auto-setup didn't work):
cp .env.example .env
-
Edit
.envwith your settings:# REQUIRED - Your main funding wallet private key (base58) PRIVATE_KEY=your_private_key_here # REQUIRED - Solana RPC endpoint (use Helius/QuickNode) RPC_ENDPOINT=https://mainnet.helius-rpc.com/?api-key=YOUR_KEY RPC_WEBSOCKET_ENDPOINT=wss://mainnet.helius-rpc.com/?api-key=YOUR_KEY
-
Start both frontend + API server (single command):
npm run dev
- This is the fastest way to get running.
- For debugging and cleaner logs, running them separately is recommended (below).
-
Start the API server (Terminal 1):
cd api-server npm run dev -
Start the frontend (Terminal 2):
cd frontend npm run dev -
Open your browser:
http://localhost:5173
- User Guide - Complete documentation with detailed explanations, button reference, troubleshooting, and more
- Setup Guide - Detailed setup instructions
- Security Analysis - Security review and best practices
- Token Creation - Creates your token on Pump.fun
- DEV Buy - First buy from your creator wallet
- Bundle Buys - Multiple wallets buying simultaneously via Jito bundle
- Jito Execution - All transactions bundled and sent via Jito block engine
Why Jito? Atomic execution (all buys land in the same block or none do), MEV protection, and faster execution.
- All wallet keys are saved locally only in the
keys/directory - The
keys/folder is gitignored by default - ALL private keys are automatically saved to
archive.txtfor recovery - Never commit or share your
.envfile orkeys/folder
- Full Documentation: See USER_GUIDE.md
- Issues: GitHub Issues
- Telegram: @dogtoshi_x
MIT License - see LICENSE file for details.
This software is provided "as is" without warranty. Use at your own risk. Always test with small amounts first. The authors are not responsible for any losses.
Built for the Solana community by traders, for traders.