{"id":25537000,"url":"https://github.com/gfazioli/next-app-nextra-template","last_synced_at":"2026-02-17T07:58:19.836Z","repository":{"id":277204176,"uuid":"929481286","full_name":"gfazioli/next-app-nextra-template","owner":"gfazioli","description":"Template for NextJS app router + Mantine UI + Nextra","archived":false,"fork":false,"pushed_at":"2025-07-02T09:56:05.000Z","size":7486,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T09:15:10.401Z","etag":null,"topics":["mantine","mantine-ui","mantine-v7","mantine-v8","nextjs","nextjs-app-router","nextjs15","nextjs15-typescript","nextra","nextra-docs","nextra-theme-docs","reactjs","typescript"],"latest_commit_sha":null,"homepage":"https://next-app-nextra-template.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gfazioli.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,"zenodo":null}},"created_at":"2025-02-08T16:44:30.000Z","updated_at":"2025-07-02T09:56:08.000Z","dependencies_parsed_at":"2025-03-25T13:41:40.438Z","dependency_job_id":"35556582-c840-4e07-9a7a-89775ba35bb6","html_url":"https://github.com/gfazioli/next-app-nextra-template","commit_stats":null,"previous_names":["gfazioli/next-app-nextra-template"],"tags_count":13,"template":true,"template_full_name":null,"purl":"pkg:github/gfazioli/next-app-nextra-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfazioli%2Fnext-app-nextra-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfazioli%2Fnext-app-nextra-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfazioli%2Fnext-app-nextra-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfazioli%2Fnext-app-nextra-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gfazioli","download_url":"https://codeload.github.com/gfazioli/next-app-nextra-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfazioli%2Fnext-app-nextra-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265872033,"owners_count":23842117,"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":["mantine","mantine-ui","mantine-v7","mantine-v8","nextjs","nextjs-app-router","nextjs15","nextjs15-typescript","nextra","nextra-docs","nextra-theme-docs","reactjs","typescript"],"created_at":"2025-02-20T05:01:10.562Z","updated_at":"2026-02-17T07:58:19.829Z","avatar_url":"https://github.com/gfazioli.png","language":"TypeScript","funding_links":["https://github.com/sponsors/gfazioli?o=esc"],"categories":["Boilerplates"],"sub_categories":[],"readme":"# Mantine Next.js + Nextra template\n\n\u003cimg width=\"1536\" height=\"2626\" alt=\"image\" src=\"https://github.com/user-attachments/assets/35ec064c-5f3f-495a-b2a3-5de82f19bdab\" /\u003e\n\n\n\u003cdiv align=\"center\"\u003e\n\n[\u003ckbd\u003e \u003cbr/\u003e ❤️ If this component has been useful to you or your team, please consider becoming a sponsor \u003cbr/\u003e \u003c/kbd\u003e](https://github.com/sponsors/gfazioli?o=esc)\n\n\u003c/div\u003e\n\nThis is a template for [Next.js](https://nextjs.org/) app router + [Mantine](https://mantine.dev/) + [Nextra](https://nextra.site/) documentation site.\n\n## Features\n\nThis template comes with the following features:\n\n- [PostCSS](https://postcss.org/) with [mantine-postcss-preset](https://mantine.dev/styles/postcss-preset)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Storybook](https://storybook.js.org/)\n- [Jest](https://jestjs.io/) setup with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)\n- ESLint setup with [eslint-config-mantine](https://github.com/mantinedev/eslint-config-mantine)\n- Provides API example in `/api/version`\n- Turbopack inline SVG loader [turbopack-inline-svg-loader](https://github.com/vitalets/turbopack-inline-svg-loader)\n\n## Nextra Features\n\n- [Nextra](https://nextra.site/) documentation site with Mantine theme\n- Sync Dark mode between documentation and application (Mantine/Nextra)\n- Customizable components in `components` folder\n- Provides new Navigation and Footer components for Nextra documentation site\n\n## Folder structure\n\n- `components` – shared components \n    - you can use them in both documentation and application\n    - you may customize them to fit your needs\n- `content` – Nextra documentation site (.mdx and _meta.json files)\n\n## npm scripts\n\n### Build and dev scripts\n\n- `dev` – start dev server\n- `build` – bundle application for production\n- `analyze` – analyzes application bundle with [@next/bundle-analyzer](https://www.npmjs.com/package/@next/bundle-analyzer)\n\n### Testing scripts\n\n- `typecheck` – checks TypeScript types\n- `lint` – runs ESLint\n- `prettier:check` – checks files with Prettier\n- `jest` – runs jest tests\n- `jest:watch` – starts jest watch\n- `test` – runs `jest`, `prettier:check`, `lint` and `typecheck` scripts\n\n### Other scripts\n\n- `storybook` – starts storybook dev server\n- `storybook:build` – build production storybook bundle to `storybook-static`\n- `prettier:write` – formats all files with Prettier\n\n## Sponsor\n\n\u003cdiv align=\"center\"\u003e\n\n[\u003ckbd\u003e \u003cbr/\u003e ❤️ If this component has been useful to you or your team, please consider becoming a sponsor \u003cbr/\u003e \u003c/kbd\u003e](https://github.com/sponsors/gfazioli?o=esc)\n\n\u003c/div\u003e\n\nYour support helps me:\n\n- Keep the project actively maintained with timely bug fixes and security updates\t\n- Add new features, improve performance, and refine the developer experience\t\n- Expand test coverage and documentation for smoother adoption\t\n- Ensure long‑term sustainability without relying on ad hoc free time\t\n- Prioritize community requests and roadmap items that matter most\n\nOpen source thrives when those who benefit can give back—even a small monthly contribution makes a real difference. Sponsorships help cover maintenance time, infrastructure, and the countless invisible tasks that keep a project healthy.\n\nYour help truly matters.\n\n💚 [Become a sponsor](https://github.com/sponsors/gfazioli?o=esc) today and help me keep this project reliable, up‑to‑date, and growing for everyone.\n\n\u003cdiv align=\"center\"\u003e\n  \n[![Star History Chart](https://api.star-history.com/svg?repos=gfazioli/next-app-nextra-template\u0026type=Timeline)](https://www.star-history.com/#gfazioli/next-app-nextra-template\u0026Timeline)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfazioli%2Fnext-app-nextra-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgfazioli%2Fnext-app-nextra-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfazioli%2Fnext-app-nextra-template/lists"}