{"id":21311338,"url":"https://github.com/kickstartds/staticcms-starter","last_synced_at":"2025-07-24T20:12:05.780Z","repository":{"id":225834615,"uuid":"755924087","full_name":"kickstartDS/staticcms-starter","owner":"kickstartDS","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-05T09:22:06.000Z","size":14412,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T18:46:59.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://staticcms-starter.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kickstartDS.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}},"created_at":"2024-02-11T13:54:59.000Z","updated_at":"2025-01-22T17:31:37.000Z","dependencies_parsed_at":"2024-03-04T16:00:40.047Z","dependency_job_id":"f0a1adef-c6a4-4ed7-945e-07b99cd5017a","html_url":"https://github.com/kickstartDS/staticcms-starter","commit_stats":null,"previous_names":["kickstartds/staticcms-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kickstartDS/staticcms-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickstartDS%2Fstaticcms-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickstartDS%2Fstaticcms-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickstartDS%2Fstaticcms-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickstartDS%2Fstaticcms-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kickstartDS","download_url":"https://codeload.github.com/kickstartDS/staticcms-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickstartDS%2Fstaticcms-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266898911,"owners_count":24002969,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"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-21T17:17:37.247Z","updated_at":"2025-07-24T20:12:05.646Z","avatar_url":"https://github.com/kickstartDS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kickstartDS Static CMS starter\n\nThis is a really simple project that shows the usage of Next.js with TypeScript.\n\n## Deploy your own\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kickstartDS/staticcms-starter\u0026stack=cms)\n\nOnce the initial build finishes, you will receive an \"Invite\" email to login to Static CMS.\n\n## How to use it?\n\nExecute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:\n\n```bash\nnpx create-next-app --example with-typescript with-typescript-app\n# or\nyarn create next-app --example with-typescript with-typescript-app\n```\n\nDeploy it to the cloud with [Vercel](https://vercel.com/import?filter=next.js\u0026utm_source=github\u0026utm_medium=readme\u0026utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).\n\n## Notes\n\nThis example shows how to integrate the TypeScript type system into Next.js. Since TypeScript is supported out of the box with Next.js, all we have to do is to install TypeScript.\n\n```\nnpm install --save-dev typescript\n```\n\nTo enable TypeScript's features, we install the type declarations for React and Node.\n\n```\nnpm install --save-dev @types/react @types/react-dom @types/node\n```\n\nWhen we run `next dev` the next time, Next.js will start looking for any `.ts` or `.tsx` files in our project and builds it. It even automatically creates a `tsconfig.json` file for our project with the recommended settings.\n\nNext.js has built-in TypeScript declarations, so we'll get autocompletion for Next.js' modules straight away.\n\nA `type-check` script is also added to `package.json`, which runs TypeScript's `tsc` CLI in `noEmit` mode to run type-checking separately. You can then include this, for example, in your `test` scripts.\n\n## Contributing\n\nContributions are welcome. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as below, without any additional terms or conditions.\n\n## License\n\nThis project is licensed under either of\n\n- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([LICENSE-APACHE](LICENSE-APACHE))\n- [MIT license](https://opensource.org/license/mit/) ([LICENSE-MIT](LICENSE-MIT))\n\nat your option.\n\nThe SPDX license identifier for this project is MIT OR Apache-2.0.\n\n---\n\nFor more information and updates, please visit the project's GitHub repository.\n\n## Support\n\nJoin our [Discord community](https://discord.gg/mwKzD5gejY) for support, or leave an issue on this repository!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickstartds%2Fstaticcms-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkickstartds%2Fstaticcms-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickstartds%2Fstaticcms-starter/lists"}