-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsaasify.json
More file actions
177 lines (177 loc) · 4.9 KB
/
saasify.json
File metadata and controls
177 lines (177 loc) · 4.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "reacher",
"version": "0.1.5",
"authProviders": {
"default": {
"enabled": true
},
"github": {
"enabled": true
},
"google": {
"enabled": true
}
},
"openapi": "./backend/openapi.json",
"pricingPlans": [
{
"name": "Free Tier",
"amount": 0,
"rateLimit": {
"requestsInterval": 2628000,
"requestsMaxPerInterval": 50
},
"features": [
"**50 emails for free** per month.",
"[Full-featured](https://www.notion.so/reacherhq/How-Reacher-Verifies-Emails-2927ca5191d744e6b15652fc08d2dd3d) email verifications.",
"No credit card required."
]
},
{
"name": "Pay-As-You-Go",
"slug": "pay-as-you-go-v1",
"auth": true,
"features": [
"See [Full Pricing Details](https://www.notion.so/Enterprise-Pricing-dd54b64b2fcc43c1811ead80e004a1e2), we offer flexible pricing options.",
"The more you verify, the **lower your total cost**.",
"[Full-featured](https://www.notion.so/reacherhq/How-Reacher-Verifies-Emails-2927ca5191d744e6b15652fc08d2dd3d) email verifications.",
"**Priority** customer support.",
"Cancel anytime."
],
"requests": {
"billingScheme": "tiered",
"tiers": [
{
"upTo": "999",
"unitAmount": 0.467
},
{
"upTo": "2499",
"unitAmount": 0.387
},
{
"upTo": "4999",
"unitAmount": 0.327
},
{
"upTo": "9999",
"unitAmount": 0.23
},
{
"upTo": "24999",
"unitAmount": 0.198
},
{
"upTo": "49999",
"unitAmount": 0.133
},
{
"upTo": "99999",
"unitAmount": 0.1
},
{
"upTo": "249999",
"unitAmount": 0.067
},
{
"upTo": "499999",
"unitAmount": 0.053
},
{
"upTo": "999999",
"unitAmount": 0.042
},
{
"upTo": "2499999",
"unitAmount": 0.033
},
{
"upTo": "inf",
"unitAmount": 0.025
}
],
"tiersMode": "volume"
}
}
],
"saas": {
"name": "Reacher",
"heading": "**Real-Time Email Verification API**",
"subheading": "Prevent bounced emails with professional grade email verification. Free for personal use.",
"favicon": "./src/assets/logo/reacher-64.png",
"features": [
{
"name": "Yes, it scales",
"desc": "Our cutting-edge infrastructure leverages Serverless and Rust technologies. This means Reacher verifies **1M emails in under 10 minutes**.",
"icon": "src/assets/img/global.svg"
},
{
"name": "Highest Accuracy Possible",
"desc": "We won't play small, this email verification tool actually connects to the mail server and checks in real-time if the email exists. We don't use historical data.",
"icon": "src/assets/img/secure.svg"
},
{
"name": "Fully Featured",
"desc": "We check for MTA, MX records, SMTP, hard bounces, catch-all, disposable email, role-based accounts... and [much more](https://www.notion.so/reacherhq/How-Reacher-Verifies-Emails-2927ca5191d744e6b15652fc08d2dd3d).",
"icon": "src/assets/img/customizable.svg"
},
{
"name": "Privacy Guaranteed",
"desc": "It's simple: once you get the result of your email verifications, we clear everything. We are 100% GDPR compliant.",
"icon": "src/assets/img/setup.svg"
},
{
"name": "Free for Personal Use",
"desc": "Start with **50 free** emails every month. Scale with our [pay-as-you-go](/pricing) plans afterwards.",
"icon": "src/assets/img/stripe.svg"
},
{
"name": "State of the Art",
"desc": "We proxy verification requests via [Tor](https://www.torproject.org/) for privacy and to avoid being blacklisted.",
"icon": "src/assets/img/cluster.svg"
},
{
"name": "Bulk Verification [coming soon]",
"desc": "Say goodbye to invalid email and hard bounces. Upload your dirty list and download a clean list.",
"icon": "src/assets/img/powerful.svg"
},
{
"name": "Powerful API",
"desc": "Advanced integrations available programatically via our [REST API](/docs#section/API).",
"icon": "src/assets/img/api.svg"
},
{
"name": "Open Source",
"desc": "In order to guarantee transparency with your data, Reacher is 100% [open source](https://github.com/reacherhq)! We also offer the possibility to self-host the service yourself.",
"icon": "src/assets/img/open-source.svg"
}
],
"logo": "./src/assets/logo/reacher.svg",
"repo": "https://github.com/reacherhq",
"scripts": [
"./src/assets/js/crisp.js",
"./src/assets/js/simple_analytics.js"
],
"sections": {
"hero": {
"cta": "50 emails/mo for free"
},
"navFooter": {
"email": "mailto:support@reacher.email",
"location": "Made in a small independent studio in Berlin 🇩🇪.",
"slack": false
},
"navHeader": {
"cta": "Sign up",
"support": "mailto:support@reacher.email"
}
},
"theme": {
"name": "waves",
"buttonStyle": "rounded",
"color": "#6C63FF",
"gradientDark": true,
"codeBlockDark": true
}
}
}