You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
⭐Build SEO optimized personal blog website with Next.js, Tailwind CSS and Contentlayer. If you want to learn to create this you can follow the tutorial link given in the Read me file.
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 indocs/.
What’s Inside
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.
Local Development
Install dependencies:npm install
Run the content pipeline (populates.velite/generated):npm run content
Start the dev server:npm run dev
Visithttp://localhost:3000
Environment variables live in.env. The current configuration targets the MongoDB Atlas cluster that mirrors production content.
Content & Branding
Update MDX posts incontent/blogs/**/index.mdx. Frontmatter fields map directly to theVelite schema and (soon) the MongoDB model described indocs/IMPLEMENTATION_ROADMAP.md.
Site-wide copy, SEO metadata, and platform links live insrc/utils/siteMetaData.js. ThebrandStrategy block 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.
Roadmap (from docs)
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.
Credits
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.
About
⭐Build SEO optimized personal blog website with Next.js, Tailwind CSS and Contentlayer. If you want to learn to create this you can follow the tutorial link given in the Read me file.