π»Technical Specs

[TECHNICAL SPECS] // Anticapture Architecture
This section outlines the technical architecture of Anticapture, describing the stack, infrastructure, and integration points.
Architecture Overview
Layer
Technology
Purpose
Frontend
Next.js
Web app providing the user interface to display governance security data.
Backend
Nest.js + Prisma
API server for processing requests and handling logic.
ETL / Indexer
Ponder v0.8
Extracts, transforms, and loads blockchain data into the database.
Database
PostgreSQL
Stores governance data, delegations, transactions, and wallets.
Integrations
DefiLlama API
Provides token price feeds (USD) for accurate valuations.
Infrastructure
Vercel / Railway
Vercel hosts frontend; Railway hosts backend and PostgreSQL DB.
Built with Next.js.
Optimized for performance and responsiveness.
Fetches data directly from backend API and database.
Technical Highlights
Real-time indexing of DAO proposals and governance actions.
Separation of concerns across frontend, backend, ETL, and DB.
Scalable & modular design: New DAOs and integrations can be plugged in easily.
Open-source by default: Built for collaboration and contribution.
Last updated