{"id":22004558,"url":"https://github.com/slicknode/nextjs-slicknode-starter","last_synced_at":"2026-05-09T19:35:19.006Z","repository":{"id":40934388,"uuid":"207882449","full_name":"slicknode/nextjs-slicknode-starter","owner":"slicknode","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-04T09:59:16.000Z","size":269,"stargazers_count":1,"open_issues_count":16,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-09T14:07:54.185Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/slicknode.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}},"created_at":"2019-09-11T18:42:00.000Z","updated_at":"2020-02-12T23:36:55.000Z","dependencies_parsed_at":"2023-02-02T08:00:59.933Z","dependency_job_id":null,"html_url":"https://github.com/slicknode/nextjs-slicknode-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slicknode/nextjs-slicknode-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicknode%2Fnextjs-slicknode-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicknode%2Fnextjs-slicknode-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicknode%2Fnextjs-slicknode-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicknode%2Fnextjs-slicknode-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slicknode","download_url":"https://codeload.github.com/slicknode/nextjs-slicknode-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicknode%2Fnextjs-slicknode-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32833256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":[],"created_at":"2024-11-30T00:16:28.860Z","updated_at":"2026-05-09T19:35:18.986Z","avatar_url":"https://github.com/slicknode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextJS Slicknode Starter\n\nThis is a basic starter project for a blog powered by a [Slicknode](https://slicknode.com) backend\nand NextJS for the frontend.  \n\n## Installation\n\nYou have to have an active [Slicknode account](https://slicknode.com) and the Slicknode CLI needs to be\ninstalled on your computer:\n\n    npm install -g slicknode@latest\n\n\n### Backend \n\nTo deploy the backend to your Slicknode account, navigate to the `server` folder and run the following \ncommands: \n\n    cd ./server\n    \n    # Pull the dependencies\n    slicknode pull\n\n    # Deploy the project to the cloud\n    slicknode deploy\n\nAfter a few moments, the GraphQL endpoint will be ready. To get the endpoint, run this in the `server`\ndirectory:\n\n    slicknode endpoint\n\nThis will be needed for the client setup. \n\n### Client\n\nTo start the client, navigate to the `client` folder and install the dependencies:\n\n    cd ./client\n    yarn\n    \nOpen the file `client/config.js` and set your Slicknode endpoint.\n\nTo start the server in dev mode with hot reload, automatic build etc:\n\n    yarn start\n    \nTo create a production build and start the server in prod mode:\n\n    yarn build\n    yarn start\n\nFor more customization and options, checkout the [official NextJS documentation](https://github.com/zeit/next.js/)\n\n### Note\n\nThis is just an example to illustrate how NextJS can be connected to a Slicknode backend and not meant for\nproduction usage. To make this production ready, you would probably implement a custom mutation with a registration\nflow and remove the permissions for anonymous users to be able to create new users etc. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslicknode%2Fnextjs-slicknode-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslicknode%2Fnextjs-slicknode-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslicknode%2Fnextjs-slicknode-starter/lists"}