{"id":19208404,"url":"https://github.com/zntb/nextjs-template","last_synced_at":"2026-06-18T19:32:35.891Z","repository":{"id":197276826,"uuid":"690946581","full_name":"zntb/nextjs-template","owner":"zntb","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-03T16:02:55.000Z","size":3257,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-03T20:37:26.828Z","etag":null,"topics":["nextjs","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","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/zntb.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-13T07:45:28.000Z","updated_at":"2026-03-03T16:02:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf3a7cb5-3cc5-48a8-bf7c-cdacbd92620f","html_url":"https://github.com/zntb/nextjs-template","commit_stats":null,"previous_names":["zntb/nextjs-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zntb/nextjs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntb%2Fnextjs-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntb%2Fnextjs-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntb%2Fnextjs-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntb%2Fnextjs-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zntb","download_url":"https://codeload.github.com/zntb/nextjs-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntb%2Fnextjs-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34505419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["nextjs","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-11-09T13:26:08.114Z","updated_at":"2026-06-18T19:32:35.866Z","avatar_url":"https://github.com/zntb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js + Fleek Starter Kit\n\n![image](https://github.com/fleekxyz/nextjs-template/assets/55561695/ecee3337-3dee-4543-a18b-57151cb18448)\n\n## 🚀 Project Structure\n\nInside of your Next.js project, you'll see the following folders and files:\n\n```\n/\n├── public/\n│   └── favicon.svg\n├── src/\n│   └── app/\n│       ├── favicon.ico\n│       ├── globals.css\n│       ├── layout.tsx\n│       └── page.tsx\n├── next.config.js\n├── tailwind.config.js\n├── tsconfig.json\n└── package.json\n```\n\nIf you want to lern more about the `app` router you can checkout [Next.js documentation](https://nextjs.org/docs/app/building-your-application/routing#the-app-directory).\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                | Action                                           |\n| :--------------------- | :----------------------------------------------- |\n| `pnpm install`          | Installs dependencies                            |\n| `pnpm run dev`          | Starts local dev server at `localhost:3000`      |\n| `pnpm run build`        | Build your production site to `./out/`          |\n| `pnpm run start`      | Preview your build locally, before deploying     |\n| `pnpm run lint ...`    | Run Linter |\n\n## ⚡ How to deploy to Fleek\n\n### 1. Create a `fleek.json` config file:\nYou can configure this site deployment using [Fleek CLI]() and running:\n```\n \u003e fleek sites init\n   WARN! Fleek CLI is in beta phase, use it under your own responsibility\n   ? Choose one of the existing sites or create a new one. › \n   ❯ Create a new site\n```\nIt will prompt you for a `name`, `dist` directory location \u0026 `build command`\n- `name`: How you want to name the site\n- `dist`: The output directory where the site is located, for this template it's `out`\n- `build command`: Command to build your site, this will be used to deploy the latest version either by CLI or Github Actions\n\n### 2. Deploy the site\nAfter configuiring your `fleek.json` file, you can deployt the site by running\n\n```\nfleek sites deploy\n```\nAfter running it you will get an output like this:\n```\n WARN! Fleek CLI is in beta, use it at your own discretion\n \u003e Success! Deployed!\n \u003e Site IPFS CID: QmP1nDyoHqSrRabwUSrxRV3DJqiKH7b9t1tpLcr1NTkm1M\n\n \u003e You can visit through the gateway:\n \u003e https://ipfs.io/ipfs/QmP1nDyoHqSrRabwUSrxRV3DJqiKH7b9t1tpLcr1NTkm1M\n ```\n\n### Extra features\n- **Continuous Integration (CI):** `fleek sites ci` [Documentation.](https://docs.fleek.xyz/services/sites/#continuous-integration-ci)\n- **Adding custom domains:** `fleek domains create` [Documentation.](https://docs.fleek.xyz/services/domains/)\n\n\n### Keep in mind:\n\nThis template has been configured to produce a static output.\n\n```js\n/** @type {import('next').NextConfig} */\nconst nextConfig = {\n  output: 'export',\n  reactStrictMode: true,\n  images: {\n    unoptimized: true,\n  },\n  trailingSlash: true,\n}\n\nmodule.exports = nextConfig\n\n```\n\nYou can find more information about static builds in [Next Documentation](https://nextjs.org/docs/app/building-your-application/deploying/static-exports#configuration)\n\n\n## 👀 Want to learn more?\n\nFeel free to check [Next.js documentation](https://nextjs.org/docs) or jump into Next.js [learning platform](https://nextjs.org/learn/foundations/about-nextjs?utm_source=next-site\u0026utm_medium=nav-cta\u0026utm_campaign=next-website).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzntb%2Fnextjs-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzntb%2Fnextjs-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzntb%2Fnextjs-template/lists"}