{"id":15002289,"url":"https://github.com/kansas1295/erfours-erf","last_synced_at":"2026-03-11T15:11:06.466Z","repository":{"id":231292539,"uuid":"781235939","full_name":"kansas1295/erfours-erf","owner":"kansas1295","description":"Made by Erfours","archived":false,"fork":false,"pushed_at":"2024-04-18T08:49:42.000Z","size":458,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-18T10:32:45.870Z","etag":null,"topics":["composable","headless","jamstack","netlify","ssg"],"latest_commit_sha":null,"homepage":"https://kansas1295.github.io/erfours-erf/","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/kansas1295.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-03T02:03:41.000Z","updated_at":"2024-04-18T10:33:13.532Z","dependencies_parsed_at":"2024-04-18T10:32:55.820Z","dependency_job_id":"9ead047c-3181-4434-b434-e1f51c9b2302","html_url":"https://github.com/kansas1295/erfours-erf","commit_stats":null,"previous_names":["kansas1295/nervous-onion-cb8e2","kansas1295/erfours-erf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kansas1295/erfours-erf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kansas1295%2Ferfours-erf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kansas1295%2Ferfours-erf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kansas1295%2Ferfours-erf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kansas1295%2Ferfours-erf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kansas1295","download_url":"https://codeload.github.com/kansas1295/erfours-erf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kansas1295%2Ferfours-erf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30385261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T14:10:17.325Z","status":"ssl_error","status_checked_at":"2026-03-11T14:09:37.934Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["composable","headless","jamstack","netlify","ssg"],"created_at":"2024-09-24T18:49:26.932Z","updated_at":"2026-03-11T15:11:06.423Z","avatar_url":"https://github.com/kansas1295.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netlify Create Next.js + TypeScript + MUI Starter\n\n\u003cdiv style=\"text-align: center\"\u003e\n\n![Next.js + TS + MUI Netlify Create Starter](https://assets.stackbit.com/docs/ts-nextjs-starter-thumb.png)\n\n\u003c/div\u003e\n\nThis is a minimal starting point for new Netlify Create projects. It is built with Next.js, TypeScript, and [MUI](https://mui.com/), and is equipped with visual editing capabilities using Stackbit. It uses markdown files as the content source. See below for [other Netlify Create example projects](#other-stackbit-projects).\n\n**⚡ Demo:** [stackbit-ts-mui-nextjs-starter.netlify.app](https://stackbit-ts-mui-nextjs-starter.netlify.app/)\n\n\n## Features\n\nThis is meant to be a simple starting point that demonstrates the use of bringing your own component library, such as MUI.\n\nIn addition to MUI support, this project contains the following:\n\n- **Flexible Pages:** Simple and flexible page model that lets editors add new pages.\n- **Basic Components:** A few basic components to add to new pages.\n- **Layout Elements:** Header and footer elements automatically added to pages.\n- **Component \u0026 Template Presets:** Predefined arrangements of content and components for faster editing. [Learn more](https://docs.stackbit.com/conceptual-guides/content-presets/).\n- **TypeScript Support:** Components and content are type-safe. (See `types` directory for definitions.)\n\n## Getting Started\n\nThe typical development process is to begin by working locally.\n\nCreate local Stackbit project from this repo:\n\n```txt\nnpx create-stackbit-app@latest --starter ts-nextjs\n```\n\nRun the Next.js development server:\n\n```txt\ncd my-stackbit-site\nnpm run dev\n```\n\nInstall the Stackbit CLI. Then open a new terminal window in the same project directory and run the Stackbit Dev server:\n\n```txt\nnpm install -g @stackbit/cli\nstackbit dev\n```\n\nThis outputs your own Stackbit URL. Open this, register or sign in, and you will be directed to Stackbit's visual editor for your new project.\n\n![Next.js Dev + Stackbit Dev](https://assets.stackbit.com/docs/next-dev-stackbit-dev.png)\n\n## Next Steps\n\nHere are a few suggestions on what to do next if you're new to Stackbit:\n\n- Learn [how Stackbit works](https://docs.stackbit.com/conceptual-guides/how-stackbit-works/)\n- Follow the [_Getting Started_ tutorial](https://docs.stackbit.com/getting-started/)\n- Explore the [how-to guides](https://docs.stackbit.com/how-to-guides/) for help while developing your site\n\n## Other Stackbit Projects\n\nStackbit has a number of examples that you can use to create a new project or evaluate Stackbit. Run the following command to see a list of available examples:\n\n```txt\nnpx create-stackbit-app@latest --help\n```\n\nYou can also visit [our `stackbit-themes` GitHub organization](https://github.com/stackbit-themes)\n\n## Join the Community\n\n[Join us on Netlify answers](https://answers.netlify.com/) for community support and to showcase what you build with this starter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkansas1295%2Ferfours-erf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkansas1295%2Ferfours-erf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkansas1295%2Ferfours-erf/lists"}