https://github.com/crystallizeapi/boilerplates
Mono Repository with all the boilerplates
https://github.com/crystallizeapi/boilerplates
boilerplate gatsby nextjs nuxtjs remix-run
Last synced: about 1 month ago
JSON representation
Mono Repository with all the boilerplates
- Host: GitHub
- URL: https://github.com/crystallizeapi/boilerplates
- Owner: CrystallizeAPI
- License: mit
- Created: 2022-03-08T04:30:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T14:33:26.000Z (4 months ago)
- Last Synced: 2025-04-03T12:51:21.336Z (3 months ago)
- Topics: boilerplate, gatsby, nextjs, nuxtjs, remix-run
- Language: TypeScript
- Homepage:
- Size: 48.9 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Crystallize Legacy Boilerplates
Here are managed all the Legacy, one shot made Crystallize Boilerplates.
There is another mono repository with up-to-date, state of the art boilerplates here: https://github.com/CrystallizeAPI/superfast-boilerplates
---
In order to simplify their maintenance they are all in this Git Repository.
All contributions will happen here:
- PRs and Issues are therefore open, discuss, contribute in one place
- Many things will be shared accross the `components`: Coding Standards, CI & Automations, Tests, etc.✅ Nevertheless, all the `components` (here boilerplates) will continue to be independant and pushed in their own repository. (through magic mechanisms that we have internally)
## Managed Repositories
| Boilerplates | Licence(s) |
| ------------ | ---------- |
| [Service API - KOAJS (WiP)](https://github.com/CrystallizeAPI/service-api-koajs) | ![MIT] |
| [Next JS](https://github.com/CrystallizeAPI/crystallize-nextjs-boilerplate) | ![MIT] |
| [Remix Boilerplate](https://github.com/CrystallizeAPI/product-storytelling-examples) | ![MIT] |
| [Conference](https://github.com/CrystallizeAPI/conference-boilerplate) | ![MIT] |
| [Content Commerce](https://github.com/CrystallizeAPI/content-commerce-boilerplate) | ![MIT] |
| [Service API](https://github.com/CrystallizeAPI/service-api-boilerplate) | ![MIT] |
| [Nuxt JS](https://github.com/CrystallizeAPI/crystallize-nuxtjs-boilerplate) | ![MIT] |
| [Gatsby](https://github.com/CrystallizeAPI/crystallize-gatsby-boilerplate) | ![MIT] |
| [SaaS](https://github.com/CrystallizeAPI/crystallize-saas-boilerplate) | ![MIT] |
| [React Native](https://github.com/CrystallizeAPI/crystallize-react-native-boilerplate) | ![MIT] |
| [Flutter](https://github.com/CrystallizeAPI/crystallize-flutter-boilerplate) | ![MIT] |
| [Astro](https://github.com/CrystallizeAPI/dounut-astro) | ![MIT] |
| [Svelte](https://github.com/CrystallizeAPI/dounut-svelte) | ![MIT] |
| [Product Configurator](https://github.com/CrystallizeAPI/product-configurator) | ![MIT] |## Contributions
- Pull Requests and Issues should start with `[$COMPONENT_NAME]`
### Adding a new Component (Boilerplate)
```bash
make add-component COMPONENT=my-new-component
```> If not already done, you still need create the Github sub-repository and add an entry in `components/manifest.json`
[MIT]: https://img.shields.io/badge/license-MIT-green?style=flat-square&labelColor=black