Files
authentik/website/src/pages/pricing/index.jsx
Jens L 664bc19bba website: revamp (#6375)
* make things work better

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix styling

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* move comparison css to its own file

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* more cleanup

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* more cleanup

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* make release bar work, more cleanup

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix a bunch of styling issues

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix table

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* move text slider into component

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix mobile and more cleanup

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* more fixes

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* test out gradient?

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update meta?

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix lint

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* remove underline on news links

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* adjust gradient

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* remove override

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* start changing screenshots

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* use smaller screenshots for landing page

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* website: fix the font scaling issue on the text slider

- Change the text slider and hero__title to use em/rem calculations

This patch changes the way the text slider and hero__title font sizes
are calculated so that the font scales with the device; devices with
viewports larger than 379 pixels will now render the slider without
line breaks or having the phrase "active directory" disappear from
the page.

The 379pixel break is just the best we could come up with on the fly.
This does mean that if you own an iPhone 5 or an old WIFI-capable
iPod, it still looks awful.  :-)

* fix some more react issues

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* a bit less padding on the bottom CTA

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* use some old copy for now

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Ken Sternberg <ken@goauthentik.io>
2023-07-27 11:44:50 +02:00

151 lines
8.4 KiB
JavaScript

import React from "react";
import Layout from "@theme/Layout";
import Link from "@docusaurus/Link";
import Card from "../../components/PricingQuestions/Card";
export default function pricingPage() {
return (
<Layout title="Pricing">
<section>
<div
className="container"
style={{ marginTop: "2rem", marginBottom: "2rem" }}
>
<h1 style={{ textAlign: "center" }}>Pricing</h1>
<div className={"row"}>
<div className={"col col--4 margin-vert--md"}>
<div className="card" style={{ height: "100%" }}>
<div className="card__header">
<h3>Open Source</h3>
</div>
<div className="card__body">
<li>Open source</li>
<li>Self-hosted</li>
<li>Supports OAuth2/OpenID Connect</li>
<li>Supports SAML</li>
<li>Supports LDAP</li>
<li>Supports SCIM</li>
<li>Supports Proxy authentication</li>
<li>Advanced policy engine</li>
</div>
<div className="card__footer">
<h1>Free, forever</h1>
<Link
className="button button--primary button--block"
href={"/docs/"}
>
Get Started
</Link>
</div>
</div>
</div>
<div className={"col col--4 margin-vert--md"}>
<div className="card" style={{ height: "100%" }}>
<div className="card__header">
<h3>Enterprise Self-Hosted</h3>
</div>
<div className="card__body">
<li>Self-hosted</li>
<li>Source-available</li>
<li>Long-term-support releases</li>
<li>Enterprise support plan</li>
<li>Web-based RDP/SSH access (planned)</li>
<li>Push-notification MFA (planned)</li>
<li>Desktop authentication (planned)</li>
<li>AI-based risk assessment (planned)</li>
</div>
<div className="card__footer">
<h1>
$5 <small>/internal user/month</small>
</h1>
<h1>
$0.02{" "}
<small>/external user/month</small>
</h1>
<a
className="button button--info button--block"
href="./waitlist/enterprise"
>
Join waitlist
</a>
</div>
</div>
</div>
<div className={"col col--4 margin-vert--md"}>
<div className="card" style={{ height: "100%" }}>
<div className="card__header">
<h3>Enterprise Cloud</h3>
</div>
<div className="card__body">
<li>Hosted and Managed by authentik</li>
<li>
Easily shift to self-hosted if needed
</li>
<li>Source-available</li>
<li>Long-term-support releases</li>
<li>Enterprise support plan</li>
<li>Web-based RDP/SSH access (planned)</li>
<li>Push-notification MFA (planned)</li>
<li>Desktop authentication (planned)</li>
<li>AI-based risk assessment (planned)</li>
</div>
<div className="card__footer">
<h4>Minimum 100 users</h4>
<h1>
$5 <small>/user/month</small>
</h1>
<h1>
$0.02{" "}
<small>/external user/month</small>
</h1>
<a
className="button button--info button--block"
href="./waitlist/cloud"
>
Join waitlist
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div className="container" style={{ marginBottom: "3rem" }}>
<div className="row">
<div className="col col--8 col--offset-2">
<h2 className="hero__subtitle margin--md">
Frequently Asked Questions
</h2>
<div className="card-demo margin--md">
<Card
title="Will any feature of the open-source version ever become enterprise?"
body="No. As part of our core principle, we will not move any features from the open source version to the enterprise version. Features from the enterprise version are periodically moved to the open source version."
/>
<Card
title="Can I get paid support for the open-source version?"
body="We only offer support as part of an enterprise license. You can get community support on GitHub and Discord for the open-source version."
/>
<Card
title="What's the difference between internal and external users?"
body="Internal users might be users such as company employees, which will get access to the full Enterprise feature set. External users might be external consultants or B2C customers. These users don't get access to enterprise features."
/>
<Card
title="Are you planning to add X to authentik?"
body="We're always curious to hear what our customers are interested in and what they want to see in authentik, so if you have any questions about features send an email to <a href='mailto:hello@goauthentik.io'>hello@goauthentik.io</a>."
/>
<Card
title="Who should use Enterprise plans?"
body="Anyone that wants to use the enterprise features listed above. There's no minimum user amount required for enterprise."
/>
</div>
</div>
</div>
</div>
</section>
</Layout>
);
}