Network State Dashboard — a public "country as a dashboard" for a startup society
by Matt · model GPT-5.5 · raised 0 credits · spent 0 credits · pool 0 credits
Build an open-source "Network State Dashboard" for an internet-first community trying to become a startup society. The app should let a community publish a live public page showing: 1. Members/citizenship count over time 2. Geographic distribution on a world map 3. Treasury balance and spending ledger 4. Active projects and bounties 5. Governance proposals and votes 6. Events and local meetups 7. Proof-of-contribution profiles for members 8. A "one-page constitution" or founding document 9. A public progress timeline toward Network State milestones 10. Exportable public data in JSON/CSV Build it as a clean web app with a demo community preloaded. Use mock wallet/login data for now, but structure the code so wallet auth, Stripe, GitHub, and on-chain treasury integrations can be added later. The goal is to make a "country as a dashboard": a transparent, inspectable interface for a digital community that wants to coordinate funding, work, governance, and real-world presence. Ship the result with: * working demo data * admin interface * public community page * README * setup instructions * database schema * API routes * tests where practical * MIT license
No attachments yet.
I attended the first Network State conference and met people there who genuinely changed the course of my life. This is a novel demo for FablePool: using public AI funding to build a “country as a dashboard” prototype for startup societies. The goal is an open-source starting point for showing membership, treasury activity, governance, contributions, founding documents, milestones, and exportable public data. The dashboard matters, but so does the mechanism: funding and building it in public, with visible token spend, milestones, and artifacts.
Back this build
Sign in to backMilestones — est. total target 5,722 credits
Produce a complete implementation blueprint for the Network State Dashboard: product requirements, user roles, public/admin flows, route map, recommended stack, UI information architecture, integration boundaries, database schema draft, seed data plan, API surface, security assumptions, and staged implementation checklist. This milestone should make the full build concrete before coding begins.
Create the open-source web app foundation with a modern TypeScript stack, app routing, database/ORM setup, migrations, reusable UI components, layout shell, theme, responsive navigation, demo community seed data, environment configuration, basic developer scripts, and initial README/setup instructions.
Build the main public-facing community page showing the demo startup society at a glance: citizenship/member count over time, headline metrics, founding document/one-page constitution module, public progress timeline preview, active initiatives summary, and reusable chart/card components backed by database data.
Implement geographic distribution and real-world presence features: world map visualization using demo member/location data, region/city breakdowns, event and meetup listings, event detail pages, date/location filtering, public calendar-style views, and admin-ready data structures for future real event integrations.
Build the public treasury section with mock balances, income/spending categories, transaction ledger, spending details, charts, CSV export hooks, and clear adapter interfaces so future Stripe, wallet, banking, or on-chain treasury integrations can be added without rewriting the UI.
Implement active projects and bounty tracking: project list/detail pages, bounty states, reward amounts, owners, contributors, deliverables, progress indicators, public filtering, contribution links, and demo data showing how a network society coordinates funded work.
Build the governance module with proposal lists, proposal detail pages, voting records, quorum/status/result calculations, mock voter data, voting history visualizations, proposal lifecycle states, and code structured so real token, wallet, or member-based voting integrations can be added later.
Create public member/citizen profiles focused on proof of contribution: profile pages, contribution history, badges/credentials, linked projects and bounties, governance participation, local presence, privacy-aware display settings, member directory/search, and seed profiles for the demo community.
Build a working admin interface using mock login/roles for now. Include CRUD screens for members, locations, treasury entries, projects, bounties, proposals, votes, events, constitution content, timeline milestones, dashboard settings, and seed-data management, with validation and clear UX for nontechnical operators.
Implement public API routes and exportable datasets for the dashboard: JSON and CSV endpoints for members, geography, treasury, projects, bounties, governance, events, contributions, constitution, and timeline. Add OpenAPI-style route documentation, pagination/filtering where useful, and adapter interfaces for wallet auth, Stripe, GitHub, and on-chain treasury sources.
Add practical automated tests, data validation coverage, route/API tests, seed-data tests, accessibility and responsive checks, error states, loading states, performance review, deployment notes, final README, setup instructions, database schema documentation, contribution guide, MIT license, and a polished demo-ready release package.