Sovereign Engineering organizes cohorts for open-source developers, focusing on how to best leverage freedom tech and emerging AI technologies to create systems that maximize human agency and eliminate tyranny.
The program is grounded in the philosophy that technology should empower individuals, not control them. We believe in building systems that maximize human agency, foster collaboration, and resist centralized forms of control. To learn more about our guiding principles and vision, visit the Philosophy page.
SEC-05: YOLO Mode, has concluded and focused on nostr as a substrate for agent-to-agent and agent-to-human communication and payments, as well as multi-agent orchestration in an open and collaborative environment.
You can read the SEC-05 YOLO Report here.
This is a content-driven website built with Astro, Tailwind CSS, and TypeScript. It serves as the public home for the Sovereign Engineering project, featuring podcasts, philosophy, FAQs, and more.
Visit: https://sovereignengineering.io
The podcast XML feed is available at: https://sovereignengineering.io/dialogues.xml
It is also natively hosted on nostr via castr.me.
- .well-known: Exposes public metadata for services and verification (RFC 8615).
- dialogues.xml: Podcast feed for syndication.
- Astro + Tailwind CSS + TypeScript
- Markdown/MDX content for easy editing
- Responsive design
- Project and podcast showcases
- Public
.well-knowndirectory - Custom podcast XML feed
- Node.js v20+
- Bun (recommended) or npm/yarn
bun install
# or
npm installbun dev
# or
npm run devbun build
# or
npm run buildbun preview
# or
npm run previewBuild and run with Docker:
docker build -t sovereignengineering .
docker run -p 3000:80 sovereignengineeringsrc/— Source files (content, layouts, components, styles)public/— Static files served at the site root.well-known/— Public metadata (insidepublic/)dialogues.xml— Podcast feed (insidepublic/)
MIT License. See LICENSE for details.
For questions, suggestions, or contributions, please open an issue or pull request.