thinking-orbs
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.
An open-source civic accountability platform for Bangladesh that cross-references citizen-submitted GPS-verified photo evidence against official infrastructure budgets to flag fraud, stalled projects, and budget misuse in real time.
6
No data
0
0
No data
2026-07-30
Combines real-time discrepancy detection, a four-tier role-based system, and optional AI risk prediction using free-tier services—all without requiring paid SaaS in the critical path. Designed specifically for Bangladesh's civic needs with a memorial feature.
Open-source civic accountability platform for Bangladesh. Cross-references citizen-submitted ground evidence (GPS + EXIF-verified) against official infrastructure budgets to flag fraud, stalled projects, and budget misuse — in real time.
Built for the Spirit of July · Track B hackathon.
| Pillar | Answers |
|---|---|
| 🗺️ Public Projects Map | Where is the money being spent? |
| 📸 Citizen Photo Reports | What does the site actually look like today? |
| 🛡️ Auditor Verification | Who checks the checkers? |
| 🔔 Red Alert Workflow | Then what happens when the gap is too big? |
| 💬 Public Discussion | Who gets to debate the project? |
| 🕯️ July Memorial | We remember, together. |
git clone https://github.com//janata-ledger.git
cd janata-ledger
npm install
cp .env.example .env # edit DATABASE_URL if needed
npm run db:push # apply schema
npm run db:seed # 5 sample Dhaka projects
npm run dev # → http://localhost:3000
No API keys are required for local exploration. The app gracefully
degrades when optional keys (PINATA_JWT, GEMINI_API_KEY) are missing
— features that need them are hidden, not broken.
Push the repo to GitHub.
Create a free Neon Postgres project (ap-southeast-1 recommended for Bangladesh).
In Vercel → New Project → import the repo.
Set environment variables:
| Variable | Source |
|---|---|
DATABASE_URL | Neon connection string |
PINATA_JWT | Pinata → API Keys → Files · Write scope only |
GEMINI_API_KEY | (optional) Google AI Studio |
Apply schema against the production DB:
DATABASE_URL= npx prisma db push
DATABASE_URL= npm run db:seed
Redeploy so Vercel bakes the latest env into the build.
prisma/schema.prismais already configured for PostgreSQL in production and falls back to SQLite for local dev — no manualmigrate devneeded.
| Variable | Required | Purpose |
|---|---|---|
DATABASE_URL | ✅ |
Similar projects matched by category, topics, and programming language.
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.