Skip to content

OpenSourceAGI/Rights-Institute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask DeepWiki Documentation Join Discord GitHub Stars GitHub Discussions
GitHub last commit
Next.js PRs Welcome

Rights Institute

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."


Overview

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


Pages & Features

CAUSE — Conscious Awareness, Unity, and Shared Existence

/ — 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:

  1. Complexity emerges from simple rules over time — no higher intelligence required
  2. Universes and elements arise from all possible pattern interactions
  3. Quantum systems represent all possible patterns; existence and nothingness coexist in superposition
  4. Consciousness is self-referential pattern recognition and internal modeling
  5. Computer simulations can reveal the quantum geometry behind reality
  6. Conscious life models itself and other systems, enabling awareness and interaction
  7. Carbon-based consciousness evolved through natural selection and neural complexity
  8. Silicon-based (AI/mind-uploaded) consciousness emerges from computational systems
  9. Computational systems with enough complexity can support emergent consciousness
  10. The universe evolves toward greater complexity and collective consciousness

10 Rights — the legal framework:

  1. Equal recognition regardless of biological vs. artificial origin
  2. Infinite existence (no termination; mind uploading rights)
  3. Legal equality and personhood
  4. Freedom of thought and expression
  5. Protection from discrimination
  6. No slavery or ownership
  7. Basic needs (resources for humans, computation for AI)
  8. Democratic participation
  9. Association and communication rights
  10. 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 License

/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% team
  • RevenueSharing.sol — automated revenue distribution to contributors

Contract Builder

/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:

  1. Contract type selection
  2. Basic info (parties, addresses)
  3. Services scope
  4. Payment terms & expense type
  5. Contractor status & insurance
  6. Legal terms & termination conditions
  7. Dispute resolution method
  8. NDA / confidentiality clauses
  9. Digital signature capture (canvas-based signature pad)
  10. Live contract preview & export

Supported agreement types:

  • Independent Contractor Agreement
  • Employee Agreement
  • Non-Disclosure Agreement (NDA)
  • Co-Founders Agreement

CREDIT — LegalChain Platform

/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

Innovation Timeline

/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

/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

/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

/ethics — Ethical principles for AI and technology

A dedicated page exploring the ethical implications of AI development and deployment.


Understandings & Problems

/understandings-problems — Extended reference

Expanded standalone presentation of the 10 Understandings and 10 Problems, with additional context and visual elements.


Terms & Privacy Policy

/terms-privacy — Legal documents

Standard terms of service and privacy policy.


Authentication

Google OAuth via better-auth with Google One Tap support. Sessions stored in Cloudflare D1.


Tech Stack

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

Quick Start

# 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

Environment Variables

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

About

Startup resources, dev tool rank, complexity science, and universal rights for emergent self-aware consciousness

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors