(Demo GIF and UI screenshots can be found in the docs/assets directory)
Zero-cost GTM incentive: Lifetime Pro License as $5K value proposition.
Mircle solves this by providing: Zero-cost GTM incentive: Lifetime Pro License as $5K value proposition.
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 |
| Testing | Vitest | Comprehensive unit and component testing |
For a detailed breakdown of our system architecture and data flow, please refer to the Architecture Document.
- Sponsor Integration: (Check
docs/SPONSOR_DEFENSE.mdfor our full sponsor integration strategy)
- Clone the repo:
git clone https://github.com/edycutjong/mircle.git cd mircle - Install dependencies:
npm install
- Set up environment variables:
Rename
.env.exampleto.env.localand add your keys. - Run the app:
npm run dev
Note for Judges: Detailed demo scripts and sponsor defenses are located in the
docs/directory. Readdocs/SPONSOR_DEFENSE.mdfor technical implementation details.

