{"id":23084046,"url":"https://github.com/weijunext/nextjs-15-starter","last_synced_at":"2025-05-16T17:00:25.629Z","repository":{"id":220070949,"uuid":"750651438","full_name":"weijunext/nextjs-15-starter","owner":"weijunext","description":"A multilingual Next.js 15 starter with built-in i18n support. Launch your global-ready web application with a clean, efficient, and SEO-friendly foundation.","archived":false,"fork":false,"pushed_at":"2025-04-11T07:14:34.000Z","size":761,"stargazers_count":279,"open_issues_count":0,"forks_count":51,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-13T02:13:34.994Z","etag":null,"topics":["app-router","i18n","multilingual","nextjs","nextjs-starter","nextjs-template","nextjs15","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://nextforge.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weijunext.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-31T03:30:25.000Z","updated_at":"2025-04-11T13:52:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"3bb024cf-5b9f-4366-89b8-3f6f6733339e","html_url":"https://github.com/weijunext/nextjs-15-starter","commit_stats":null,"previous_names":["weijunext/clean-nextjs-starter","weijunext/nextjs-15-starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijunext%2Fnextjs-15-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijunext%2Fnextjs-15-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijunext%2Fnextjs-15-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijunext%2Fnextjs-15-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weijunext","download_url":"https://codeload.github.com/weijunext/nextjs-15-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654095,"owners_count":21140236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-router","i18n","multilingual","nextjs","nextjs-starter","nextjs-template","nextjs15","shadcn-ui","tailwindcss"],"created_at":"2024-12-16T15:35:11.444Z","updated_at":"2025-05-16T17:00:24.788Z","avatar_url":"https://github.com/weijunext.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/weijunext","https://ko-fi.com/G2G6TWWMG"],"categories":["TypeScript"],"sub_categories":[],"readme":"🌍 *[English](README.md) ∙ [简体中文](README_zh.md) ∙ [日本語](README_ja.md)*\n\n# Next Forge - Multilingual Next.js 15 Starter\n\nA feature-rich Next.js 15 multilingual starter template to help you quickly build globally-ready websites.\n\n- [👉 Source Code](https://github.com/weijunext/nextjs-15-starter)\n- [👉 Live Demo](https://nextforge.dev/)\n\n🚀 Looking for a full-featured SaaS Starter Kit? [Check out the complete version](https://nexty.dev)\n\n## ✨ Features\n\n- 🌐 Built-in i18n support (English, Chinese, Japanese)\n- 🎨 Modern UI design with Tailwind CSS\n- 🌙 Dark/Light theme toggle\n- 📱 Responsive layout\n- 📝 MDX blog system \n- 🔍 SEO optimization\n- 📊 Integrated analytics tools\n  - Google Analytics\n  - Baidu Analytics\n  - Google Adsense\n  - Vercel Analytics\n\n## 🚀 Quick Start\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/weijunext/nextjs-15-starter.git\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn\n# or\npnpm install\n```\n\n3. Copy environment variables:\n```bash\ncp .env.example .env\n```\n\n4. Start the development server:\n```bash\nnpm run dev\n```\n\nVisit http://localhost:3000 to view your application.\n\n## ⚙️ Configuration\n\n1. Basic Setup\n   - Edit `config/site.ts` for website information\n   - Update icons and logo in `public/`\n   - Configure `app/sitemap.ts` for sitemap\n   - Update `app/robots.ts` for robots.txt\n\n2. i18n Setup\n   - Add/modify language files in `i18n/messages/`\n   - Configure supported languages in `i18n/routing.ts`\n   - Set up i18n routing in `middleware.ts`\n   - Create pages under `app/[locale]/`\n   - Use the `Link` component from `i18n/routing.ts` instead of Next.js default\n\n## 📝 Content Management\n\n### Blog Posts\nCreate MDX files in `blogs/[locale]` with the following format:\n\n```markdown\n---\ntitle: Post Title\ndescription: Post Description\nimage: /image.png\nslug: /url-path\ntags: tag1,tag2\ndate: 2025-02-20\nvisible: published\npin: true\n---\n\nPost content...\n```\n\nReference `types/blog.ts` for supported fields.\n\n### Static Pages\nManage static page content in `content/[page]/[locale].mdx`.\n\n## 🔍 SEO Optimization\n\nBuilt-in comprehensive SEO features:\n   - Server-side rendering and static generation\n   - Automatic sitemap.xml generation\n   - robots.txt configuration\n   - Optimized metadata\n   - Open Graph support\n   - Multilingual SEO support\n\n## 📊 Analytics\n\nEnable analytics by adding IDs in `.env`:\n```\nNEXT_PUBLIC_GOOGLE_ANALYTICS=\nNEXT_PUBLIC_BAIDU_TONGJI=\nNEXT_PUBLIC_GOOGLE_ADSENSE=\n```\n\n## 🛠️ Tech Stack\n\n- Next.js 15\n- TypeScript\n- Tailwind CSS\n- Shadcn/ui\n- next-intl\n- MDX\n- Zustand\n- Vercel\n\n## One-Click Deploy\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/weijunext/nextjs-15-starter\u0026project-name=\u0026repository-name=nextjs-15-starter\u0026demo-title=Nextjs15Starter\u0026demo-description=Nextjs%2015%20starter.\u0026demo-url=https://nextforge.dev\u0026demo-image=https://nextforge.dev/og.png)\n\n## 📄 License\n\nMIT\n\n## 🤝 Contributing\n\nIssues and Pull Requests are welcome!\n\n## About the Author\n\nNext.js full-stack specialist providing expert services in project development, performance optimization, and SEO improvement.\n\nFor consulting and training opportunities, reach out at weijunext@gmail.com\n\n- [Github](https://github.com/weijunext)\n- [Bento](https://bento.me/weijunext)\n- [Twitter/X](https://twitter.com/judewei_dev)\n\n\u003ca href=\"https://www.buymeacoffee.com/weijunext\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/G2G6TWWMG)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweijunext%2Fnextjs-15-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweijunext%2Fnextjs-15-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweijunext%2Fnextjs-15-starter/lists"}