This repo powers the public journal, blog, and interactive brand hub for Princeps Polycap—AI systems architect, founder of Poly, and the mind behind the Poly186 ecosystem. It reclaims the original starter template and grounds it in Princeps’ personal narrative, brand strategy, and ecosystem roadmap documented in docs/.
- Next.js 15 App Router with Tailwind CSS, React Server Components, and dark-mode support.
- Velite-powered MDX content layer (
content/blogs) for editorial control while we transition to MongoDB-backed publishing. - Docs hub (
docs/) containing the COMPREHENSIVE BRAND STRATEGY and IMPLEMENTATION ROADMAP that guide every copy, design, and systems decision. - API + utils scaffolding (
src/app/api,src/lib) prepping the migration toward Poly-integrated content workflows.
- Install dependencies:
npm install - Run the content pipeline (populates
.velite/generated):npm run content - Start the dev server:
npm run dev - Visit
http://localhost:3000
Environment variables live in .env. The current configuration targets the MongoDB Atlas cluster that mirrors production content.
- Update MDX posts in
content/blogs/**/index.mdx. Frontmatter fields map directly to theVeliteschema and (soon) the MongoDB model described indocs/IMPLEMENTATION_ROADMAP.md. - Site-wide copy, SEO metadata, and platform links live in
src/utils/siteMetaData.js. ThebrandStrategyblock mirrors the “Princeps Polycap” directives from the COMPREHENSIVE BRAND STRATEGY. - Shared narrative components (hero, about modules, footer voice) are intentionally opinionated and reference Princeps’ story, Poly, SESAP, Automating Basic Needs, and the Terraforming Sahara moonshot.
- Finish the MongoDB content model + admin routes.
- Connect Poly workflows so digital workers can publish and update posts.
- Expand the brand hub: ecosystem map, case studies, live build-in-public logs.
- Add ISR + caching strategy for traffic surges from launches and press.
This project started from CodeBucks’ public Next.js blog template. Huge thanks for the foundational layout and component patterns. Everything else here has been reworked to express Princeps Polycap’s mission to build systems that automate basic needs and fund large-scale planetary regeneration.