Licensing
All code across the UrantiaHub ecosystem is released under the MIT License, meaning you can use, modify, and distribute it freely — including for commercial projects. No permission needed.Repositories
All repos live under the urantia-hub GitHub organization.Core Infrastructure
urantia-dev-api
Hono + Drizzle API on Cloudflare Workers. Full-text search, semantic search, OAuth, MCP server.
urantia-dev-sdks
TypeScript SDKs — @urantia/api (typed client) and @urantia/auth (OAuth/PKCE).
urantia-dev-mintlify-docs
This documentation site.
urantia-data-sources
Scripts for managing the Cloudflare R2 data bucket (papers, audio, entities, embeddings).
Applications
OpenUrantia.com
UrantiaHub reading platform — Next.js with bookmarks, notes, AI chat, reading progress, daily quotes.
urantia-dev-demo
Interactive demo site showcasing API features.
urantia-dev-example-app
Minimal Next.js OAuth example app using @urantia/auth.
urantia-papers-plugin
MCP plugin for Claude Desktop and Cursor.
Research & Media
urantia-render
High-performance Rust video renderer for YouTube narrations.
urantia-860x-experiment
Computational verification of the 860x wavelength ratio claim against NIST CODATA physics constants.
data
The Urantia Papers in structured JSON + MP3 audio files.
Contributing
Every repo has aREADME.md with setup instructions. The general flow:
- Fork the repo
- Create a feature branch
- Make your changes
- Open a PR