∙ 简体中文
A feature-rich Next.js 15 multilingual starter template to help you quickly build globally-ready websites.
- 🌐 Built-in i18n support (English, Chinese, Japanese)
- 🎨 Modern UI design with Tailwind CSS
- 🌙 Dark/Light theme toggle
- 📱 Responsive layout
- 📝 MDX blog system
- 🔍 SEO optimization
- 📊 Integrated analytics tools
- Google Analytics
- Baidu Analytics
- Google Adsense
- Vercel Analytics
- Install dependencies:
npm install
# or
yarn
# or
pnpm install
- Copy environment variables:
cp .env.example .env
- Start the development server:
npm run dev
Visit http://localhost:3000 to view your application.