https://github.com/github/optimizely-javascript-sdk
JavaScript SDK for Optimizely X Full Stack: A/B testing and feature management for product development teams
https://github.com/github/optimizely-javascript-sdk
Last synced: 5 months ago
JSON representation
JavaScript SDK for Optimizely X Full Stack: A/B testing and feature management for product development teams
- Host: GitHub
- URL: https://github.com/github/optimizely-javascript-sdk
- Owner: github
- License: apache-2.0
- Archived: true
- Fork: true (optimizely/javascript-sdk)
- Created: 2020-04-08T16:10:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T15:59:23.000Z (almost 6 years ago)
- Last Synced: 2024-09-25T21:09:43.058Z (over 1 year ago)
- Homepage: https://www.optimizely.com/products/full-stack/
- Size: 5.08 MB
- Stars: 9
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
Optimizely JavaScript SDK
This repository houses the official JavaScript SDK for use with Optimizely Full Stack and Optimizely Rollouts.
Optimizely Full Stack is A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, or see the [documentation](https://docs.developers.optimizely.com/full-stack/docs).
Optimizely Rollouts is free feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, or see the [documentation](https://docs.developers.optimizely.com/rollouts/docs).
## Packages
This repository is a monorepo that we manage using [Lerna](https://github.com/lerna/lerna). Only one package lives here currently, but that may change in the future.
| Package | Version | Docs | Description |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [`@optimizely/optimizely-sdk`](/packages/optimizely-sdk) | [](https://www.npmjs.com/package/@optimizely/optimizely-sdk) | [](https://developers.optimizely.com/x/solutions/sdks/reference/?language=javascript) | The Optimizely SDK |
## About
`@optimizely/optimizely-sdk` is developed and maintained by [Optimizely](https://optimizely.com) and many [contributors](https://github.com/optimizely/javascript-sdk/graphs/contributors). If you're interested in learning more about what Optimizely X Full Stack can do for your company, please [get in touch](mailto:eng@optimizely.com)!
### Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md).