100xprism 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +196 -0
  3. package/VERSION +1 -0
  4. package/adapters/antigravity.sh +14 -0
  5. package/adapters/claude-code.sh +160 -0
  6. package/adapters/codex.sh +13 -0
  7. package/adapters/copilot.sh +13 -0
  8. package/adapters/cursor.sh +13 -0
  9. package/adapters/gemini.sh +13 -0
  10. package/adapters/lib/__pycache__/modules.cpython-312.pyc +0 -0
  11. package/adapters/lib/modules.py +592 -0
  12. package/adapters/lib/shared.sh +83 -0
  13. package/adapters/lib/sync_plugins.py +113 -0
  14. package/adapters/windsurf.sh +15 -0
  15. package/bin/100xprism.js +29 -0
  16. package/get.sh +24 -0
  17. package/install-project.sh +82 -0
  18. package/install.sh +281 -0
  19. package/lib/adapters/windows.js +429 -0
  20. package/lib/bootstrap.js +33 -0
  21. package/lib/init.js +19 -0
  22. package/lib/install.js +18 -0
  23. package/lib/migrate.js +52 -0
  24. package/lib/platform.js +22 -0
  25. package/lib/update.js +29 -0
  26. package/modules/_lib/reference.md +77 -0
  27. package/modules/a11y-auditor/SKILL.md +151 -0
  28. package/modules/ab-test-setup/SKILL.md +266 -0
  29. package/modules/ab-test-setup/evals/evals.json +105 -0
  30. package/modules/ab-test-setup/references/sample-size-guide.md +263 -0
  31. package/modules/ab-test-setup/references/test-templates.md +277 -0
  32. package/modules/ad-creative/SKILL.md +362 -0
  33. package/modules/ad-creative/evals/evals.json +90 -0
  34. package/modules/ad-creative/references/generative-tools.md +637 -0
  35. package/modules/ad-creative/references/platform-specs.md +213 -0
  36. package/modules/ai-seo/SKILL.md +398 -0
  37. package/modules/ai-seo/evals/evals.json +90 -0
  38. package/modules/ai-seo/references/content-patterns.md +285 -0
  39. package/modules/ai-seo/references/platform-ranking-factors.md +152 -0
  40. package/modules/analytics-tracking/SKILL.md +309 -0
  41. package/modules/analytics-tracking/evals/evals.json +90 -0
  42. package/modules/analytics-tracking/references/event-library.md +260 -0
  43. package/modules/analytics-tracking/references/ga4-implementation.md +300 -0
  44. package/modules/analytics-tracking/references/gtm-implementation.md +390 -0
  45. package/modules/architect/SKILL.md +282 -0
  46. package/modules/branch/SKILL.md +105 -0
  47. package/modules/churn-prevention/SKILL.md +424 -0
  48. package/modules/churn-prevention/evals/evals.json +93 -0
  49. package/modules/churn-prevention/references/cancel-flow-patterns.md +316 -0
  50. package/modules/churn-prevention/references/dunning-playbook.md +408 -0
  51. package/modules/cloud-security/SKILL.md +240 -0
  52. package/modules/cold-email/SKILL.md +178 -0
  53. package/modules/cold-email/evals/evals.json +94 -0
  54. package/modules/cold-email/references/benchmarks.md +83 -0
  55. package/modules/cold-email/references/follow-up-sequences.md +81 -0
  56. package/modules/cold-email/references/frameworks.md +90 -0
  57. package/modules/cold-email/references/personalization.md +79 -0
  58. package/modules/cold-email/references/subject-lines.md +53 -0
  59. package/modules/commit/SKILL.md +195 -0
  60. package/modules/competitor-alternatives/SKILL.md +256 -0
  61. package/modules/competitor-alternatives/evals/evals.json +93 -0
  62. package/modules/competitor-alternatives/references/content-architecture.md +271 -0
  63. package/modules/competitor-alternatives/references/templates.md +223 -0
  64. package/modules/connect/SKILL.md +894 -0
  65. package/modules/content-strategy/SKILL.md +359 -0
  66. package/modules/content-strategy/evals/evals.json +90 -0
  67. package/modules/context-dump/SKILL.md +67 -0
  68. package/modules/copy-editing/SKILL.md +447 -0
  69. package/modules/copy-editing/evals/evals.json +89 -0
  70. package/modules/copy-editing/references/plain-english-alternatives.md +394 -0
  71. package/modules/copywriting/SKILL.md +271 -0
  72. package/modules/copywriting/evals/evals.json +111 -0
  73. package/modules/copywriting/references/cold-email-benchmarks.md +83 -0
  74. package/modules/copywriting/references/cold-email-follow-ups.md +81 -0
  75. package/modules/copywriting/references/cold-email-frameworks.md +90 -0
  76. package/modules/copywriting/references/cold-email-personalization.md +79 -0
  77. package/modules/copywriting/references/cold-email-subject-lines.md +53 -0
  78. package/modules/copywriting/references/copy-frameworks.md +344 -0
  79. package/modules/copywriting/references/email-copy-guidelines.md +113 -0
  80. package/modules/copywriting/references/email-types.md +515 -0
  81. package/modules/copywriting/references/natural-transitions.md +272 -0
  82. package/modules/copywriting/references/sequence-templates.md +168 -0
  83. package/modules/data-query/SKILL.md +58 -0
  84. package/modules/data-viz/SKILL.md +225 -0
  85. package/modules/db/SKILL.md +205 -0
  86. package/modules/db/db-engines/_router.md +24 -0
  87. package/modules/db/db-engines/athena.md +16 -0
  88. package/modules/db/db-engines/cloud-sql.md +16 -0
  89. package/modules/db/db-engines/databricks.md +14 -0
  90. package/modules/db/db-engines/oracle.md +14 -0
  91. package/modules/db/db-engines/postgres.md +15 -0
  92. package/modules/db/db-engines/presto.md +14 -0
  93. package/modules/db/db-engines/snowflake.md +14 -0
  94. package/modules/docs/SKILL.md +100 -0
  95. package/modules/email-sequence/SKILL.md +309 -0
  96. package/modules/email-sequence/evals/evals.json +93 -0
  97. package/modules/email-sequence/references/copy-guidelines.md +113 -0
  98. package/modules/email-sequence/references/email-types.md +515 -0
  99. package/modules/email-sequence/references/sequence-templates.md +168 -0
  100. package/modules/enterprise-design/SKILL.md +75 -0
  101. package/modules/eval/SKILL.md +105 -0
  102. package/modules/figma-translator/SKILL.md +49 -0
  103. package/modules/fix-bugs/SKILL.md +104 -0
  104. package/modules/form-cro/SKILL.md +429 -0
  105. package/modules/form-cro/evals/evals.json +90 -0
  106. package/modules/free-tool-strategy/SKILL.md +178 -0
  107. package/modules/free-tool-strategy/evals/evals.json +90 -0
  108. package/modules/free-tool-strategy/references/tool-types.md +217 -0
  109. package/modules/gate/SKILL.md +232 -0
  110. package/modules/grill-me/SKILL.md +59 -0
  111. package/modules/interaction-engineer/SKILL.md +49 -0
  112. package/modules/issue/SKILL.md +272 -0
  113. package/modules/launch/SKILL.md +345 -0
  114. package/modules/launch-strategy/SKILL.md +353 -0
  115. package/modules/launch-strategy/evals/evals.json +91 -0
  116. package/modules/lint/SKILL.md +126 -0
  117. package/modules/marketing-ideas/SKILL.md +167 -0
  118. package/modules/marketing-ideas/evals/evals.json +90 -0
  119. package/modules/marketing-ideas/references/ideas-by-category.md +366 -0
  120. package/modules/marketing-psychology/SKILL.md +455 -0
  121. package/modules/marketing-psychology/evals/evals.json +88 -0
  122. package/modules/motion-designer/SKILL.md +214 -0
  123. package/modules/onboarding-cro/SKILL.md +220 -0
  124. package/modules/onboarding-cro/evals/evals.json +92 -0
  125. package/modules/onboarding-cro/references/experiments.md +258 -0
  126. package/modules/orchestrate/SKILL.md +77 -0
  127. package/modules/page-cro/SKILL.md +182 -0
  128. package/modules/page-cro/evals/evals.json +111 -0
  129. package/modules/page-cro/references/experiments.md +248 -0
  130. package/modules/page-cro/references/paywall-experiments.md +164 -0
  131. package/modules/paid-ads/SKILL.md +315 -0
  132. package/modules/paid-ads/evals/evals.json +90 -0
  133. package/modules/paid-ads/references/ad-copy-templates.md +207 -0
  134. package/modules/paid-ads/references/audience-targeting.md +243 -0
  135. package/modules/paid-ads/references/platform-setup-checklists.md +277 -0
  136. package/modules/paywall-upgrade-cro/SKILL.md +227 -0
  137. package/modules/paywall-upgrade-cro/evals/evals.json +93 -0
  138. package/modules/paywall-upgrade-cro/references/experiments.md +164 -0
  139. package/modules/popup-cro/SKILL.md +453 -0
  140. package/modules/popup-cro/evals/evals.json +94 -0
  141. package/modules/pr/SKILL.md +203 -0
  142. package/modules/pricing-strategy/SKILL.md +231 -0
  143. package/modules/pricing-strategy/evals/evals.json +90 -0
  144. package/modules/pricing-strategy/references/research-methods.md +152 -0
  145. package/modules/pricing-strategy/references/tier-structure.md +232 -0
  146. package/modules/product-marketing-context/SKILL.md +241 -0
  147. package/modules/product-marketing-context/evals/evals.json +85 -0
  148. package/modules/programmatic-seo/SKILL.md +238 -0
  149. package/modules/programmatic-seo/evals/evals.json +94 -0
  150. package/modules/programmatic-seo/references/playbooks.md +308 -0
  151. package/modules/push/SKILL.md +202 -0
  152. package/modules/referral-program/SKILL.md +255 -0
  153. package/modules/referral-program/evals/evals.json +89 -0
  154. package/modules/referral-program/references/affiliate-programs.md +164 -0
  155. package/modules/referral-program/references/program-examples.md +143 -0
  156. package/modules/release/SKILL.md +293 -0
  157. package/modules/revops/SKILL.md +343 -0
  158. package/modules/revops/evals/evals.json +91 -0
  159. package/modules/revops/references/automation-playbooks.md +290 -0
  160. package/modules/revops/references/lifecycle-definitions.md +278 -0
  161. package/modules/revops/references/routing-rules.md +203 -0
  162. package/modules/revops/references/scoring-models.md +247 -0
  163. package/modules/sales-enablement/SKILL.md +349 -0
  164. package/modules/sales-enablement/evals/evals.json +91 -0
  165. package/modules/sales-enablement/references/deck-frameworks.md +263 -0
  166. package/modules/sales-enablement/references/demo-scripts.md +355 -0
  167. package/modules/sales-enablement/references/objection-library.md +270 -0
  168. package/modules/sales-enablement/references/one-pager-templates.md +208 -0
  169. package/modules/schema-markup/SKILL.md +179 -0
  170. package/modules/schema-markup/evals/evals.json +87 -0
  171. package/modules/schema-markup/references/schema-examples.md +398 -0
  172. package/modules/security/SKILL.md +138 -0
  173. package/modules/seo-audit/SKILL.md +412 -0
  174. package/modules/seo-audit/evals/evals.json +136 -0
  175. package/modules/seo-audit/references/ai-writing-detection.md +200 -0
  176. package/modules/seo-audit/references/content-patterns.md +285 -0
  177. package/modules/seo-audit/references/platform-ranking-factors.md +152 -0
  178. package/modules/signup-flow-cro/SKILL.md +359 -0
  179. package/modules/signup-flow-cro/evals/evals.json +88 -0
  180. package/modules/site-architecture/SKILL.md +357 -0
  181. package/modules/site-architecture/evals/evals.json +88 -0
  182. package/modules/site-architecture/references/mermaid-templates.md +216 -0
  183. package/modules/site-architecture/references/navigation-patterns.md +305 -0
  184. package/modules/site-architecture/references/site-type-templates.md +293 -0
  185. package/modules/social-content/SKILL.md +278 -0
  186. package/modules/social-content/evals/evals.json +92 -0
  187. package/modules/social-content/references/platforms.md +170 -0
  188. package/modules/social-content/references/post-templates.md +177 -0
  189. package/modules/social-content/references/reverse-engineering.md +195 -0
  190. package/modules/spec/SKILL.md +81 -0
  191. package/modules/subagents/SKILL.md +123 -0
  192. package/modules/techdebt/SKILL.md +71 -0
  193. package/modules/terminal-setup/SKILL.md +49 -0
  194. package/modules/test/SKILL.md +493 -0
  195. package/modules/test/references/e2e-patterns.md +294 -0
  196. package/modules/update-claude-md/SKILL.md +52 -0
  197. package/modules/visual-system-architect/SKILL.md +53 -0
  198. package/package.json +44 -0
  199. package/plugins/plugins.json +43 -0
  200. package/shell/aliases.sh +24 -0
  201. package/shell/check-update.sh +212 -0
  202. package/templates/.env.example +199 -0
  203. package/templates/docker-compose.md +46 -0
  204. package/templates/node-frontend.md +56 -0
  205. package/templates/node-fullstack.md +59 -0
  206. package/templates/python-api.md +57 -0
  207. package/update.sh +231 -0
@@ -0,0 +1,248 @@
1
+ # Page CRO Experiment Ideas
2
+
3
+ Comprehensive list of A/B tests and experiments organized by page type.
4
+
5
+ ## Contents
6
+ - Homepage Experiments (Hero Section, Trust & Social Proof, Features & Content, Navigation & UX)
7
+ - Pricing Page Experiments (Price Presentation, Pricing UX, Objection Handling, Trust Signals)
8
+ - Demo Request Page Experiments (Form Optimization, Page Content, CTA & Routing)
9
+ - Resource/Blog Page Experiments (Content CTAs, Resource Section)
10
+ - Landing Page Experiments (Message Match, Conversion Focus, Page Length)
11
+ - Feature Page Experiments (Feature Presentation, Conversion Path)
12
+ - Cross-Page Experiments (Site-Wide Tests, Navigation Tests)
13
+
14
+ ## Homepage Experiments
15
+
16
+ ### Hero Section
17
+
18
+ | Test | Hypothesis |
19
+ |------|------------|
20
+ | Headline variations | Specific vs. abstract messaging |
21
+ | Subheadline clarity | Add/refine to support headline |
22
+ | CTA above fold | Include or exclude prominent CTA |
23
+ | Hero visual format | Screenshot vs. GIF vs. illustration vs. video |
24
+ | CTA button color | Test contrast and visibility |
25
+ | CTA button text | "Start Free Trial" vs. "Get Started" vs. "See Demo" |
26
+ | Interactive demo | Engage visitors immediately with product |
27
+
28
+ ### Trust & Social Proof
29
+
30
+ | Test | Hypothesis |
31
+ |------|------------|
32
+ | Logo placement | Hero section vs. below fold |
33
+ | Case study in hero | Show results immediately |
34
+ | Trust badges | Add security, compliance, awards |
35
+ | Social proof in headline | "Join 10,000+ teams" messaging |
36
+ | Testimonial placement | Above fold vs. dedicated section |
37
+ | Video testimonials | More engaging than text quotes |
38
+
39
+ ### Features & Content
40
+
41
+ | Test | Hypothesis |
42
+ |------|------------|
43
+ | Feature presentation | Icons + descriptions vs. detailed sections |
44
+ | Section ordering | Move high-value features up |
45
+ | Secondary CTAs | Add/remove throughout page |
46
+ | Benefit vs. feature focus | Lead with outcomes |
47
+ | Comparison section | Show vs. competitors or status quo |
48
+
49
+ ### Navigation & UX
50
+
51
+ | Test | Hypothesis |
52
+ |------|------------|
53
+ | Sticky navigation | Persistent nav with CTA |
54
+ | Nav menu order | High-priority items at edges |
55
+ | Nav CTA button | Add prominent button in nav |
56
+ | Support widget | Live chat vs. AI chatbot |
57
+ | Footer optimization | Clearer secondary conversions |
58
+ | Exit intent popup | Capture abandoning visitors |
59
+
60
+ ---
61
+
62
+ ## Pricing Page Experiments
63
+
64
+ ### Price Presentation
65
+
66
+ | Test | Hypothesis |
67
+ |------|------------|
68
+ | Annual vs. monthly display | Highlight savings or simplify |
69
+ | Price points | $99 vs. $100 vs. $97 psychology |
70
+ | "Most Popular" badge | Highlight target plan |
71
+ | Number of tiers | 3 vs. 4 vs. 2 visible options |
72
+ | Price anchoring | Order plans to anchor expectations |
73
+ | Custom enterprise tier | Show vs. "Contact Sales" |
74
+
75
+ ### Pricing UX
76
+
77
+ | Test | Hypothesis |
78
+ |------|------------|
79
+ | Pricing calculator | For usage-based pricing clarity |
80
+ | Guided pricing flow | Multistep wizard vs. comparison table |
81
+ | Feature comparison format | Table vs. expandable sections |
82
+ | Monthly/annual toggle | With savings highlighted |
83
+ | Plan recommendation quiz | Help visitors choose |
84
+ | Checkout flow length | Steps required after plan selection |
85
+
86
+ ### Objection Handling
87
+
88
+ | Test | Hypothesis |
89
+ |------|------------|
90
+ | FAQ section | Address pricing objections |
91
+ | ROI calculator | Demonstrate value vs. cost |
92
+ | Money-back guarantee | Prominent placement |
93
+ | Per-user breakdowns | Clarity for team plans |
94
+ | Feature inclusion clarity | What's in each tier |
95
+ | Competitor comparison | Side-by-side value comparison |
96
+
97
+ ### Trust Signals
98
+
99
+ | Test | Hypothesis |
100
+ |------|------------|
101
+ | Value testimonials | Quotes about ROI specifically |
102
+ | Customer logos | Near pricing section |
103
+ | Review scores | G2/Capterra ratings |
104
+ | Case study snippet | Specific pricing/value results |
105
+
106
+ ---
107
+
108
+ ## Demo Request Page Experiments
109
+
110
+ ### Form Optimization
111
+
112
+ | Test | Hypothesis |
113
+ |------|------------|
114
+ | Field count | Fewer fields, higher completion |
115
+ | Multi-step vs. single | Progress bar encouragement |
116
+ | Form placement | Above fold vs. after content |
117
+ | Phone field | Include vs. exclude |
118
+ | Field enrichment | Hide fields you can auto-fill |
119
+ | Form labels | Inside field vs. above |
120
+
121
+ ### Page Content
122
+
123
+ | Test | Hypothesis |
124
+ |------|------------|
125
+ | Benefits above form | Reinforce value before ask |
126
+ | Demo preview | Video/GIF showing demo experience |
127
+ | "What You'll Learn" | Set expectations clearly |
128
+ | Testimonials near form | Reduce friction at decision point |
129
+ | FAQ below form | Address common objections |
130
+ | Video vs. text | Format for explaining value |
131
+
132
+ ### CTA & Routing
133
+
134
+ | Test | Hypothesis |
135
+ |------|------------|
136
+ | CTA text | "Book Your Demo" vs. "Schedule 15-Min Call" |
137
+ | On-demand option | Instant demo alongside live option |
138
+ | Personalized messaging | Based on visitor data/source |
139
+ | Navigation removal | Reduce page distractions |
140
+ | Calendar integration | Inline booking vs. external link |
141
+ | Qualification routing | Self-serve for some, sales for others |
142
+
143
+ ---
144
+
145
+ ## Resource/Blog Page Experiments
146
+
147
+ ### Content CTAs
148
+
149
+ | Test | Hypothesis |
150
+ |------|------------|
151
+ | Floating CTAs | Sticky CTA on blog posts |
152
+ | CTA placement | Inline vs. end-of-post only |
153
+ | Reading time display | Estimated reading time |
154
+ | Related resources | End-of-article recommendations |
155
+ | Gated vs. free | Content access strategy |
156
+ | Content upgrades | Specific to article topic |
157
+
158
+ ### Resource Section
159
+
160
+ | Test | Hypothesis |
161
+ |------|------------|
162
+ | Navigation/filtering | Easier to find relevant content |
163
+ | Search functionality | Find specific resources |
164
+ | Featured resources | Highlight best content |
165
+ | Layout format | Grid vs. list view |
166
+ | Topic bundles | Grouped resources by theme |
167
+ | Download tracking | Gate some, track engagement |
168
+
169
+ ---
170
+
171
+ ## Landing Page Experiments
172
+
173
+ ### Message Match
174
+
175
+ | Test | Hypothesis |
176
+ |------|------------|
177
+ | Headline matching | Match ad copy exactly |
178
+ | Visual matching | Match ad creative |
179
+ | Offer alignment | Same offer as ad promised |
180
+ | Audience-specific pages | Different pages per segment |
181
+
182
+ ### Conversion Focus
183
+
184
+ | Test | Hypothesis |
185
+ |------|------------|
186
+ | Navigation removal | Single-focus page |
187
+ | CTA repetition | Multiple CTAs throughout |
188
+ | Form vs. button | Direct capture vs. click-through |
189
+ | Urgency/scarcity | If genuine, test messaging |
190
+ | Social proof density | Amount and placement |
191
+ | Video inclusion | Explain offer with video |
192
+
193
+ ### Page Length
194
+
195
+ | Test | Hypothesis |
196
+ |------|------------|
197
+ | Short vs. long | Quick conversion vs. complete argument |
198
+ | Above-fold only | Minimal scroll required |
199
+ | Section ordering | Most important content first |
200
+ | Footer removal | Eliminate navigation |
201
+
202
+ ---
203
+
204
+ ## Feature Page Experiments
205
+
206
+ ### Feature Presentation
207
+
208
+ | Test | Hypothesis |
209
+ |------|------------|
210
+ | Demo/screenshot | Show feature in action |
211
+ | Use case examples | How customers use it |
212
+ | Before/after | Impact visualization |
213
+ | Video walkthrough | Feature tour |
214
+ | Interactive demo | Try feature without signup |
215
+
216
+ ### Conversion Path
217
+
218
+ | Test | Hypothesis |
219
+ |------|------------|
220
+ | Trial CTA | Feature-specific trial offer |
221
+ | Related features | Cross-link to other features |
222
+ | Comparison | vs. competitors' version |
223
+ | Pricing mention | Connect to relevant plan |
224
+ | Case study link | Feature-specific success story |
225
+
226
+ ---
227
+
228
+ ## Cross-Page Experiments
229
+
230
+ ### Site-Wide Tests
231
+
232
+ | Test | Hypothesis |
233
+ |------|------------|
234
+ | Chat widget | Impact on conversions |
235
+ | Cookie consent UX | Minimize friction |
236
+ | Page load speed | Performance vs. features |
237
+ | Mobile experience | Responsive optimization |
238
+ | Accessibility | Impact on conversion |
239
+ | Personalization | Dynamic content by segment |
240
+
241
+ ### Navigation Tests
242
+
243
+ | Test | Hypothesis |
244
+ |------|------------|
245
+ | Menu structure | Information architecture |
246
+ | Search placement | Help visitors find content |
247
+ | CTA in nav | Always-visible conversion path |
248
+ | Breadcrumbs | Navigation clarity |
@@ -0,0 +1,164 @@
1
+ # Paywall Experiment Ideas
2
+
3
+ Comprehensive list of A/B tests and experiments for paywall optimization.
4
+
5
+ ## Contents
6
+ - Trigger & Timing Experiments (When to Show, Trigger Type)
7
+ - Paywall Design Experiments (Layout & Format, Value Presentation, Visual Elements)
8
+ - Pricing Presentation Experiments (Price Display, Plan Options, Discounts & Offers)
9
+ - Copy & Messaging Experiments (Headlines, CTAs, Objection Handling)
10
+ - Trial & Conversion Experiments (Trial Structure, Trial Expiration, Upgrade Path)
11
+ - Personalization Experiments (Usage-Based, Segment-Specific)
12
+ - Frequency & UX Experiments (Frequency Capping, Dismiss Behavior)
13
+
14
+ ## Trigger & Timing Experiments
15
+
16
+ ### When to Show
17
+ - Test trigger timing: after aha moment vs. at feature attempt
18
+ - Early trial reminder (7 days) vs. late reminder (1 day before)
19
+ - Show after X actions completed vs. after X days
20
+ - Test soft prompts at different engagement thresholds
21
+ - Trigger based on usage patterns vs. time-based only
22
+
23
+ ### Trigger Type
24
+ - Hard gate (can't proceed) vs. soft gate (preview + prompt)
25
+ - Feature lock vs. usage limit as primary trigger
26
+ - In-context modal vs. dedicated upgrade page
27
+ - Banner reminder vs. modal prompt
28
+ - Exit-intent on free plan pages
29
+
30
+ ---
31
+
32
+ ## Paywall Design Experiments
33
+
34
+ ### Layout & Format
35
+ - Full-screen paywall vs. modal overlay
36
+ - Minimal paywall (CTA-focused) vs. feature-rich paywall
37
+ - Single plan display vs. plan comparison
38
+ - Image/preview included vs. text-only
39
+ - Vertical layout vs. horizontal layout on desktop
40
+
41
+ ### Value Presentation
42
+ - Feature list vs. benefit statements
43
+ - Show what they'll lose (loss aversion) vs. what they'll gain
44
+ - Personalized value summary based on usage
45
+ - Before/after demonstration
46
+ - ROI calculator or value quantification
47
+
48
+ ### Visual Elements
49
+ - Add product screenshots or previews
50
+ - Include short demo video or GIF
51
+ - Test illustration vs. product imagery
52
+ - Animated vs. static paywall
53
+ - Progress visualization (what they've accomplished)
54
+
55
+ ---
56
+
57
+ ## Pricing Presentation Experiments
58
+
59
+ ### Price Display
60
+ - Show monthly vs. annual vs. both with toggle
61
+ - Highlight savings for annual ($ amount vs. % off)
62
+ - Price per day framing ("Less than a coffee")
63
+ - Show price after trial vs. emphasize "Start Free"
64
+ - Display price prominently vs. de-emphasize until click
65
+
66
+ ### Plan Options
67
+ - Single recommended plan vs. multiple tiers
68
+ - Add "Most Popular" badge to target plan
69
+ - Test number of visible plans (2 vs. 3)
70
+ - Show enterprise/custom tier vs. hide it
71
+ - Include one-time purchase option alongside subscription
72
+
73
+ ### Discounts & Offers
74
+ - First month/year discount for conversion
75
+ - Limited-time upgrade offer with countdown
76
+ - Loyalty discount based on free usage duration
77
+ - Bundle discount for annual commitment
78
+ - Referral discount for social proof
79
+
80
+ ---
81
+
82
+ ## Copy & Messaging Experiments
83
+
84
+ ### Headlines
85
+ - Benefit-focused ("Unlock unlimited projects") vs. feature-focused ("Get Pro features")
86
+ - Question format ("Ready to do more?") vs. statement format
87
+ - Urgency-based ("Don't lose your work") vs. value-based
88
+ - Personalized headline with user's name or usage data
89
+ - Social proof headline ("Join 10,000+ Pro users")
90
+
91
+ ### CTAs
92
+ - "Start Free Trial" vs. "Upgrade Now" vs. "Continue with Pro"
93
+ - First person ("Start My Trial") vs. second person ("Start Your Trial")
94
+ - Value-specific ("Unlock Unlimited") vs. generic ("Upgrade")
95
+ - Add urgency ("Upgrade Today") vs. no pressure
96
+ - Include price in CTA vs. separate price display
97
+
98
+ ### Objection Handling
99
+ - Add money-back guarantee messaging
100
+ - Show "Cancel anytime" prominently
101
+ - Include FAQ on paywall
102
+ - Address specific objections based on feature gated
103
+ - Add chat/support option on paywall
104
+
105
+ ---
106
+
107
+ ## Trial & Conversion Experiments
108
+
109
+ ### Trial Structure
110
+ - 7-day vs. 14-day vs. 30-day trial length
111
+ - Credit card required vs. not required for trial
112
+ - Full-access trial vs. limited feature trial
113
+ - Trial extension offer for engaged users
114
+ - Second trial offer for expired/churned users
115
+
116
+ ### Trial Expiration
117
+ - Countdown timer visibility (always vs. near end)
118
+ - Email reminders: frequency and timing
119
+ - Grace period after expiration vs. immediate downgrade
120
+ - "Last chance" offer with discount
121
+ - Pause option vs. immediate cancellation
122
+
123
+ ### Upgrade Path
124
+ - One-click upgrade from paywall vs. separate checkout
125
+ - Pre-filled payment info for returning users
126
+ - Multiple payment methods offered
127
+ - Quarterly plan option alongside monthly/annual
128
+ - Team invite flow for solo-to-team conversion
129
+
130
+ ---
131
+
132
+ ## Personalization Experiments
133
+
134
+ ### Usage-Based
135
+ - Personalize paywall copy based on features used
136
+ - Highlight most-used premium features
137
+ - Show usage stats ("You've created 50 projects")
138
+ - Recommend plan based on behavior patterns
139
+ - Dynamic feature emphasis based on user segment
140
+
141
+ ### Segment-Specific
142
+ - Different paywall for power users vs. casual users
143
+ - B2B vs. B2C messaging variations
144
+ - Industry-specific value propositions
145
+ - Role-based feature highlighting
146
+ - Traffic source-based messaging
147
+
148
+ ---
149
+
150
+ ## Frequency & UX Experiments
151
+
152
+ ### Frequency Capping
153
+ - Test number of prompts per session
154
+ - Cool-down period after dismiss (hours vs. days)
155
+ - Escalating urgency over time vs. consistent messaging
156
+ - Once per feature vs. consolidated prompts
157
+ - Re-show rules after major engagement
158
+
159
+ ### Dismiss Behavior
160
+ - "Maybe later" vs. "No thanks" vs. "Remind me tomorrow"
161
+ - Ask reason for declining
162
+ - Offer alternative (lower tier, annual discount)
163
+ - Exit survey on dismiss
164
+ - Friendly vs. neutral decline copy