@@ -7,6 +7,12 @@ sidebar_position: 2
7
7
hide_table_of_contents : true
8
8
---
9
9
10
+ import Head from '@docusaurus/Head ';
11
+
12
+ <Head >
13
+ <link rel =" stylesheet " href =" /css/table_style.css " />
14
+ </Head >
15
+
10
16
# Plans & Pricing
11
17
::: info
12
18
For our most up-to-date information, please visit ** [ FlutterFlow pricing] ( https://flutterflow.io/pricing ) ** .
@@ -36,104 +42,102 @@ The prices listed below are base rates. Regional pricing will continue to apply
36
42
37
43
Below are the details on all the changes, so you’ll know exactly what to expect:
38
44
39
- <table border =" 1 " cellpadding =" 0 " cellspacing =" 0 " style ={{ tableLayout: 'fixed', width: '100%' }} >
40
- <thead >
41
- <tr>
42
- <th>Current Plan</th>
43
- <th style={{ width: '140px' }}>Team Size</th>
44
- <th style={{ width: '120px' }}>Current Price (USD per month)</th>
45
- <th>New Plan</th>
46
- <th style={{ width: '120px' }}>New Price (USD per month)</th>
47
- <th>What’s Changing?</th>
48
- </tr>
49
- </thead >
50
- <tbody >
51
- <tr>
52
- <td>Free</td>
53
- <td>1</td>
54
- <td>$0</td>
55
- <td>Free</td>
56
- <td>$0</td>
57
- <td>
58
- <ul>
59
- <li>2 count project limit</li>
60
- <li>Swagger/OpenAPI imports not available</li>
61
- <li>No debug panel, payments/ads integrations, or snapshots available</li>
62
- <li>No access to technical support</li>
63
- <li>Can now import libraries</li>
64
- </ul>
65
- </td>
66
- </tr>
67
- <tr>
68
- <td>Standard</td>
69
- <td>1</td>
70
- <td>$30</td>
71
- <td>Individual</td>
72
- <td>$39 ⇧</td>
73
- <td>
74
- <ul>
75
- <li>Unlimited API endpoints</li>
76
- <li>One-click app store deployment available</li>
77
- <li>Snapshotting not available</li>
78
- <li>1 Test and 1 Development Environment per project</li>
79
- <li>Email access only to technical support</li>
80
- </ul>
81
- </td>
82
- </tr>
83
- <tr>
84
- <td>Pro</td>
85
- <td>1</td>
86
- <td>$70</td>
87
- <td>Individual</td>
88
- <td>$39 ⇩</td>
89
- <td>
90
- <ul>
91
- <li>GitHub integration, one-click localization, commenting, and snapshotting not available</li>
92
- </ul>
93
- </td>
94
- </tr>
95
- <tr>
96
- <td>Teams</td>
97
- <td>2 users</td>
98
- <td>$140</td>
99
- <td>Growth</td>
100
- <td>$135 ⇩</td>
101
- <td>
102
- <ul>
103
- <li>Branching and audit logs not available</li>
104
- <li>Snapshotting limited to 1 day</li>
105
- </ul>
106
- </td>
107
- </tr>
108
- <tr>
109
- <td>Teams</td>
110
- <td>3–5 users</td>
111
- <td>$210–$350</td>
112
- <td>Business</td>
113
- <td>$495 ⇧</td>
114
- <td>
115
- <ul>
116
- <li>Branching capped at 5 open branches</li>
117
- <li>Audit logs not available</li>
118
- <li>Snapshotting limited to 5 days</li>
119
- </ul>
120
- </td>
121
- </tr>
122
- <tr>
123
- <td>Teams</td>
124
- <td>6+ users</td>
125
- <td>$420+</td>
126
- <td>Business</td>
127
- <td>$1,000+ ⇧</td>
128
- <td>
129
- <ul>
130
- <li><em>Same as above</em></li>
131
- <li>Enterprise plan required for existing users to scale beyond 5 users or 5 open branches 12-months after cutover</li>
132
- </ul>
133
- </td>
134
- </tr>
135
- </tbody >
136
- </table >
45
+ <div class =" pricing-table-container " >
46
+ <div class =" mobile-scroll-hint " >Scroll to see all plan details →</div >
47
+
48
+ <table class =" simplified-pricing-table " >
49
+ <thead>
50
+ <tr>
51
+ <th>Current Plan</th>
52
+ <th>New Plan</th>
53
+ <th class="whats-changing-col">What's Changing?</th>
54
+ </tr>
55
+ </thead>
56
+ <tbody>
57
+ <!-- Solo Section Header -->
58
+ <tr class="section-header">
59
+ <td colspan="3"><strong>Solo Plans</strong></td>
60
+ </tr>
61
+
62
+ <tr>
63
+ <td><strong>Free</strong> ($0)</td>
64
+ <td>Free ($0)</td>
65
+ <td class="whats-changing-col">
66
+ <ul class="feature-list">
67
+ <li>2 count project limit</li>
68
+ <li>Swagger/OpenAPI imports not available</li>
69
+ <li>No debug panel, payments/ads integrations, or snapshot backups</li>
70
+ <li>No access to technical support</li>
71
+ <li>Can now import libraries</li>
72
+ </ul>
73
+ </td>
74
+ </tr>
75
+
76
+ <tr>
77
+ <td><strong>Standard</strong> ($30)</td>
78
+ <td>Individual ($39) <span class="price-up">⇧</span></td>
79
+ <td class="whats-changing-col">
80
+ <ul class="feature-list">
81
+ <li>Unlimited API endpoints</li>
82
+ <li>One-click app store deployment available</li>
83
+ <li>Snapshot backups not available</li>
84
+ <li>1 Test and 1 Development Environment per project</li>
85
+ <li>Email access only to technical support</li>
86
+ </ul>
87
+ </td>
88
+ </tr>
89
+
90
+ <tr>
91
+ <td><strong>Pro</strong> ($70)</td>
92
+ <td>Individual ($39) <span class="price-down">⇩</span></td>
93
+ <td class="whats-changing-col">
94
+ <ul class="feature-list">
95
+ <li>GitHub sync, one-click localization, commenting, and backup snapshots not available</li>
96
+ </ul>
97
+ </td>
98
+ </tr>
99
+
100
+ <!-- Teams Section Header -->
101
+ <tr class="section-header">
102
+ <td colspan="3"><strong>Collaboration Plans</strong></td>
103
+ </tr>
104
+
105
+ <tr>
106
+ <td><strong>Teams</strong> ($140)<br />2 users</td>
107
+ <td>Growth ($135) <span class="price-down">⇩</span></td>
108
+ <td class="whats-changing-col">
109
+ <ul class="feature-list">
110
+ <li>Branching and audit logs not available</li>
111
+ <li>Automated backup snapshots limited to 1 day</li>
112
+ </ul>
113
+ </td>
114
+ </tr>
115
+
116
+ <tr>
117
+ <td><strong>Teams</strong> ($210–$350)<br />3–5 users</td>
118
+ <td>Business ($495) <span class="price-up">⇧</span></td>
119
+ <td class="whats-changing-col">
120
+ <ul class="feature-list">
121
+ <li>Branching capped at 5 open branches</li>
122
+ <li>Audit logs not available</li>
123
+ <li>Automated backup snapshots limited to 5 days</li>
124
+ </ul>
125
+ </td>
126
+ </tr>
127
+
128
+ <tr>
129
+ <td><strong>Teams</strong> ($420+)<br />6+ users</td>
130
+ <td>Business ($1,000+) <span class="price-up">⇧</span></td>
131
+ <td class="whats-changing-col">
132
+ <ul class="feature-list">
133
+ <li><em>Same as above</em></li>
134
+ <li>Enterprise plan required for existing users to scale beyond 5 users or 5 open branches 12-months after cutover</li>
135
+ </ul>
136
+ </td>
137
+ </tr>
138
+ </tbody>
139
+ </table >
140
+ </div >
137
141
138
142
139
143
## FAQS
0 commit comments