๐ฅ Major Framework and Starter Updates
Weโve completed significant core framework upgrades and added more complete product examples and second-stage development references to bring you a better development experience!
Note
This is the latest release, and while it has been tested, there may still be some issues that have not been discovered. If you encounter any anomalies or instability, please provide Feedbackย , and I will fix them as soon as possible.
Nextra v4 Updates
Nextra v4 is now released with major improvements and new features:
- ๐ App Router Support: Fully transitioned to Next.js App Router, discontinuing Pages Router, and supporting the latest Metadata API.
- โก Faster Page Loading: Optimized bundle size and performance for a more responsive website.
- ๐ New Search Engine: Rust-powered Pagefind delivers faster and more accurate search results.
- ๐๏ธ Turbopack Support: Improved development experience, addressing long-standing community requests.
- ๐ RSC + i18n: Enhanced internationalization, making multilingual website development easier.
- ๐จ Optimized Theme Styles: Improved UI design for better visual consistency.
- ๐ฑ Better Mobile Adaptation: Optimized display and interaction for smaller screens.
- ๐ More Powerful Page Collection: The new โPage Mapโ now collects
md/mdxpages andjsx/tsxpages from theapp/directory. - ๐ ๏ธ Remote MDX Rendering: Supports rendering MDX content from any source while generating proper sidebar navigation.
- โจ Enhanced Table of Contents (TOC): Displays Markdown headings accurately, supporting JSX, code blocks, math formulas, and more.
For more details, check out the Nextra v4 Official Migration Guideย
Tailwind CSS v4 Updates
Tailwind CSS v4 has been officially released, introducing several significant improvements and new features:
- ๐ New High-Performance Engine: Full builds are up to 5x faster, and incremental builds are over 100x faster, measured in microseconds.
- ๐ Designed for the Modern Web: Built on cutting-edge CSS features like cascade layers, registered custom properties with
@property, andcolor-mix(). - ๐ฏ Simplified Installation: Fewer dependencies, zero configuration, and just a single line of code in your CSS file.
- ๐ฆ First-Party Vite Plugin: Tight integration for maximum performance and minimum configuration.
- ๐ Automatic Content Detection: All of your template files are discovered automatically, with no configuration required.
- ๐ Built-In Import Support: No additional tooling necessary to bundle multiple CSS files.
- ๐ ๏ธ CSS-First Configuration: A reimagined developer experience where you customize and extend the framework directly in CSS instead of a JavaScript configuration file.
For more details, please refer to the Tailwind CSS v4 Upgrade Guideย and Tailwind CSS Blogย
Starter Capability Updates
Beyond framework upgrades, this release also adds starter capabilities that are useful for product validation, AI product showcases, and second-stage development:
- ๐ค AI SaaS Demo Page: Added a dedicated AI Demo landing page with hero, features, use cases, interactive demo, pricing cards, FAQ, testimonials, and CTAs. It is a practical starting point for AI product websites, SaaS landing pages, and product validation pages.
- ๐ Localized Demo Copy: AI Demo copy is managed through
src/i18n/ai-demo.tsand reusessrc/i18n/zh.tsandsrc/i18n/en.ts, making it easier to replace with real product messaging. - ๐งฉ Reusable Landing Page Components: Page components live under
src/components/AIDemoLanding, with responsive layout, dark mode, and composable section patterns. - ๐งช Project Distillation Skill: Added English Skillย and Chinese Skillย to capture the architecture, feature map, implementation patterns, extension points, and migration notes for future projects.
- ๐ Clearer Auth Demo Boundary: The login page and navbar auth state remain front-end auth examples. Before production, replace them with a real backend, session model, OAuth flow, or third-party auth provider.
Migration Tips
For a smooth upgrade process, we recommend:
- Test the upgrade in a development environment first
- Check custom component compatibility
- Monitor console for any warnings
- Follow the official migration guides step by step
- If you reuse the AI Demo, replace product copy, CTAs, pricing plans, and interactive demo data first
- Before launch, check
SITE_URL, analytics scripts, auth logic, and deployment environment variables
Documentation & Support
- ๐ Nextra Documentationย
- ๐จ Tailwind CSS Documentationย
- ๐ค AI Demo Landing Page
- ๐งช Project Distillation Skillย
- ๐ Found an issue? Open an Issueย
Roadmap
Weโll continue optimizing framework performance and plan to add more useful features. Stay tuned!
If you find this project useful or like the work Iโve done, please consider clicking the โญ๏ธ Starย button to show your support! Each star motivates me to keep improving. Thank you! ๐