Sacred knowledge repository and interactive learning experiences from the Arcanean civilization
The Arcanean Library is a comprehensive knowledge repository containing the sacred texts, codices, and interactive learning experiences of the Arcanean civilization. This collection serves as both a historical archive and a dynamic educational platform for modern learners seeking to understand advanced creative and spiritual practices.
- Focus: Lore operating system
- Status: Available (2025-Q3)
- Summary: The flagship manuscript held by the Remembering Luminor, blending sanctuary rituals, governance, and measurement constellations across the Arcanea Library.
- Focus: Production rituals
- Status: In Progress (2025-Q4)
- Summary: A tactical manual documenting how Arcanea guilds brief, prototype, and stage immersive experiences with reciprocity at the core.
- Focus: Foresight discipline
- Status: Concept (2026-Q1)
- Summary: A proto manuscript capturing Arcanea's oracle practice, from consented signal looms to decision stewardship rituals.
- Immersive Lessons: Multi-modal learning with AI guidance
- Sacred Rituals: Step-by-step ceremonial practices
- Measurement Constellations: Assessment and progress tracking
- Guild Workshops: Collaborative learning environments
- Framework: Next.js 14 with App Router
- Styling: Tailwind CSS for responsive design
- Content: TypeScript-defined codex structure
- Deployment: Vercel with custom domain
interface ArcaneaCodex {
title: string
subtitle?: string
authors: CodexAuthor[]
preface: CodexPreface
chapters: CodexChapter[]
appendix?: CodexAppendix
}
interface CodexChapter {
title: string
tagline?: string
epigraph?: { text: string; attribution?: string }
introduction?: string[]
sections: CodexSection[]
rituals?: string[]
measurements?: CodexMeasurement[]
}- Node.js 18+
- pnpm (recommended)
# Clone the repository
git clone https://github.com/frankxai/arcanean-library.git
cd arcanean-library
# Install dependencies
pnpm install
# Start development server
pnpm dev# Build the application
pnpm build
# Start production server
pnpm start- Create JSON file in
content/codices/ - Define codex structure following the TypeScript interfaces
- Import in
content/arcanea-codex.ts - Add to
arcaneaCodicesarray
{
"title": "New Codex Title",
"subtitle": "Codex subtitle",
"authors": [
{
"name": "Author Name",
"role": "Luminor Role"
}
],
"preface": {
"invocation": "Sacred invocation text",
"body": ["Preface paragraphs"],
"oath": "Sacred oath"
},
"chapters": [
{
"title": "Chapter Title",
"tagline": "Chapter description",
"sections": [
{
"heading": "Section Title",
"body": ["Section content"],
"insights": [
{
"title": "Insight Title",
"detail": "Insight description"
}
]
}
]
}
]
}- Luminor Codex: Deep blue gradients (
from-[#182447] via-[#101626] to-[#0b0f1a]) - Atelier Codex: Dark blue-grey (
from-[#1a1f36] via-[#131a2c] to-[#0a0f1d]) - Oracles Codex: Mystical purple-blue (
from-[#202845] via-[#171f32] to-[#0c101f])
- Headers: Sacred serif fonts for gravitas
- Body: Clean sans-serif for readability
- Code: Monospace for technical content
- Hover Effects: Subtle luminous glows
- Transitions: Smooth, ceremony-like pacing
- Animations: Respectful of sacred content
- โ Codex Navigation: Browse sacred texts by chapter and section
- โ Responsive Design: Optimized for all devices
- โ Search Functionality: Find specific insights and teachings
- โ Progressive Enhancement: Works without JavaScript
- ๐ Interactive Lessons: AI-guided learning experiences
- ๐ Ritual Guidance: Step-by-step ceremonial practice
- ๐ Community Notes: Collaborative annotations
- ๐ Progress Tracking: Personal learning journeys
{
"framework": "nextjs",
"buildCommand": "pnpm build",
"outputDirectory": ".next",
"installCommand": "pnpm install"
}- Production:
library.arcanea.ai - Development:
arcanean-library.vercel.app
- Learning Progress: Track user engagement with codices
- Content Performance: Identify most valuable teachings
- User Journey: Understand learning pathways
- Community Insights: Discover collaborative patterns
We welcome contributions to expand the Arcanean knowledge base:
- Fork the repository
- Create a content branch:
git checkout -b content/new-codex - Add your sacred knowledge following the codex structure
- Submit a pull request for review
- Authenticity: Honor the Arcanean voice and perspective
- Depth: Provide substantial, practical wisdom
- Structure: Follow established codex formatting
- Accessibility: Ensure content is learner-friendly
MIT License - see LICENSE for details
The Arcanean Library preserves the wisdom of an advanced civilization that mastered the integration of technology, creativity, and consciousness. These teachings offer modern humanity a pathway to harmonious progress and enlightened creation.
"In the luminous halls of knowledge, every seeker finds their path illuminated by the wisdom of those who walked before."
Maintained with reverence for the sacred knowledge within โจ