-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
251 lines (244 loc) · 11.2 KB
/
index.html
File metadata and controls
251 lines (244 loc) · 11.2 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Thornebridge Holdings Co. | Institutional Software Engineering</title>
<meta name="description" content="Bespoke software infrastructure for institutional finance, private capital, and the firms that move markets. Engineered for permanence." />
<link rel="canonical" href="https://thornebridge.tech/" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#faf9f7" />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300&display=swap" rel="stylesheet" />
<!-- Open Graph -->
<meta property="og:title" content="Thornebridge Holdings Co. | Institutional Software Engineering" />
<meta property="og:description" content="Bespoke software infrastructure for institutional finance, private capital, and the firms that move markets. Engineered for permanence." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://thornebridge.tech/" />
<meta property="og:image" content="https://thornebridge.tech/android-chrome-512x512.png" />
<meta property="og:site_name" content="Thornebridge Holdings Co." />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Thornebridge Holdings Co. | Institutional Software Engineering" />
<meta name="twitter:description" content="Bespoke software infrastructure for institutional finance, private capital, and the firms that move markets." />
<meta name="twitter:image" content="https://thornebridge.tech/android-chrome-512x512.png" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"name": "Thornebridge Holdings Co.",
"url": "https://thornebridge.tech",
"logo": "https://thornebridge.tech/android-chrome-512x512.png",
"description": "Institutional-grade software for private capital and alternative finance. Eighteen products including Lend.Works, LendIQ, PM, Benjamin, and open-source developer libraries.",
"foundingDate": "2025",
"contactPoint": {
"@type": "ContactPoint",
"email": "projects@thornebridge.tech",
"contactType": "business development"
},
"sameAs": [
"https://github.com/thornebridge"
]
},
{
"@type": "WebSite",
"name": "Thornebridge Holdings Co.",
"url": "https://thornebridge.tech"
},
{
"@type": "SoftwareApplication",
"name": "Lend.Works",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"description": "The operating system for private capital — multi-tenant lending platform for brokerages, ISOs, and funders.",
"url": "https://lend.works",
"publisher": { "@type": "Organization", "name": "Thornebridge Holdings Co." }
},
{
"@type": "SoftwareApplication",
"name": "LendIQ",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"description": "AI-powered bank statement analysis and underwriting intelligence for MCA lenders.",
"url": "https://iq.lend.works",
"publisher": { "@type": "Organization", "name": "Thornebridge Holdings Co." }
},
{
"@type": "SoftwareApplication",
"name": "PM",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"description": "Self-hosted project management, CRM, and double-entry financials. MIT licensed.",
"url": "https://pm.thornebridge.tech",
"license": "https://opensource.org/licenses/MIT",
"publisher": { "@type": "Organization", "name": "Thornebridge Holdings Co." }
},
{
"@type": "SoftwareApplication",
"name": "Benjamin",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"description": "AI-native document workspace with hybrid search, version history, and MCP surface.",
"url": "https://benjamin.thornebridge.cloud",
"publisher": { "@type": "Organization", "name": "Thornebridge Holdings Co." }
},
{
"@type": "SoftwareSourceCode",
"name": "ViciJS",
"description": "The definitive TypeScript SDK for ViciDial. Zero dependencies, 214 tests.",
"codeRepository": "https://github.com/thornebridge/vicijs",
"programmingLanguage": "TypeScript",
"license": "https://opensource.org/licenses/AGPL-3.0",
"author": { "@type": "Organization", "name": "Thornebridge Holdings Co." }
},
{
"@type": "SoftwareSourceCode",
"name": "convoso-js",
"description": "The most complete TypeScript SDK for the Convoso API. Zero dependencies, 99% coverage.",
"codeRepository": "https://github.com/thornebridge/convoso-js",
"programmingLanguage": "TypeScript",
"license": "https://opensource.org/licenses/MIT",
"author": { "@type": "Organization", "name": "Thornebridge Holdings Co." }
},
{
"@type": "SoftwareSourceCode",
"name": "EverClip",
"description": "Native Swift clipboard manager for macOS — privacy-first, 1M+ entries.",
"codeRepository": "https://github.com/thornebridge/everclip",
"programmingLanguage": "Swift",
"license": "https://opensource.org/licenses/MIT",
"author": { "@type": "Organization", "name": "Thornebridge Holdings Co." }
},
{
"@type": "JobPosting",
"title": "Sales Development Representative",
"description": "First point of contact for lending brokerages, funders, and ISOs discovering Thornebridge. Open doors to firms ready to replace fragmented tooling with institutional-grade infrastructure.",
"datePosted": "2025-01-01",
"hiringOrganization": {
"@type": "Organization",
"name": "Thornebridge Holdings Co.",
"sameAs": "https://thornebridge.tech"
},
"employmentType": "FULL_TIME",
"applicantLocationRequirements": {
"@type": "Country",
"name": "US"
},
"jobLocationType": "TELECOMMUTE",
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": {
"@type": "QuantitativeValue",
"minValue": 65000,
"maxValue": 95000,
"unitText": "YEAR"
}
}
},
{
"@type": "JobPosting",
"title": "Account Executive",
"description": "Own the full sales cycle from qualified lead to signed contract. Work directly with brokerage owners and fund managers to architect multi-year platform deployments.",
"datePosted": "2025-01-01",
"hiringOrganization": {
"@type": "Organization",
"name": "Thornebridge Holdings Co.",
"sameAs": "https://thornebridge.tech"
},
"employmentType": "FULL_TIME",
"applicantLocationRequirements": {
"@type": "Country",
"name": "US"
},
"jobLocationType": "TELECOMMUTE",
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": {
"@type": "QuantitativeValue",
"minValue": 110000,
"maxValue": 180000,
"unitText": "YEAR"
}
}
},
{
"@type": "JobPosting",
"title": "GTM Specialist",
"description": "Architect the go-to-market motion for products at the intersection of AI and institutional finance. Own positioning, launch strategy, and demand generation across Lend.Works, LendIQ, PM, and Benjamin.",
"datePosted": "2025-01-01",
"hiringOrganization": {
"@type": "Organization",
"name": "Thornebridge Holdings Co.",
"sameAs": "https://thornebridge.tech"
},
"employmentType": "FULL_TIME",
"applicantLocationRequirements": {
"@type": "Country",
"name": "US"
},
"jobLocationType": "TELECOMMUTE",
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": {
"@type": "QuantitativeValue",
"minValue": 85000,
"maxValue": 130000,
"unitText": "YEAR"
}
}
},
{
"@type": "JobPosting",
"title": "Fullstack Engineer",
"description": "Build the systems that lending brokerages run their entire operations on. Work across the stack from real-time WebSocket pipelines to AI-powered document analysis, shipping software that processes millions in deal flow.",
"datePosted": "2025-01-01",
"hiringOrganization": {
"@type": "Organization",
"name": "Thornebridge Holdings Co.",
"sameAs": "https://thornebridge.tech"
},
"employmentType": "FULL_TIME",
"applicantLocationRequirements": {
"@type": "Country",
"name": "US"
},
"jobLocationType": "TELECOMMUTE",
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": {
"@type": "QuantitativeValue",
"minValue": 130000,
"maxValue": 200000,
"unitText": "YEAR"
}
}
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<noscript>
<div style="font-family: 'Cormorant Garamond', Georgia, serif; max-width: 640px; margin: 120px auto; padding: 0 24px; color: #1c1917;">
<h1 style="font-size: 3rem; font-weight: 600; line-height: 1.08; margin-bottom: 32px;">Thornebridge</h1>
<p style="font-size: 1.125rem; color: #78716c; line-height: 1.7;">Bespoke software infrastructure for institutional finance, private capital, and the firms that move markets.</p>
<p style="margin-top: 48px; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: #a8a29e;"><a href="mailto:projects@thornebridge.tech" style="color: #2d4f3e; text-decoration: none;">projects@thornebridge.tech</a></p>
</div>
</noscript>
</body>
</html>