Forkable agent starter kit with ALL 3 Zerion policy types + AI correction loop. The create-react-app for autonomous agents.
(Demo GIF and UI screenshots can be found in the docs/assets directory)
Forkable agent starter kit with ALL 3 Zerion policy types + AI correction loop. The create-react-app for autonomous agents.
Gustack solves this by providing: Forkable agent starter kit with ALL 3 Zerion policy types + AI correction loop. The create-react-app for autonomous agents.
Key Features:
- β‘ High Performance: Seamless integration and optimized workflows.
- π Secure by Design: Verifiable on-chain actions and robust data protection.
- π¨ Intuitive UX: Beautiful, user-centric interface built for scale.
| Component | Technology | Description |
|---|---|---|
| Frontend | Next.js 16, React 19 | App Router, SSR, Server Components |
| Styling | Tailwind CSS v4 | High-performance responsive UI |
| Language | TypeScript | Strict type safety across the stack |
| Integration | Zerion API | Portfolio and wallet data tracking |
| Testing | Vitest | Comprehensive unit and component testing |
For a detailed breakdown of our system architecture and data flow, please refer to the Architecture Document.
Gustack fundamentally relies on Zerion to function:
- Portfolio Tracking: We use Zerion's API to fetch real-time portfolio data and token balances across multiple networks.
- Policy Enforcement: We integrate all 3 Zerion policy types to ensure secure and compliant agent operations.
- Sponsor Integration: Zerion (Check
docs/SPONSOR_DEFENSE.mdfor our full sponsor integration strategy)
- Clone the repo:
git clone https://github.com/edycutjong/gustack.git - Install dependencies:
npm install - Set up environment variables:
Note: Set your
cp .env.example .env.local
ZERION_API_KEYandNEXT_PUBLIC_ZERION_API_KEYin the.env.localfile. - Run the app:
npm run dev
Note for Judges: Detailed submission materials, demo scripts, and sponsor defenses are located in the
docs/directory.
This project is licensed under the MIT License.
