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.
它结合了实时差异检测、四层角色系统和可选的免费AI风险预测功能——关键路径无需付费SaaS。专为孟加拉国的公民需求设计,并包含纪念功能。
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 | ✅ |
根据分类、Topic 和编程语言匹配的相似项目。
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.