`baiyuespace` is an umbrella product for personal tooling. The app already includes pages for dashboards, bookmarks, system status, products, and calendar views.
The goal of `baiyuespace` is to bring together the parts of my digital workflow that usually live in separate apps. Instead of building another single-purpose site, I am treating it like a personal operating space with utilities, information panels, and content surfaces under one roof.
- A multi-surface Next.js application instead of a single marketing page.
- MDX support for local content and Prisma for data-backed features.
- Reusable UI primitives for navigation, themes, and dashboard-style panels.
- Next.js 16 with React 19 and App Router.
- Prisma and PostgreSQL-oriented dependencies for persistent data features.
- MDX support so content pages can live alongside application code.
- Dedicated routes for dashboard, bookmarks, calendar, status, and product views.
- How to make a dashboard-style app still feel personal instead of corporate.
- How content, utilities, and operational data can coexist in one interface.
- How far a personal platform can go before it needs to split into smaller products.
This one is still in active exploration. The direction is clear: one space for content, utilities, and personal infrastructure.