Skip to content

Commit

Permalink
Merge remote-tracking branch 'public/master' into public-master
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed May 24, 2021
2 parents d30737a + f541640 commit af1c21b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,20 @@ Flagsmith makes it easy to create and manage features flags across web, mobile,
* **Organization Management**. Organizations, projects, and roles for team members help keep your deployment organized.
* **Integrations**. Easily enhance Flagsmith with your favourite tools.

## Using Flagsmith
## Trying Flagsmith

* **Flagsmith hosted**. You can try our hosted version for free at https://www.flagsmith.com/
* **Flagsmith open source**. The Flagsmith API is built using Python 3, Django 2, and DjangoRestFramework 3. You can begin running the open source application using docker-compose. We also have options fore deploying to AWS, Kubernetes and OpenShift.
### Flagsmith hosted SaaS
You can try our hosted version for free at https://www.flagsmith.com/

### Flagsmith Open Source

The Flagsmith API is built using Python 3, Django 2, and DjangoRestFramework 3. You can try the application out using:

* [Docker](https://github.com/Flagsmith/flagsmith-docker)
* [Kubernetes](https://github.com/Flagsmith/flagsmith-charts)
* [Redhat OpenShift](https://operatorhub.io/operator/flagsmith)

We also have options for deploying to AWS, GCP and Azure. If you need help getting up and running, please [get in touch!](mailto:support@flagsmith.com)

## Resources

Expand Down

0 comments on commit af1c21b

Please sign in to comment.