Skip to content

Commit 846004c

Browse files
committed
remove pricing/coming soon stuff
1 parent 9ebfa24 commit 846004c

File tree

3 files changed

+1
-75
lines changed

3 files changed

+1
-75
lines changed

Diff for: packages/web/pages/docs/deploy.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Your Mailing server can be deployed as a production website ([example](http://de
77
- Share previews with clients and your team
88
- Email service with [REST API](/docs#rest-api)
99
- User-friendly email settings portals with [Lists](/docs/lists)
10-
- [Coming soon] Analytics
1110

1211
## How to deploy
1312

Diff for: packages/web/pages/docs/platform.mdx

+1-8
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,7 @@ Mailing is free. Mailing Platform is the advanced version with paid features. It
99
- Easy unsubscribe links
1010
- Mailing lists
1111
- Still Open Source
12-
- Self-hosted (for now)
13-
- Analytics (coming soon)
14-
15-
## Pricing
16-
17-
Mailing Platform is currently free in beta.
18-
19-
After beta it will cost $10/month per 100k sends/month.
12+
- Self-hosted
2013

2114
## Setup
2215

Diff for: packages/web/pages/index.tsx

-66
Original file line numberDiff line numberDiff line change
@@ -354,72 +354,6 @@ const WhiteGlove: NextPage = () => {
354354
</div>
355355
</div>
356356

357-
<div className="text-left sm:text-center">
358-
<H2>Pricing</H2>
359-
</div>
360-
<div className="flex items-center justify-center align-center gap-y-6 sm:gap-y-8 lg:gap-y-0 gap-x-0 flex-col lg:flex-row lg:gap-x-7 xl:gap-x-8 2xl:gap-x-12 mx-auto ">
361-
<div className="place-self-center self-stretch border-2 border-t-8 border-gray-600 lg:w-[480px] px-8 xl:px-12">
362-
<h4 className="font-serif font-bold text-2xl leading-[1.4] sm:text-center mt-12 sm:mt-8">
363-
Starter
364-
</h4>
365-
<div className="mb-1 text-4xl leading-[1.4] sm:text-center">
366-
Free
367-
</div>
368-
<div className="sm:text-center text-slate-400 text-xl leading-[1.4] mb-10">
369-
unlimited sends
370-
</div>
371-
<ul className="text-xl">
372-
<li className="-indent-7 ml-7 pb-3">Free demo templates</li>
373-
<li className="-indent-7 ml-7 pb-3">
374-
Hot reload MJML-React template development environment
375-
</li>
376-
<li className="-indent-7 ml-7 pb-3">Self-hosted on Vercel</li>
377-
<li className="-indent-7 ml-7 pb-3">
378-
REST API to render and send from any environment, not just Node
379-
apps
380-
</li>
381-
</ul>
382-
<div className="my-12">
383-
<KeyButton href="/docs#getting-started" color="gray" full>
384-
Get Started
385-
<Arrow />
386-
</KeyButton>
387-
</div>
388-
</div>
389-
<div className="place-self-center self-stretch border-2 border-t-8 border-green-300 lg:w-[480px] px-8 xl:px-12">
390-
<h4 className="font-serif font-bold text-2xl text-green-300 leading-[1.4] sm:text-center mt-12 sm:mt-8">
391-
Platform
392-
</h4>
393-
<div className="mb-1 text-4xl leading-[1.4] sm:text-center">
394-
Free in beta
395-
</div>
396-
<div className="sm:text-center text-slate-400 text-xl leading-[1.4] mb-10">
397-
then $10/100k sends/mo
398-
</div>
399-
<ul className="text-xl platform">
400-
<li className="-indent-7 ml-7 pb-3">
401-
Everything included in Starter
402-
</li>
403-
<li className="-indent-7 ml-7 pb-3">
404-
Dedicated onboarding and engineering support
405-
</li>
406-
<li className="-indent-7 ml-7 pb-3">Mailing list management</li>
407-
<li className="-indent-7 ml-7 pb-3">
408-
Drop-in unsubscribe links and subscription preferences
409-
</li>
410-
</ul>
411-
<div className="my-12">
412-
<KeyButton
413-
href="mailto:[email protected]?subject=Mailing Platform beta access"
414-
color="green"
415-
full
416-
>
417-
Get Started
418-
<Arrow />
419-
</KeyButton>
420-
</div>
421-
</div>
422-
</div>
423357
<div className="mx-auto lg:max-w-6xl gap-x-[10%] lg:flex lg:flex-col lg:flex-wrap lg:max-h-[1530px] mt-36 sm:mt-40 md:mt-48 lg:mt-64">
424358
<div className="max-w-sm text-left sm:max-w-full sm:text-right lg:max-w-[45%] lg:text-left">
425359
<H2 marginClassName="">Kind words</H2>

0 commit comments

Comments
 (0)