https://github.com/getnacelle/nacelle-js
Nacelle-powered, JavaScript-fueled packages and example projects to elevate your composable commerce experience.
https://github.com/getnacelle/nacelle-js
ecommerce headless-commerce
Last synced: over 1 year ago
JSON representation
Nacelle-powered, JavaScript-fueled packages and example projects to elevate your composable commerce experience.
- Host: GitHub
- URL: https://github.com/getnacelle/nacelle-js
- Owner: getnacelle
- License: apache-2.0
- Created: 2021-05-07T18:31:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T22:40:23.000Z (over 1 year ago)
- Last Synced: 2025-04-09T23:29:23.668Z (over 1 year ago)
- Topics: ecommerce, headless-commerce
- Language: TypeScript
- Homepage: https://nacelle.com
- Size: 34.6 MB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nacelle
Nacelle is a managed backend service that acts as the connective tissue for headless commerce. Our infrastructure is built on an event-driven elastic core that Nacelle fully manages, so you don't have to worry about scaling, updates, and general DevOps. We focus on fighting headless headaches like eventual consistency, backend maintenance, and interoperability so you can build the things that matter to your brand without getting bogged down.
This repository contains packages and examples you can use to build your storefront.
## How to Use
### Packages
All `nacelle-js` [**packages**](https://github.com/getnacelle/nacelle-js/tree/main/packages) are published to npm. Please refer to a package's README for installation instructions.
### Examples
[**Examples**](https://github.com/getnacelle/nacelle-js/tree/main/examples) demonstrate how to achieve a specific goal. They are intended to be reference points, and aren't intended to be the foundation for new eCommerce projects.
To scaffold a frontend example project, we recommend using [`degit`](https://www.npmjs.com/package/degit):
```
npx degit https://github.com/getnacelle/nacelle-js/examples/
```
### Starters
[**Starters**](https://github.com/getnacelle/nacelle-js/tree/main/starters) provide scaffolding for new eCommerce projects. To scaffold a frontend example project, we recommend using [`degit`](https://www.npmjs.com/package/degit):
```
npx degit https://github.com/getnacelle/nacelle-js/starters/
```
## How to Contribute
Please see our [Contribution Guidelines](./CONTRIBUTING.md) for more information about submitting [bug reports](./CONTRIBUTING.md#reporting-bugs), [suggesting enhancements](./CONTRIBUTING.md#suggesting-enhancements), and [pull requests](./CONTRIBUTING.md#submitting-pull-requests).
### Quick Links
- [Report a Bug](https://github.com/getnacelle/nacelle-js/issues/new?labels=bug%2Ctriage&template=bug_report.yml&title=%5BBug%5D%3A+)
- [Suggest an Enhancement](https://github.com/getnacelle/nacelle-js/issues/new?labels=enhancement%2Ctriage&template=feature_request.yml&title=%5BEnhancement%5D%3A+)