@rubytech/create-maxy-code 0.1.169 → 0.1.171

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 (169) hide show
  1. package/dist/__tests__/premium-mcp-discover.test.js +42 -0
  2. package/dist/lib/premium-mcp-discover.js +9 -2
  3. package/package.json +1 -1
  4. package/payload/platform/plugins/.claude-plugin/marketplace.json +0 -15
  5. package/payload/platform/plugins/docs/references/platform.md +1 -1
  6. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts +51 -0
  7. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts.map +1 -0
  8. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js +196 -0
  9. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js.map +1 -0
  10. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/package.json +7 -0
  11. package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts +3 -0
  12. package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts.map +1 -0
  13. package/payload/premium-plugins/writer-craft/mcp/dist/index.js +257 -0
  14. package/payload/premium-plugins/writer-craft/mcp/dist/index.js.map +1 -0
  15. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts +14 -0
  16. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts.map +1 -0
  17. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js +47 -0
  18. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js.map +1 -0
  19. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts +42 -0
  20. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts.map +1 -0
  21. package/payload/{platform/plugins/writer-craft/mcp/src/lib/voice-corpus.ts → premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js} +5 -5
  22. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js.map +1 -0
  23. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts +36 -0
  24. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts.map +1 -0
  25. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js +225 -0
  26. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js.map +1 -0
  27. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts +26 -0
  28. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts.map +1 -0
  29. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js +74 -0
  30. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js.map +1 -0
  31. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts +22 -0
  32. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts.map +1 -0
  33. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js +102 -0
  34. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js.map +1 -0
  35. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts +14 -0
  36. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts.map +1 -0
  37. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js +84 -0
  38. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js.map +1 -0
  39. package/payload/premium-plugins/writer-craft/mcp/package-lock.json +1327 -0
  40. package/payload/server/{chunk-3TRIXQSJ.js → chunk-L2YK2VK3.js} +17 -29
  41. package/payload/server/maxy-edge.js +1 -1
  42. package/payload/server/server.js +1 -1
  43. package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +0 -8
  44. package/payload/platform/plugins/teaching/PLUGIN.md +0 -58
  45. package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +0 -59
  46. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +0 -70
  47. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +0 -43
  48. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +0 -83
  49. package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +0 -48
  50. package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +0 -41
  51. package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +0 -94
  52. package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +0 -52
  53. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +0 -49
  54. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +0 -116
  55. package/payload/platform/plugins/venture-studio/.claude-plugin/plugin.json +0 -8
  56. package/payload/platform/plugins/venture-studio/PLUGIN.md +0 -119
  57. package/payload/platform/plugins/venture-studio/bin/scaffold.sh +0 -116
  58. package/payload/platform/plugins/venture-studio/skills/brand-pack/SKILL.md +0 -256
  59. package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md +0 -118
  60. package/payload/platform/plugins/venture-studio/skills/investor-data-room/SKILL.md +0 -376
  61. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/business-plan-template.md +0 -64
  62. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/compliance-research-checklist.md +0 -53
  63. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/data-room-structure.md +0 -88
  64. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/deck-blueprint-template.md +0 -39
  65. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/design-tokens-application.md +0 -79
  66. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/html-pdf-pipeline.md +0 -236
  67. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/internal-workings-scrub.md +0 -33
  68. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/termsheet-template.md +0 -88
  69. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +0 -1565
  70. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +0 -91
  71. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +0 -715
  72. package/payload/platform/plugins/venture-studio/skills/office-hours/SKILL.md +0 -587
  73. package/payload/platform/plugins/venture-studio/skills/prototype-host/SKILL.md +0 -179
  74. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/cloudflared-ingress-edit.md +0 -81
  75. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/scaffold-frameworks.md +0 -60
  76. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/systemd-user-service.md +0 -104
  77. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/SKILL.md +0 -336
  78. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +0 -275
  79. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +0 -93
  80. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +0 -308
  81. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +0 -262
  82. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +0 -171
  83. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +0 -246
  84. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +0 -183
  85. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +0 -190
  86. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +0 -58
  87. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +0 -114
  88. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +0 -43
  89. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +0 -237
  90. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +0 -290
  91. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +0 -105
  92. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +0 -361
  93. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +0 -167
  94. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +0 -193
  95. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +0 -200
  96. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +0 -239
  97. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +0 -103
  98. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +0 -291
  99. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +0 -225
  100. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +0 -179
  101. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/prd.md +0 -363
  102. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +0 -74
  103. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +0 -253
  104. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +0 -256
  105. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +0 -276
  106. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +0 -248
  107. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +0 -89
  108. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +0 -121
  109. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +0 -242
  110. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +0 -271
  111. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +0 -17
  112. package/payload/platform/plugins/writer-craft/PLUGIN.md +0 -130
  113. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +0 -96
  114. package/payload/platform/plugins/writer-craft/mcp/package.json +0 -19
  115. package/payload/platform/plugins/writer-craft/mcp/scripts/smoke.mjs +0 -152
  116. package/payload/platform/plugins/writer-craft/mcp/src/index.ts +0 -289
  117. package/payload/platform/plugins/writer-craft/mcp/src/lib/neo4j.ts +0 -56
  118. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-distil-profile.ts +0 -303
  119. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-record-feedback.ts +0 -114
  120. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-retrieve-conditioning.ts +0 -145
  121. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-tag-content.ts +0 -117
  122. package/payload/platform/plugins/writer-craft/mcp/tsconfig.json +0 -8
  123. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +0 -94
  124. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +0 -77
  125. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +0 -103
  126. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +0 -74
  127. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +0 -146
  128. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +0 -70
  129. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +0 -108
  130. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +0 -73
  131. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +0 -85
  132. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +0 -78
  133. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +0 -55
  134. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +0 -89
  135. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +0 -114
  136. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +0 -73
  137. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +0 -76
  138. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +0 -67
  139. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +0 -86
  140. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +0 -97
  141. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +0 -72
  142. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +0 -91
  143. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +0 -71
  144. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +0 -85
  145. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +0 -100
  146. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +0 -72
  147. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +0 -71
  148. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +0 -64
  149. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +0 -93
  150. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +0 -100
  151. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +0 -79
  152. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +0 -81
  153. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +0 -67
  154. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +0 -94
  155. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +0 -111
  156. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +0 -119
  157. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +0 -99
  158. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +0 -112
  159. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +0 -99
  160. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +0 -95
  161. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +0 -106
  162. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +0 -118
  163. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +0 -66
  164. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +0 -87
  165. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +0 -82
  166. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +0 -133
  167. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +0 -118
  168. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +0 -128
  169. package/payload/platform/plugins/writer-craft/skills/voice-mirror/SKILL.md +0 -166
@@ -1,715 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en-GB">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>{{ BRAND_NAME }} — Term sheet | {{ DOC_MONTH_YEAR }}</title>
7
- <link rel="preconnect" href="https://fonts.googleapis.com">
8
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
- <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
10
- <style>
11
- :root {
12
- --paper: #FFFFFF;
13
- --paper-2: #F4F4F4;
14
- --ink: #000000;
15
- --ink-2: #222222;
16
- --slate: #666666;
17
- --rule: rgba(0,0,0,0.14);
18
- --rule-fine: #DDDDDD;
19
- --serif: 'Cormorant Garamond', Garamond, serif;
20
- --body-serif: 'Lora', Georgia, serif;
21
- --sans: 'Inter', system-ui, sans-serif;
22
- --bg-accent: #ecf1f2;
23
- }
24
- * { margin: 0; padding: 0; box-sizing: border-box; }
25
- html { font-size: 16px; -webkit-font-smoothing: antialiased; }
26
- body { font-family: var(--body-serif); background: var(--paper); color: var(--ink); line-height: 1.55; }
27
-
28
- .page { max-width: 880px; margin: 0 auto; padding: 32px 40px; }
29
-
30
- .topbar {
31
- background: var(--paper);
32
- display: flex; justify-content: space-between; align-items: center;
33
- border-bottom: 1px solid var(--ink); padding: 10px 0; margin-bottom: 18px;
34
- font-family: var(--sans); font-size: 10px; font-weight: 500;
35
- letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-2);
36
- }
37
-
38
- /* Screen-only fixed topbar — stays at the viewport top throughout the scroll,
39
- unlike per-section sticky which scrolls out with its parent section. */
40
- .fixed-topbar {
41
- position: fixed; top: 0; left: 0; right: 0; z-index: 50;
42
- background: var(--paper); border-bottom: 1px solid var(--ink);
43
- }
44
- .fixed-topbar-inner {
45
- max-width: 880px; margin: 0 auto; padding: 10px 40px;
46
- display: flex; justify-content: space-between; align-items: center;
47
- font-family: var(--sans); font-size: 10px; font-weight: 500;
48
- letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-2);
49
- }
50
- .fixed-topbar-inner .brand {
51
- font-family: var(--serif); font-style: italic; font-size: 18px;
52
- letter-spacing: 0.01em; color: var(--ink); text-transform: none;
53
- display: inline-flex; align-items: center; gap: 8px;
54
- }
55
- .fixed-topbar-inner .brand .mark { width: 22px; height: 22px; }
56
- .fixed-topbar-inner .meta { flex: 1 1 auto; text-align: center; }
57
- .fixed-topbar-inner .pdf-btn {
58
- background: var(--ink); color: var(--paper);
59
- padding: 7px 14px; font-family: var(--sans);
60
- font-size: 10px; font-weight: 500;
61
- letter-spacing: 0.18em; text-transform: uppercase;
62
- display: inline-flex; align-items: center; gap: 6px;
63
- }
64
- .fixed-topbar-inner .pdf-btn svg { width: 13px; height: 13px; }
65
- @media print { .fixed-topbar { display: none !important; } }
66
- @media screen {
67
- .topbar { display: none; }
68
- body { padding-top: 48px; }
69
- }
70
- /* Mobile: brand + button on row 1; document title drops to row 2; PDF button shows icon only. */
71
- @media (max-width: 720px) {
72
- .fixed-topbar-inner {
73
- flex-wrap: wrap;
74
- padding: 8px 16px;
75
- gap: 4px 12px;
76
- }
77
- .fixed-topbar-inner .meta {
78
- order: 99;
79
- flex: 1 1 100%;
80
- text-align: left;
81
- font-size: 9px;
82
- letter-spacing: 0.18em;
83
- padding-top: 4px;
84
- border-top: 1px solid var(--rule);
85
- }
86
- .fixed-topbar-inner .pdf-btn .label { display: none; }
87
- .fixed-topbar-inner .pdf-btn { padding: 7px 9px; }
88
- .fixed-topbar-inner .brand { font-size: 15px; gap: 6px; }
89
- .fixed-topbar-inner .brand .mark { width: 18px; height: 18px; }
90
- body { padding-top: 78px !important; }
91
- }
92
- .topbar .brand {
93
- font-family: var(--serif); font-style: italic; font-size: 18px;
94
- letter-spacing: 0.01em; color: var(--ink); text-transform: none;
95
- display: inline-flex; align-items: center; gap: 8px;
96
- }
97
- .topbar .brand .mark { width: 22px; height: 22px; display: inline-block; vertical-align: middle; }
98
- .topbar .meta { flex: 1 1 auto; text-align: center; }
99
- .topbar .pdf-btn {
100
- background: var(--ink); color: var(--paper); border: none; cursor: pointer;
101
- padding: 7px 14px;
102
- font-family: var(--sans); font-size: 10px; font-weight: 500;
103
- letter-spacing: 0.18em; text-transform: uppercase;
104
- transition: background 180ms;
105
- display: inline-flex; align-items: center; gap: 6px;
106
- }
107
- .topbar .pdf-btn svg { width: 13px; height: 13px; }
108
- .topbar .pdf-btn:hover { background: #333; }
109
- @media print { .topbar .pdf-btn { display: none; } }
110
- @media (max-width: 760px) {
111
- .topbar { flex-wrap: wrap; gap: 8px; }
112
- .topbar .brand { font-size: 15px; gap: 6px; }
113
- .topbar .brand .mark { width: 18px; height: 18px; }
114
- .topbar .meta { flex: 1 1 100%; order: 99; text-align: left; font-size: 9px; padding-top: 4px; border-top: 1px solid var(--rule); }
115
- .topbar .pdf-btn { padding: 6px 10px; }
116
- .topbar .pdf-btn .label { display: none; }
117
-
118
- /* Single-column mobile layout: nothing sits side-by-side. */
119
- .page { padding: 16px 16px; }
120
- .section-rule { flex-direction: column; align-items: flex-start; gap: 4px; }
121
- /* Terms table — each row becomes label-then-value stacked. */
122
- table.terms, table.terms tbody, table.terms tr, table.terms th, table.terms td { display: block; width: 100%; }
123
- table.terms th {
124
- width: auto !important; white-space: normal;
125
- padding: 12px 0 4px; border-bottom: none;
126
- }
127
- table.terms td { padding: 0 0 12px; }
128
- /* Cap table keeps its 4-column shape but allows horizontal scroll on overflow. */
129
- .captable { overflow-x: auto; -webkit-overflow-scrolling: touch; }
130
- .captable table { min-width: 480px; }
131
- /* Signatures grid collapses to single column. */
132
- .signatures { grid-template-columns: 1fr; gap: 24px; }
133
- .sigblock .kv { flex-wrap: wrap; gap: 6px; }
134
- .sigblock .kv .k { flex: 1 1 100%; }
135
- .sigblock .kv .line, .sigblock .kv .line.tall { flex: 1 1 100%; }
136
- footer { flex-direction: column; align-items: flex-start; gap: 6px; }
137
- footer .legal { max-width: 100%; }
138
- }
139
-
140
- .doc-title {
141
- font-family: var(--serif); font-style: italic; font-weight: 400;
142
- font-size: 30px; line-height: 1.05; letter-spacing: -0.01em;
143
- margin-bottom: 6px;
144
- }
145
- .doc-subtitle {
146
- font-family: var(--body-serif); font-size: 13px; color: var(--ink-2);
147
- margin-bottom: 22px;
148
- }
149
-
150
- .preamble {
151
- background: var(--bg-accent); padding: 14px 18px;
152
- border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule);
153
- margin-bottom: 22px;
154
- }
155
- .preamble p {
156
- font-family: var(--body-serif); font-style: italic; font-size: 12.5px;
157
- color: var(--ink-2); line-height: 1.55;
158
- }
159
- .preamble p + p { margin-top: 6px; }
160
-
161
- /* Terms grid: label | value */
162
- table.terms {
163
- width: 100%; border-collapse: collapse; margin-bottom: 22px;
164
- font-variant-numeric: tabular-nums;
165
- }
166
- table.terms tr { border-top: 1px solid var(--rule); }
167
- table.terms tr:first-child { border-top: 1px solid var(--ink); }
168
- table.terms tr:last-child { border-bottom: 1px solid var(--ink); }
169
-
170
- table.terms th {
171
- text-align: left; padding: 12px 14px 12px 0;
172
- font-family: var(--sans); font-size: 10px; font-weight: 600;
173
- letter-spacing: 0.18em; text-transform: uppercase; color: var(--slate);
174
- vertical-align: top; white-space: nowrap; width: 220px;
175
- }
176
- table.terms td {
177
- padding: 12px 0;
178
- font-family: var(--body-serif); font-size: 13px; color: var(--ink);
179
- line-height: 1.55;
180
- }
181
- table.terms td strong { color: var(--ink); font-weight: 500; }
182
- table.terms td em { font-style: italic; color: var(--slate); }
183
- table.terms td .figure {
184
- font-family: var(--serif); font-style: italic; font-size: 17px;
185
- color: var(--ink); display: inline-block; margin-right: 6px;
186
- }
187
-
188
- /* Cap-table block */
189
- .captable {
190
- margin-bottom: 22px;
191
- }
192
- .captable h3 {
193
- font-family: var(--serif); font-style: italic; font-weight: 400;
194
- font-size: 17px; margin-bottom: 8px; color: var(--ink);
195
- }
196
- .captable table {
197
- width: 100%; border-collapse: collapse;
198
- font-variant-numeric: tabular-nums;
199
- font-family: var(--body-serif); font-size: 12.5px;
200
- }
201
- .captable thead th {
202
- font-family: var(--sans); font-size: 9.5px; font-weight: 600;
203
- letter-spacing: 0.18em; text-transform: uppercase; color: var(--slate);
204
- text-align: right; padding: 8px 6px;
205
- border-bottom: 1px solid var(--ink);
206
- }
207
- .captable thead th.l { text-align: left; }
208
- .captable tbody td {
209
- padding: 8px 6px; border-bottom: 1px solid var(--rule);
210
- text-align: right; color: var(--ink-2); white-space: nowrap;
211
- }
212
- .captable tbody td.l { text-align: left; color: var(--ink); white-space: normal; }
213
- .captable tbody tr:last-child td { border-bottom: 1px solid var(--ink); }
214
- .captable tbody tr.total td { font-weight: 600; color: var(--ink); background: var(--paper-2); }
215
- .captable tbody tr.new td { background: var(--bg-accent); }
216
-
217
- .page-break { page-break-after: always; break-after: page; }
218
-
219
- .section-rule {
220
- display: flex; justify-content: space-between; align-items: baseline;
221
- border-top: 1px solid var(--ink); padding-top: 10px; margin-bottom: 14px;
222
- }
223
- .section-rule h2 {
224
- font-family: var(--serif); font-style: italic; font-weight: 400;
225
- font-size: 20px; color: var(--ink);
226
- }
227
- .section-rule .nav {
228
- font-family: var(--sans); font-size: 9.5px; font-weight: 600;
229
- letter-spacing: 0.28em; text-transform: uppercase; color: var(--slate);
230
- }
231
-
232
- .signatures {
233
- display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 32px;
234
- }
235
- .sigblock {
236
- border-top: 1px solid var(--ink); padding-top: 12px;
237
- }
238
- .sigblock .label {
239
- font-family: var(--sans); font-size: 9.5px; font-weight: 600;
240
- letter-spacing: 0.22em; text-transform: uppercase; color: var(--slate);
241
- margin-bottom: 8px;
242
- }
243
- .sigblock .line {
244
- height: 28px; border-bottom: 1px solid var(--ink); margin-bottom: 6px;
245
- }
246
- .sigblock .name {
247
- font-family: var(--body-serif); font-size: 11.5px; color: var(--ink);
248
- line-height: 1.4;
249
- }
250
- .sigblock .name em { font-style: italic; color: var(--slate); }
251
- .sigblock .kv { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
252
- .sigblock .kv .k {
253
- flex: 0 0 130px;
254
- font-family: var(--sans); font-size: 9.5px; font-weight: 600;
255
- letter-spacing: 0.18em; text-transform: uppercase; color: var(--slate);
256
- }
257
- .sigblock .kv .line { flex: 1; height: 22px; border-bottom: 1px solid var(--ink); }
258
- .sigblock .kv .line.tall { height: 36px; }
259
-
260
- .note-strip {
261
- background: var(--bg-accent); padding: 12px 16px; margin: 24px 0 8px;
262
- border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule);
263
- font-family: var(--body-serif); font-style: italic; font-size: 12px;
264
- color: var(--ink-2); line-height: 1.55;
265
- }
266
-
267
- /* FCA self-certification pages */
268
- .cert-page h1 {
269
- font-family: var(--serif); font-style: italic; font-weight: 400;
270
- font-size: 26px; line-height: 1.1; margin-bottom: 4px;
271
- }
272
- .cert-page .cert-sub {
273
- font-family: var(--body-serif); font-size: 12px; color: var(--slate);
274
- margin-bottom: 18px; font-style: italic;
275
- }
276
- .cert-page .intro {
277
- font-family: var(--body-serif); font-size: 12.5px; color: var(--ink-2);
278
- line-height: 1.6; margin-bottom: 14px;
279
- }
280
- .cert-page .intro strong { color: var(--ink); font-weight: 500; }
281
- .cert-page .crit-head {
282
- font-family: var(--sans); font-size: 10px; font-weight: 600;
283
- letter-spacing: 0.20em; text-transform: uppercase; color: var(--slate);
284
- margin-top: 18px; margin-bottom: 8px;
285
- }
286
- .cert-page .criteria { list-style: none; margin: 0 0 14px 0; padding: 0; }
287
- .cert-page .criteria li {
288
- display: flex; gap: 12px; padding: 10px 0;
289
- font-family: var(--body-serif); font-size: 12.5px; color: var(--ink); line-height: 1.5;
290
- border-top: 1px solid var(--rule);
291
- }
292
- .cert-page .criteria li:last-child { border-bottom: 1px solid var(--rule); }
293
- .cert-page .criteria .box {
294
- flex: 0 0 14px; height: 14px; border: 1px solid var(--ink);
295
- margin-top: 3px;
296
- }
297
- .cert-page .declaration {
298
- background: var(--bg-accent); padding: 12px 16px; margin: 16px 0;
299
- border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule);
300
- font-family: var(--body-serif); font-size: 12px; color: var(--ink-2);
301
- line-height: 1.55;
302
- }
303
- .cert-page .sigrow {
304
- display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px;
305
- }
306
-
307
- footer {
308
- border-top: 1px solid var(--ink); padding-top: 10px; margin-top: 32px;
309
- display: flex; justify-content: space-between; align-items: baseline;
310
- font-family: var(--sans); font-size: 9px; font-weight: 500;
311
- letter-spacing: 0.18em; text-transform: uppercase; color: var(--slate);
312
- }
313
- footer .legal {
314
- font-family: var(--body-serif); font-style: italic; font-size: 10.5px;
315
- color: var(--slate); letter-spacing: 0; text-transform: none;
316
- max-width: 540px; line-height: 1.45;
317
- }
318
-
319
- /* Print-only compact page-number indicator pinned to the bottom-right of each A4 page. */
320
- .page { position: relative; }
321
- .page-num { display: none; }
322
-
323
- @page { size: A4; margin: 0; }
324
- @media print {
325
- html, body { background: white; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
326
- /* The topbar's bottom border already separates the page from the section below;
327
- drop the section-rule's top border to avoid the double-line stack in PDF. */
328
- .section-rule { border-top: none; padding-top: 0; }
329
- .page-num {
330
- display: block; position: absolute; bottom: 6mm; right: 14mm;
331
- font-family: var(--sans); font-size: 9px; font-weight: 500;
332
- letter-spacing: 0.18em; text-transform: uppercase; color: var(--slate);
333
- }
334
- .page {
335
- width: 210mm; height: 297mm; max-width: none;
336
- margin: 0; padding: 12mm 14mm; box-sizing: border-box;
337
- page-break-after: always; break-after: page; overflow: hidden;
338
- }
339
- .page:last-child { page-break-after: auto; break-after: auto; }
340
- .page-break { display: none; }
341
- .topbar { position: static !important; }
342
- table.terms tr, .captable, .signatures, .preamble, .cert-page .criteria, .cert-page .declaration { break-inside: avoid; }
343
- }
344
- </style>
345
- </head>
346
- <body>
347
-
348
- <!-- Screen-only fixed topbar — stays at the viewport top through the whole scroll. -->
349
- <div class="fixed-topbar">
350
- <div class="fixed-topbar-inner">
351
- <span class="brand">
352
- <img class="mark" src="{{ BRAND_ICON }}" alt="{{ BRAND_NAME }}"> {{ BRAND_NAME }}
353
- </span>
354
- <span class="meta">Term sheet &middot; {{ DOC_MONTH_YEAR }} &middot; Non-binding</span>
355
- <a class="pdf-btn" href="{{ TERM_SHEET_PDF }}" download aria-label="Download PDF">
356
- <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
357
- <path d="M8 2v8M4 7l4 4 4-4M3 13h10" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
358
- </svg>
359
- <span class="label">Download PDF</span>
360
- </a>
361
- </div>
362
- </div>
363
-
364
- <!-- ─────────────── PAGE 1 ─────────────── -->
365
- <section class="page">
366
-
367
- <div class="topbar">
368
- <span class="brand"><img class="mark" src="{{ BRAND_ICON }}" alt="{{ BRAND_NAME }}"> {{ BRAND_NAME }}</span>
369
- <span class="meta">Term sheet &middot; {{ DOC_MONTH_YEAR }} &middot; Non-binding</span>
370
- <a class="pdf-btn" href="{{ TERM_SHEET_PDF }}" download aria-label="Download PDF">
371
- <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
372
- <path d="M8 2v8M4 7l4 4 4-4M3 13h10" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
373
- </svg>
374
- <span class="label">Download PDF</span>
375
- </a>
376
- </div>
377
-
378
- <h1 class="doc-title">{{ COMPANY_LEGAL_NAME }} &mdash; <em>seed financing term sheet.</em></h1>
379
- <p class="doc-subtitle">Indicative principal terms for the proposed seed investment in {{ COMPANY_LEGAL_NAME }}, a UK limited company to be incorporated in connection with this financing. Issued to named recipients only.</p>
380
-
381
- <div class="preamble">
382
- <p>This term sheet summarises the proposed principal terms of the financing described below. <strong>It is non-binding</strong> except for the confidentiality and exclusivity provisions, and is subject to satisfactory completion of due diligence and execution of definitive long-form documentation.</p>
383
- <p>This document is being shared with prospective investors who satisfy the relevant UK self-certification criteria. Confirmation of investor status is required prior to subscription.</p>
384
- </div>
385
-
386
- <table class="terms">
387
- <tr><th>Issuer</th><td><strong>{{ COMPANY_LEGAL_NAME }}</strong> (the &ldquo;Company&rdquo;), a private limited company to be incorporated in England &amp; Wales prior to closing.</td></tr>
388
- <tr><th>Founders</th><td>Joel Smalley, Adam Mackay, Alex Pelosi-Buchanan, Jamie Fisher, Roger Black, Steve Backley (collectively, the &ldquo;Founders&rdquo;).</td></tr>
389
- <tr><th>Investors</th><td>One or more accredited or self-certified investors (the &ldquo;Investors&rdquo;), each subscribing in this round.</td></tr>
390
- <tr><th>Round size</th><td><span class="figure">{{ ROUND_SIZE }}</span> aggregate, single tranche, single closing.</td></tr>
391
- <tr><th>Minimum cheque</th><td>{{ MIN_CHEQUE }} per Investor. The Company reserves the right to waive at its discretion. <strong>No maximum cheque.</strong></td></tr>
392
- <tr><th>Minimum aggregate</th><td>{{ MIN_AGGREGATE }}. The Company will not proceed with closing below this aggregate threshold.</td></tr>
393
- <tr><th>Target first close</th><td><span class="figure">{{ ROUND_CLOSE_DATE }}</span>. Indicative target; the Company aims to hold an initial close around this date and may close earlier once the {{ ROUND_SIZE }} target is reached. Subscriptions are accepted on a rolling basis between this date and the long-stop date below.</td></tr>
394
- <tr><th>Long-stop date</th><td><span class="figure">{{ LONG_STOP_DATE }}</span>. Subscriptions may continue to be accepted until this date at the Company&rsquo;s discretion (further closings on the same terms). After the long-stop date, the round will be deemed closed unless extended by mutual agreement.</td></tr>
395
- <tr><th>Funds expected</th><td>Cleared into the Company&rsquo;s solicitor&rsquo;s client account within 4 business days of each Investor&rsquo;s subscription.</td></tr>
396
- </table>
397
-
398
- <div class="page-num">Page 1 / 8</div>
399
-
400
- </section>
401
-
402
- <div class="page-break"></div>
403
-
404
- <!-- ─────────────── PAGE 2 — Share economics ─────────────── -->
405
- <section class="page">
406
-
407
- <div class="topbar">
408
- <span class="brand"><img class="mark" src="{{ BRAND_ICON }}" alt="{{ BRAND_NAME }}"> {{ BRAND_NAME }}</span>
409
- <span class="meta">Term sheet &middot; {{ DOC_MONTH_YEAR }} &middot; Non-binding</span>
410
- <a class="pdf-btn" href="{{ TERM_SHEET_PDF }}" download aria-label="Download PDF">
411
- <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
412
- <path d="M8 2v8M4 7l4 4 4-4M3 13h10" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
413
- </svg>
414
- <span class="label">Download PDF</span>
415
- </a>
416
- </div>
417
-
418
- <div class="section-rule">
419
- <h2>Share economics &amp; use of proceeds.</h2>
420
- </div>
421
-
422
- <table class="terms">
423
- <tr><th>Instrument</th><td>Ordinary shares of {{ NOMINAL_VALUE }} nominal value (the &ldquo;Round Shares&rdquo;), ranking <em>pari passu</em> with the Founders&rsquo; ordinary shares. No preference share class, no liquidation preference, no anti-dilution.</td></tr>
424
- <tr><th>Pre-money valuation</th><td><span class="figure">£1,400,000</span></td></tr>
425
- <tr><th>Post-money valuation</th><td><span class="figure">{{ POST_MONEY_CAP }}</span></td></tr>
426
- <tr><th>New investor stake</th><td>{{ NEW_INVESTOR_PCT }} of fully-diluted post-money equity.</td></tr>
427
- <tr><th>Founders&rsquo; retained stake</th><td>{{ FOUNDERS_PCT }} post-money, distributed per the cap table overleaf.</td></tr>
428
- <tr><th>Issue price</th><td><span class="figure">{{ ISSUE_PRICE }}</span> per Round Share ({{ NOMINAL_VALUE }} nominal + {{ SHARE_PREMIUM }} share premium).</td></tr>
429
- <tr><th>Number of Round Shares</th><td>{{ ROUND_SHARES }}</td></tr>
430
- <tr><th>Use of proceeds</th><td>40% product &amp; engineering; 30% business development &amp; go-to-market; 15% infrastructure &amp; operations; 15% working capital, legal &amp; compliance (including SEIS/EIS advance assurance).</td></tr>
431
- </table>
432
-
433
- <div class="page-num">Page 2 / 8</div>
434
-
435
- </section>
436
-
437
- <div class="page-break"></div>
438
-
439
- <!-- ─────────────── PAGE 2 ─────────────── -->
440
- <section class="page">
441
-
442
- <div class="topbar">
443
- <span class="brand"><img class="mark" src="{{ BRAND_ICON }}" alt="{{ BRAND_NAME }}"> {{ BRAND_NAME }}</span>
444
- <span class="meta">Term sheet &middot; {{ DOC_MONTH_YEAR }} &middot; Non-binding</span>
445
- <a class="pdf-btn" href="{{ TERM_SHEET_PDF }}" download aria-label="Download PDF">
446
- <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
447
- <path d="M8 2v8M4 7l4 4 4-4M3 13h10" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
448
- </svg>
449
- <span class="label">Download PDF</span>
450
- </a>
451
- </div>
452
-
453
- <div class="section-rule">
454
- <h2>Cap table on closing.</h2>
455
- <span class="nav">Fully diluted &middot; post-money</span>
456
- </div>
457
-
458
- <div class="captable">
459
- <table>
460
- <thead>
461
- <tr><th class="l">Holder</th><th>Role</th><th>Shares</th><th>%</th></tr>
462
- </thead>
463
- <tbody>
464
- <tr><td class="l">Joel Smalley</td><td>Product, CTO</td><td>155,938</td><td>24.95%</td></tr>
465
- <tr><td class="l">Adam Mackay</td><td>BD, CEO</td><td>155,938</td><td>24.95%</td></tr>
466
- <tr><td class="l">Alex Pelosi-Buchanan</td><td>Distribution</td><td>100,000</td><td>16.00%</td></tr>
467
- <tr><td class="l">Jamie Fisher</td><td>Pilot &middot; Muvin</td><td>44,375</td><td>7.10%</td></tr>
468
- <tr><td class="l">Roger Black</td><td>Distribution</td><td>21,875</td><td>3.50%</td></tr>
469
- <tr><td class="l">Steve Backley</td><td>Distribution</td><td>21,875</td><td>3.50%</td></tr>
470
- <tr><td class="l">Founders subtotal</td><td>&mdash;</td><td>{{ FOUNDER_SHARES }}</td><td>{{ FOUNDERS_PCT }}</td></tr>
471
- <tr class="new"><td class="l">New investors (this round)</td><td>Round Shares</td><td>{{ ROUND_SHARES }}</td><td>{{ NEW_INVESTOR_PCT }}</td></tr>
472
- <tr class="total"><td class="l">Total post-closing</td><td>&mdash;</td><td>{{ TOTAL_SHARES_POST }}</td><td>100.00%</td></tr>
473
- </tbody>
474
- </table>
475
- </div>
476
-
477
- <div class="page-num">Page 3 / 8</div>
478
-
479
- </section>
480
-
481
- <div class="page-break"></div>
482
-
483
- <!-- ─────────────── PAGE 4 — Governance ─────────────── -->
484
- <section class="page">
485
-
486
- <div class="topbar">
487
- <span class="brand"><img class="mark" src="{{ BRAND_ICON }}" alt="{{ BRAND_NAME }}"> {{ BRAND_NAME }}</span>
488
- <span class="meta">Term sheet &middot; {{ DOC_MONTH_YEAR }} &middot; Non-binding</span>
489
- <a class="pdf-btn" href="{{ TERM_SHEET_PDF }}" download aria-label="Download PDF">
490
- <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
491
- <path d="M8 2v8M4 7l4 4 4-4M3 13h10" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
492
- </svg>
493
- <span class="label">Download PDF</span>
494
- </a>
495
- </div>
496
-
497
- <div class="section-rule">
498
- <h2>Governance &amp; shareholder protections.</h2>
499
- <span class="nav">Light-touch &middot; UK seed</span>
500
- </div>
501
-
502
- <table class="terms">
503
- <tr><th>Board composition</th><td>Two executive directors at closing: <strong>Adam Mackay</strong> and <strong>Jamie Fisher</strong>. Investors (acting collectively, or any single investor holding ≥10% of the Company) may nominate one <strong>non-executive director (NED)</strong> to the board, subject to founder approval not unreasonably withheld. Investors holding ≥5% may otherwise appoint a non-voting observer.</td></tr>
504
- <tr><th>Information rights</th><td>Quarterly management accounts and an annual operating plan supplied to each Investor holding ≥5%.</td></tr>
505
- <tr><th>Pre-emption</th><td>Pro-rata pre-emption rights on future equity issuances, customary carve-outs (employee share scheme, M&amp;A consideration).</td></tr>
506
- <tr><th>Drag-along / Tag-along</th><td>Customary drag-along triggered by holders of ≥75% of the shares; tag-along on any sale by Founders of &gt;5% of their shares.</td></tr>
507
- <tr><th>Share transfers</th><td>Founders&rsquo; shares subject to customary good-leaver / bad-leaver provisions, to be specified in long-form documentation.</td></tr>
508
- <tr><th>SEIS/EIS</th><td>Pursuing SEIS and/or EIS advance assurance from HMRC is a <em>post-funding</em> obligation of the Company; it is <strong>not</strong> a closing contingency and is <strong>not</strong> assured prior to distribution of this document. No DD on eligibility has been undertaken; the Company makes no representation or warranty as to qualifying status. SEIS/EIS forms no part of the consideration.</td></tr>
509
- <tr><th>Confidentiality</th><td>Recipients shall keep this term sheet and all related information confidential. <em>Binding.</em></td></tr>
510
- <tr><th>Exclusivity</th><td>The Company shall not solicit competing offers from the date of execution until closing on {{ ROUND_CLOSE_DATE }}. <em>Binding.</em></td></tr>
511
- </table>
512
-
513
- <div class="page-num">Page 4 / 8</div>
514
-
515
- </section>
516
-
517
- <div class="page-break"></div>
518
-
519
- <!-- ─────────────── PAGE 5 — Closing terms ─────────────── -->
520
- <section class="page">
521
-
522
- <div class="topbar">
523
- <span class="brand"><img class="mark" src="{{ BRAND_ICON }}" alt="{{ BRAND_NAME }}"> {{ BRAND_NAME }}</span>
524
- <span class="meta">Term sheet &middot; {{ DOC_MONTH_YEAR }} &middot; Non-binding</span>
525
- <a class="pdf-btn" href="{{ TERM_SHEET_PDF }}" download aria-label="Download PDF">
526
- <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
527
- <path d="M8 2v8M4 7l4 4 4-4M3 13h10" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
528
- </svg>
529
- <span class="label">Download PDF</span>
530
- </a>
531
- </div>
532
-
533
- <div class="section-rule">
534
- <h2>Closing terms.</h2>
535
- <span class="nav">IP, conditions, governing law</span>
536
- </div>
537
-
538
- <table class="terms">
539
- <tr><th>Governing law</th><td>English law. Exclusive jurisdiction of the courts of England &amp; Wales.</td></tr>
540
- <tr><th>Expenses</th><td>Each party bears its own legal and advisory costs.</td></tr>
541
- <tr><th>Founder IP assignment</th><td>At incorporation, Joel Smalley (and, where applicable, his trading vehicle Rubytech) will assign to the Company all intellectual property in the {{ BRAND_NAME }} platform built to date &mdash; outright, with no licence-back and no royalty. The Company will own the platform at day one, free of any encumbrance.</td></tr>
542
- <tr><th>Conditions to closing</th><td>(i) Incorporation of the Company; (ii) execution of the Founder IP assignment described above; (iii) completion of investor due diligence to its reasonable satisfaction; (iv) execution of a shareholders&rsquo; agreement and adoption of bespoke articles; (v) receipt of cleared funds.</td></tr>
543
- <tr><th>Long-form documentation</th><td>Subscription &amp; shareholders&rsquo; agreement and bespoke articles of association to be drafted by the Company&rsquo;s solicitors and circulated within 3 days of mutual signature of this term sheet.</td></tr>
544
- </table>
545
-
546
- <div class="page-num">Page 5 / 8</div>
547
-
548
- </section>
549
-
550
- <div class="page-break"></div>
551
-
552
- <!-- ─────────────── PAGE 6 — Signatures ─────────────── -->
553
- <section class="page">
554
-
555
- <div class="topbar">
556
- <span class="brand"><img class="mark" src="{{ BRAND_ICON }}" alt="{{ BRAND_NAME }}"> {{ BRAND_NAME }}</span>
557
- <span class="meta">Term sheet &middot; {{ DOC_MONTH_YEAR }} &middot; Non-binding</span>
558
- <a class="pdf-btn" href="{{ TERM_SHEET_PDF }}" download aria-label="Download PDF">
559
- <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
560
- <path d="M8 2v8M4 7l4 4 4-4M3 13h10" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
561
- </svg>
562
- <span class="label">Download PDF</span>
563
- </a>
564
- </div>
565
-
566
- <div class="section-rule">
567
- <h2>Signatures.</h2>
568
- <span class="nav">Execution &middot; Investor self-certification follows</span>
569
- </div>
570
-
571
- <div class="signatures">
572
- <div class="sigblock">
573
- <div class="label">For the Company</div>
574
- <div class="line"></div>
575
- <div class="name"><strong>Adam Mackay</strong><br><em>Director-designate, {{ COMPANY_LEGAL_NAME }}</em></div>
576
- <div class="line" style="margin-top: 16px;"></div>
577
- <div class="name"><strong>Jamie Fisher</strong><br><em>Director-designate, {{ COMPANY_LEGAL_NAME }}</em></div>
578
- </div>
579
- <div class="sigblock">
580
- <div class="label">For the Investor</div>
581
- <div class="kv"><span class="k">Name</span><div class="line"></div></div>
582
- <div class="kv"><span class="k">Entity (if applicable)</span><div class="line"></div></div>
583
- <div class="kv"><span class="k">Commitment &pound;</span><div class="line"></div></div>
584
- <div class="kv"><span class="k">Signature</span><div class="line tall"></div></div>
585
- <div class="kv"><span class="k">Date</span><div class="line"></div></div>
586
- </div>
587
- </div>
588
-
589
- <p class="note-strip">The Investor must additionally complete one of the two FCA self-certification statements on the
590
- pages that follow before subscription monies are accepted. The exemption that the Company relies upon to make this
591
- financial promotion is the Financial Services and Markets Act 2000 (Financial Promotion) Order 2005 (FPO),
592
- article 48 (Certified High Net Worth Individuals) or article 50A (Self-certified Sophisticated Investors).</p>
593
-
594
- <div class="page-num">Page 6 / 8</div>
595
-
596
- </section>
597
-
598
- <div class="page-break"></div>
599
-
600
- <!-- ─────────────── PAGE 7 — Certified High Net Worth Individual ─────────────── -->
601
- <section class="page cert-page">
602
-
603
- <div class="topbar">
604
- <span class="brand"><img class="mark" src="{{ BRAND_ICON }}" alt="{{ BRAND_NAME }}"> {{ BRAND_NAME }}</span>
605
- <span class="meta">Investor self-certification &middot; FPO article 48</span>
606
- <a class="pdf-btn" href="{{ TERM_SHEET_PDF }}" download aria-label="Download PDF">
607
- <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
608
- <path d="M8 2v8M4 7l4 4 4-4M3 13h10" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
609
- </svg>
610
- <span class="label">Download PDF</span>
611
- </a>
612
- </div>
613
-
614
- <h1>Statement for Certified High Net Worth Individual</h1>
615
- <div class="cert-sub">Prescribed under the Financial Services and Markets Act 2000 (Financial Promotion) Order 2005, article 48.</div>
616
-
617
- <p class="intro">I make this statement so that I can receive promotional communications which are exempt from the
618
- financial-promotion restriction in the Financial Services and Markets Act 2000. The exemption relates to certified
619
- high net worth individuals. I declare that I qualify as such because <strong>at least one</strong> of the following
620
- applies to me:</p>
621
-
622
- <div class="crit-head">I qualify because (tick at least one):</div>
623
- <ul class="criteria">
624
- <li><span class="box"></span><span>I had, during the financial year immediately preceding the date below, an annual
625
- income to the value of <strong>{{ MIN_AGGREGATE }} or more</strong>. ("Annual income" excludes monies withdrawn from
626
- pension savings, pension lump sums, state pensions, redundancy / termination payments, or proceeds from a
627
- residence sale.)</span></li>
628
- <li><span class="box"></span><span>I held, throughout the financial year immediately preceding the date below, net
629
- assets to the value of <strong>£250,000 or more</strong>. ("Net assets" excludes my primary residence and any
630
- loan secured on it, rights under qualifying contracts of insurance, and pension benefits.)</span></li>
631
- </ul>
632
-
633
- <div class="declaration">
634
- I accept that I can lose my property and other assets from making investment decisions based on financial
635
- promotions. I am aware that it is open to me to seek advice from an authorised person who specialises in advising
636
- on investments of the kind referred to. I confirm I have read the risk warning relating to the relevant
637
- investment.
638
- </div>
639
-
640
- <div class="sigrow">
641
- <div class="sigblock">
642
- <div class="kv"><span class="k">Signed</span><div class="line tall"></div></div>
643
- <div class="kv"><span class="k">Full name</span><div class="line"></div></div>
644
- </div>
645
- <div class="sigblock">
646
- <div class="kv"><span class="k">Date</span><div class="line"></div></div>
647
- <div class="kv"><span class="k">Address</span><div class="line tall"></div></div>
648
- </div>
649
- </div>
650
-
651
- <div class="page-num">Page 7 / 8</div>
652
-
653
- </section>
654
-
655
- <div class="page-break"></div>
656
-
657
- <!-- ─────────────── PAGE 4 — Self-certified Sophisticated Investor ─────────────── -->
658
- <section class="page cert-page">
659
-
660
- <div class="topbar">
661
- <span class="brand"><img class="mark" src="{{ BRAND_ICON }}" alt="{{ BRAND_NAME }}"> {{ BRAND_NAME }}</span>
662
- <span class="meta">Investor self-certification &middot; FPO article 50A</span>
663
- <a class="pdf-btn" href="{{ TERM_SHEET_PDF }}" download aria-label="Download PDF">
664
- <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
665
- <path d="M8 2v8M4 7l4 4 4-4M3 13h10" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
666
- </svg>
667
- <span class="label">Download PDF</span>
668
- </a>
669
- </div>
670
-
671
- <h1>Statement for Self-certified Sophisticated Investor</h1>
672
- <div class="cert-sub">Prescribed under the Financial Services and Markets Act 2000 (Financial Promotion) Order 2005, article 50A.</div>
673
-
674
- <p class="intro">I declare that I am a self-certified sophisticated investor for the purposes of the Financial
675
- Services and Markets Act 2000 (Financial Promotion) Order 2005. I understand that this means: (i) I can receive
676
- financial promotions that may not have been approved by a person authorised by the Financial Conduct Authority;
677
- (ii) the content of such financial promotions may not conform to rules issued by the Financial Conduct Authority;
678
- (iii) by signing this statement I may lose significant rights; (iv) I am aware that it is open to me to seek
679
- advice from someone who specialises in advising on this kind of investment.</p>
680
-
681
- <div class="crit-head">I qualify because (tick at least one):</div>
682
- <ul class="criteria">
683
- <li><span class="box"></span><span>I am, or have been within the last two years, a member of a network or syndicate
684
- of business angels.</span></li>
685
- <li><span class="box"></span><span>I have made more than one investment in an unlisted company in the two years
686
- prior to the date below.</span></li>
687
- <li><span class="box"></span><span>I am working, or have worked in the last two years, in a professional capacity
688
- in the provision of finance to small and medium-sized enterprises, or in the provision of private equity.</span></li>
689
- <li><span class="box"></span><span>I am currently, or have been in the last two years, a director of a company with
690
- an annual turnover of at least <strong>£1 million</strong>.</span></li>
691
- </ul>
692
-
693
- <div class="declaration">
694
- I accept that the investments to which the promotions will relate may expose me to a significant risk of losing all
695
- of the property invested. I am aware that it is open to me to seek advice from an authorised person who
696
- specialises in advising on this kind of investment.
697
- </div>
698
-
699
- <div class="sigrow">
700
- <div class="sigblock">
701
- <div class="kv"><span class="k">Signed</span><div class="line tall"></div></div>
702
- <div class="kv"><span class="k">Full name</span><div class="line"></div></div>
703
- </div>
704
- <div class="sigblock">
705
- <div class="kv"><span class="k">Date</span><div class="line"></div></div>
706
- <div class="kv"><span class="k">Address</span><div class="line tall"></div></div>
707
- </div>
708
- </div>
709
-
710
- <div class="page-num">Page 8 / 8</div>
711
-
712
- </section>
713
-
714
- </body>
715
- </html>