Intelligence Over Hierarchy
Open-source landing site for Vibeocracy — a 2028 presidential platform for the post-hierarchy era: liquid democracy, collective intelligence, and the end of the two-party pyramid.
Live site: vibeocracy.org
Campaign: PRES2028.com
Vibeocracy is a single-page, scroll-driven experience that walks visitors through five chapters:
- Intro — The vision and tagline
- Hierarchy — Why legacy top-down systems are failing
- Spiral — Spiral Dynamics and the path forward
- Vibe — Collective intelligence and decentralized sense-making
- Manifesto — Call to action for the exponential chapter ahead
No build step. Pure static HTML, CSS, and JavaScript.
| Layer | Tools |
|---|---|
| Styling | Tailwind CSS (CDN) |
| Typography | Space Grotesk, Inter (Google Fonts) |
| 3D background | Three.js |
| Animation | GSAP + ScrollTrigger |
| Smooth scroll | Lenis |
Option A — open directly
# Clone the repo, then open index.html in your browserOption B — local server (recommended)
Some features work better with a local server:
# Python
python -m http.server 8080
# Node (npx)
npx serve .
# Then visit http://localhost:8080vibeocracy/
├── index.html # Entire site (HTML, CSS, JS)
├── assets/
│ ├── favicon.svg
│ ├── favicon-32.png
│ ├── favicon-512.png
│ ├── apple-touch-icon.png
│ ├── og-image.png # Social share image (1200×630)
│ └── site.webmanifest
├── README.md
├── LICENSE
└── CONTRIBUTING.md
PRs are welcome. See CONTRIBUTING.md for guidelines.
- Fork the repo
- Create a branch (
git checkout -b feature/your-change) - Commit your changes
- Open a Pull Request
MIT — see file for details.