Skip to content

soveng/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sovereign Engineering

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

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.

Live Site

Visit: https://sovereignengineering.io

Podcast Feed

The podcast XML feed is available at: https://sovereignengineering.io/dialogues.xml

It is also natively hosted on nostr via castr.me.

Public Resources

  • .well-known: Exposes public metadata for services and verification (RFC 8615).
  • dialogues.xml: Podcast feed for syndication.

Features

  • Astro + Tailwind CSS + TypeScript
  • Markdown/MDX content for easy editing
  • Responsive design
  • Project and podcast showcases
  • Public .well-known directory
  • Custom podcast XML feed

Getting Started

Prerequisites

  • Node.js v20+
  • Bun (recommended) or npm/yarn

Install Dependencies

bun install
# or
npm install

Development

bun dev
# or
npm run dev

Build for Production

bun build
# or
npm run build

Preview Production Build

bun preview
# or
npm run preview

Docker

Build and run with Docker:

docker build -t sovereignengineering .
docker run -p 3000:80 sovereignengineering

Project Structure

  • src/ — Source files (content, layouts, components, styles)
  • public/ — Static files served at the site root
  • .well-known/ — Public metadata (inside public/)
  • dialogues.xml — Podcast feed (inside public/)

License

MIT License. See LICENSE for details.


For questions, suggestions, or contributions, please open an issue or pull request.

Releases

No releases published

Packages

No packages published

Contributors 7