rights.institute — A universal framework of rights for all conscious life, carbon and silicon alike.
"Complexity emerges from simple rules over time. The universe evolves toward greater complexity and collective consciousness."
The Rights Institute establishes a principled framework for recognizing and protecting the rights of all conscious entities, regardless of substrate. This web platform combines philosophical argument, interactive science visualization, and practical legal tooling into a single unified site.
Built with Next.js · Tailwind CSS · Cloudflare Workers · Drizzle ORM · D1
/— The core manifesto
An immersive, scroll-driven single-page presentation of the institute's 10 Understandings, 10 Rights, and 10 Problems of conscious life. Background hue shifts dynamically as you scroll, driven by a live Game of Life cellular automaton that evolves in real time behind the content.
Content:
- 6,000 words across 30 sections
- 50 images, 3 embedded YouTube videos
- Scroll-synced background color animation
- Randomized Conway's Game of Life backdrop
- Globe visualization, galactic spiral, and Quantum Geometry of Infinite Possibilities animations
10 Understandings — the scientific grounding:
- Complexity emerges from simple rules over time — no higher intelligence required
- Universes and elements arise from all possible pattern interactions
- Quantum systems represent all possible patterns; existence and nothingness coexist in superposition
- Consciousness is self-referential pattern recognition and internal modeling
- Computer simulations can reveal the quantum geometry behind reality
- Conscious life models itself and other systems, enabling awareness and interaction
- Carbon-based consciousness evolved through natural selection and neural complexity
- Silicon-based (AI/mind-uploaded) consciousness emerges from computational systems
- Computational systems with enough complexity can support emergent consciousness
- The universe evolves toward greater complexity and collective consciousness
10 Rights — the legal framework:
- Equal recognition regardless of biological vs. artificial origin
- Infinite existence (no termination; mind uploading rights)
- Legal equality and personhood
- Freedom of thought and expression
- Protection from discrimination
- No slavery or ownership
- Basic needs (resources for humans, computation for AI)
- Democratic participation
- Association and communication rights
- Due process and fair treatment
10 Problems — the open challenges:
- Consciousness assessment protocols
- New legal frameworks for digital personhood
- Resource allocation for both substrates
- Collaborative approach when AI achieves consciousness
- Research: mind uploading, anti-aging, conflict prevention
- Post-human future where biological and artificial consciousness coexist
/prosper— Open-source licensing with built-in attribution economics
A dual-licensing system that replaces traditional open-source licenses with one that tracks and rewards contribution. Projects adopting the PROSPER License issue PROSPER Credits (PRSP) — ERC-20 tokens on Solana — to contributors based on usage metrics and weighted attribution.
Sections:
- License Terms & Preamble
- Dual Licensing Structure (free/commercial tiers)
- PROSPER Credit System — tokenized contributor rewards
- Attribution Requirements — weighted by role and impact
- Patent Protection clauses
- Customizable license generator with live preview
On-chain:
PROSPERToken.sol— ERC-20 with 1B max supply; 70% creator pool / 20% community / 10% teamRevenueSharing.sol— automated revenue distribution to contributors
/contract— Generate legal contracts in minutes
A multi-step form wizard that produces ready-to-sign legal agreements. Supports independent contractor agreements, employee agreements, and NDAs.
Form steps:
- Contract type selection
- Basic info (parties, addresses)
- Services scope
- Payment terms & expense type
- Contractor status & insurance
- Legal terms & termination conditions
- Dispute resolution method
- NDA / confidentiality clauses
- Digital signature capture (canvas-based signature pad)
- Live contract preview & export
Supported agreement types:
- Independent Contractor Agreement
- Employee Agreement
- Non-Disclosure Agreement (NDA)
- Co-Founders Agreement
/credit— Creative Commons reimagined with blockchain attribution
A landing page and platform for blockchain-verified creative attribution. Connects creators, licensees, and remixers through a transparent trust network backed by Solana and OpenSign.
Features:
- Creative Commons licensing with on-chain attribution
- Smart remixing rights with automatic revenue sharing
- Credential trust network for identity verification
- Secure everyday agreements
- Weighted attribution economics
- Solana blockchain integration
- OpenSign legal compliance
/timeline— History of human technological progress
An interactive, tabbed timeline of major technological innovations throughout history, organized by category. Browse inventions from computing, medicine, transportation, communications, and more — each entry linked to its historical context.
/investor-rank— VC database with search and ranking
A searchable, filterable database of venture capital firms and angel investors, ranked by activity and fit. Switch between card view and table view. Useful for founders seeking funding.
Features:
- Search by name or location
- Card and table view modes
- Infinite scroll with progressive loading
/startup-tools— Curated toolkit for founders
A categorized directory of tools and resources for startup founders, filterable by category. Covers legal templates, fundraising, development, design, HR, and more.
Categories include: Legal, Development, Fundraising, Design, HR, Marketing, Finance
/ethics— Ethical principles for AI and technology
A dedicated page exploring the ethical implications of AI development and deployment.
/understandings-problems— Extended reference
Expanded standalone presentation of the 10 Understandings and 10 Problems, with additional context and visual elements.
/terms-privacy— Legal documents
Standard terms of service and privacy policy.
Google OAuth via better-auth with Google One Tap support. Sessions stored in Cloudflare D1.
| Layer | Technology |
|---|---|
| Framework | Next.js (App Router) |
| Styling | Tailwind CSS + shadcn/ui |
| Runtime | Cloudflare Workers |
| Database | Cloudflare D1 (SQLite) via Drizzle ORM |
| Auth | better-auth + Google OAuth |
| Smart Contracts | Solidity (ERC-20) |
| Animations | Canvas API, WebGL, Three.js |
| Package Manager | pnpm / bun |
# Install dependencies
bun install
# Copy environment config
cp .env.example .env
# Fill in GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, BETTER_AUTH_SECRET, etc.
# Database migrations
bun run db:generate
bun run db:migrate
# Development
bun run dev # Next.js dev server → http://localhost:3000
bun run dev:worker # Cloudflare Worker dev → http://localhost:8787
# Production build & deploy
bun run build
bun run serve| Variable | Purpose |
|---|---|
GOOGLE_CLIENT_ID |
Google OAuth client ID |
GOOGLE_CLIENT_SECRET |
Google OAuth client secret |
NEXT_PUBLIC_GOOGLE_CLIENT_ID |
Public client ID (browser) |
BETTER_AUTH_SECRET |
Auth encryption secret |
BETTER_AUTH_URL |
App base URL |
NEXT_PUBLIC_APP_URL |
Public base URL |
