An open API service indexing awesome lists of open source software.

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.

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+)