{"id":19937276,"url":"https://github.com/tobysolutions/nextjs-ssr-template","last_synced_at":"2026-05-10T21:46:13.093Z","repository":{"id":260482789,"uuid":"881423255","full_name":"tobySolutions/nextjs-ssr-template","owner":"tobySolutions","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-03T06:46:21.000Z","size":522,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T03:32:23.611Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tobySolutions.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-10-31T14:43:26.000Z","updated_at":"2024-11-03T06:46:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"cec54026-da74-4116-8d09-e8c084f0c8a6","html_url":"https://github.com/tobySolutions/nextjs-ssr-template","commit_stats":null,"previous_names":["tobysolutions/nextjs-ssr-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fnextjs-ssr-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fnextjs-ssr-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fnextjs-ssr-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fnextjs-ssr-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobySolutions","download_url":"https://codeload.github.com/tobySolutions/nextjs-ssr-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241366038,"owners_count":19951266,"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":[],"created_at":"2024-11-12T23:32:59.484Z","updated_at":"2025-11-26T00:03:26.384Z","avatar_url":"https://github.com/tobySolutions.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js SSR Starter Template - ReadMe\n\nThis is the boilerplate code generated directly from running `npx create-next-app`. Utilize this template to harness Fleek’s optimized hosting for dynamic and performance-driven web applications\n\n## Prerequisites\n\n- Node 18.18.0+\n- Fleek Account\n- [Fleek CLI](https://www.npmjs.com/package/@fleek-platform/cli)\n- [Fleek Next Adapter](https://www.npmjs.com/package/@fleek-platform/next)\n\n## Getting Started\n\n1. Fork the repository\n2. Clone the repository by running the following command:\n\n```bash\ngit clone \u003chttps://github.com/\u003e\u003cyour-id\u003e/nextjs-ssr-template.git\n```\n\n1. Enter the correct directory, install dependencies, and run locally:\n\n```bash\ncd nextjs-ssr-template\nnpm i\nnpm run dev\n```\n\n1. Ensure that you install the Fleek CLI and the Fleek Next Adapter:\n\n```bash\n// local installation\nnpm i @fleek-platform/cli\nnpm i @fleek-platform/next\n\n// global installation\nnpm i -g @fleek-platform/cli\nnpm i -g @fleek-platform/next\n\n```\n\n💡: you can check the Fleek CLI version by running fleek -v. Any version \u003e= 2.10.1 should be good. As for the Fleek Next adapter, you can check the Fleek Next Adapter version by running fleek-next -v. Any version \u003e= 2.1.0 should be good.\n\n## Building and Deploying\n\n1. Build the project using the Fleek Next Adapter:\n\n```bash\nnpx fleek-next build\n# or if installed globally\nfleek-next build\n```\n\n1. Now, Create the Fleek Function using the Fleek CLI:\n\n```bash\n//syntax\nfleek functions create --name '\u003cname of your function\u003e'\n\n//example\nfleek functions create --name nextra-function\n\n```\n\n1. Finally, deploy using the Fleek CLI:\n\n```bash\n//syntax\nfleek functions deploy --bundle=false --path .fleek/dist/index.js --assets .fleek/static --name '\u003cname of your function\u003e'\n\n//example\nfleek functions deploy --bundle=false --path .fleek/dist/index.js --assets .fleek/static --name nextra-function\n```\n\nAs you complete all the steps successfully here, you will be able to access your fullstack Next.js app using a link that looks like this- https://brief-disease-harsh.functions.on-fleek.app/\n\n## Contributing\n\n### Reporting Issues\n\n- Use GitHub Issues to report bugs or suggest features.\n- Provide clear details and steps to reproduce any issues.\n\n### Pull Requests\n\n- Fork the repository.\n- Create a feature branch:\n\n```bash\ngit checkout -b feature/your-feature\n```\n\n- Commit changes with clear messages.\n- Push to your fork and submit a pull request.\n\n## Learn More\n\n- [Fleek CLI Docs](https://fleek.xyz/docs/cli/)\n- [Fleek Function Docs](https://fleek.xyz/docs/cli/functions/)\n- [Fleek Next Docs](https://fleek.xyz/docs/cli/functions/)\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js\nfeatures and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobysolutions%2Fnextjs-ssr-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobysolutions%2Fnextjs-ssr-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobysolutions%2Fnextjs-ssr-template/lists"}