Project
Examples
Example projects#
You can find example projects on GitHub in the examples directory.
Default project#
By default, initializing command will locally check out the example-yml project. As the name suggests, it uses YAML files.
$ mkdir my-project && cd my-project$ npx @featurevisor/cli initSpecific example#
You can also initialize a specific example project by passing the --example flag.
For JSON:
$ npx @featurevisor/cli init --example=jsonFor TOML:
$ npx @featurevisor/cli init --example=tomlSDK examples#
The following repositories show Featurevisor in complete applications. They use published SDK packages and load datafiles produced by a Featurevisor project.
JavaScript applications#
| Application | Example |
|---|---|
| Node.js | featurevisor-example-nodejs |
| OpenFeature for Node.js | featurevisor-example-openfeature-nodejs |
| Express.js | featurevisor-example-expressjs |
| Next.js | featurevisor-example-nextjs |
| Nuxt | featurevisor-example-nuxt |
| React | featurevisor-example-react |
| React Native | featurevisor-example-react-native |
Deployment#
| Platform | Example |
|---|---|
| Cloudflare Pages | featurevisor-example-cloudflare |
Other languages#
| Language | Example |
|---|---|
| Go | featurevisor-example-go |
| Java | featurevisor-example-java |
| PHP | featurevisor-example-php |
| Python | featurevisor-example-python |
| Ruby | featurevisor-example-ruby |
| Swift | featurevisor-example-swift |
You can find further examples in the Featurevisor GitHub organization.

