Social Wisdom Through Technology for Created Civilization
Adamosophy is a monorepo hosting a showroom of decentralized applications designed for humanity. Built on Turborepo and pnpm workspaces, it provides shared infrastructure for autonomous scientific publication, collaborative creative writing, self-sovereign economics, and decentralized content viewing.
- Main Site: https://thalperi.github.io/adamosophy/
- Documentation: https://thalperi.github.io/adamosophy/docs/vision
This is a Turborepo monorepo managed with pnpm.
adamosophy/
├── apps/
│ ├── web/ # Main showroom & documentation reader (Astro)
│ ├── exonomy/ # Self-sovereign economics (Voucher minting)
│ ├── republet/ # Autonomous scientific publication
│ ├── internovel/ # Collaborative creative writing
│ └── inviewer/ # Standalone novel viewer (PDF-style)
├── packages/
│ ├── willow/ # Shared Willow/Earthstar networking
│ ├── vouchers/ # Shared voucher logic (spending/verification)
│ ├── mint/ # Exclusive voucher minting logic
│ └── ui/ # Shared UI components
└── docs/ # Project documentation
- Node.js 20+
- pnpm (
npm install -g pnpm)
pnpm installRun all apps in development mode:
pnpm devRun only the web app (showroom):
pnpm --filter=web devBuild all apps:
pnpm buildBuild only the web app:
pnpm --filter=web buildDocumentation is hosted within the web app using a drawer-style navigation inspired by Couchers.org.
- Read the Vision Document
- Add new docs by placing
.mdfiles inapps/web/public/docs/
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
MIT License - see LICENSE file for details.