AMPPLY
Feature Toggle
Easier Faster
Easily enable features to the right users, at the right time, using simple HTML-tags
Sign up for early access

Release, and get feedback faster

The faster you can get feedback, the faster you can learn. With Ampply you can release quick and often, and just expose the new features to a subset of your users.

Benefits

Using Ampply you will be able to:

  1. Run beta-programs and quickly limit who has access to the new releases
  2. Do drip releases, and when confident, roll them out to everyone
  3. Easily support legacy pricing plans. With Ampply it is easy to change price plan changes, while still grandfathering older customers
  4. Users and feature flags will automatically be added to the application. No need to create them manually
  5. Empower product managers, to easily decide who should have access to which features

How it works

Get up and running in 10 minutes

1

Add JavaScript

Add a small snippet of JavaScript, to automatically load users.

2

Annotate the UI elements you want to feature toggle

Add an HTML tag to the content you want to feature toggle
<div ampply-feature-flag="my-beta-feature"> Your feature </div>

3

Add the feature flag to a feature group

The easy to use interface makes it simple to assign feature flags to one or many feature groups. A feature group is a list of feature flags.

4

Add users to the feature group

Use the Ampply UI to assign users to the feature group. Now the users have access to the feature, and it is hidden for everyone else.

Features

Feature Flags Created Automatically

When you annotate a HTML-element the feature flag will automatically be created for the Product Manager to use.

Run Beta Programs

With Ampply you can easily run multiple beta programs through feature groupings. No need to send hidden URL's anymore.

Support Multiple Pricing Plans

Have legecy customers on old pricing plans? Use Ampply to easily create different pricing groups.

Easy to use JavaScript SDK

Initialize the Javascript, annotate which elements requires which access. As soon as a user requests a feature that is toggled she/he will be created and the feature toggle as well. No need to upload users, or feature flags ahead of time.
Initializing JS
Annotate HTML
	
							window.addEventListener('DOMContentLoaded', (event) => {									
								ampply.init({
									website_id: '{your website id}',
									user: {
									id: '{your user id}',
									first_name: '', // optional
									last_name: '', // optional
									email: '', // optional
									}
								});
							});
							
						<div ampply-feature-flag="advanced-analytics">
							<some cool feature />
						</div>
							

Start free, and grow with us

Monthly
Yearly

FREE

$0 / month
$0 / yearly
  • 1 User Account
  • Unlimited Feature Flags
  • Unlimited Feature Groups
  • E-mail support
  • 500 MAUS
  • Set And Manage Permissions (comming)
  • Automatic customer feedback (coming)
  • Priority support
  • Service Level Agreement (SLA)

Enterprise

Contact
Contact
  • Unlimited User Accounts
  • Unlimited Feature Flags
  • Unlimited Feature Groups
  • Custom MAUS
  • Set And Manage Permissions (comming)
  • Automatic customer feedback (coming)
  • Premium support
  • Service Level Agreement (SLA)

Get in control of your releases

With Ampply you can easily decide which users should see what.
Start running beta programs and easily add users to it. Learn, release, and iterate.

Sign up for early access

Begin to deploy faster & with more confidence