-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
435 lines (404 loc) · 21.5 KB
/
index.html
File metadata and controls
435 lines (404 loc) · 21.5 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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="FreePay - The world's only fee-free, open-source point of sale device compatible with digital wallets. View wallet compatibility and get started today.">
<meta name="keywords" content="point of sale, fee-free, open source, digital wallets, digital payments, FreePay, cryptocurrency, blockchain, payment processing">
<meta name="author" content="FreePay Team">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://freepaypos.org/">
<meta property="og:title" content="FreePay - The World's Only Fee-Free Point of Sale Device">
<meta property="og:description" content="Completely open source point of sale device compatible with digital wallets. No fees, no restrictions.">
<meta property="og:image" content="https://freepaypos.org/images/social.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://freepaypos.org/">
<meta property="twitter:title" content="FreePay - The World's Only Fee-Free Point of Sale Device">
<meta property="twitter:description" content="Completely open source point of sale device compatible with digital wallets. No fees, no restrictions.">
<meta property="twitter:image" content="https://freepaypos.org/images/social.png">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<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">
<title>FreePay - The World's Only Open Source, Fee-Free Point of Sale Device</title>
<!-- Performance optimizations -->
<link rel="preload" href="css/styles.css" as="style">
<link rel="preload" href="js/main.js" as="script">
<link rel="preload" href="data/wallets.json" as="fetch" crossorigin>
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="css/styles.css">
<!-- Critical font loading -->
<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=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
<noscript><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"></noscript>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "FreePay",
"description": "The world's only fee-free, open-source point of sale device compatible with digital wallets",
"url": "https://freepaypos.org",
"author": {
"@type": "Organization",
"name": "FreePay Team"
},
"operatingSystem": "Any",
"applicationCategory": "BusinessApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
</head>
<body>
<!-- Skip to main content for accessibility -->
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Navigation -->
<nav class="navbar" id="navbar" role="navigation" aria-label="Main navigation">
<div class="nav-container">
<div class="nav-brand">
<h1>FreePay</h1>
</div>
<div class="nav-menu" id="nav-menu" role="menubar">
<a href="#home" class="nav-link" role="menuitem">Home</a>
<a href="#compatibility" class="nav-link" role="menuitem">Wallet Compatibility</a>
<a href="#features" class="nav-link" role="menuitem">Features</a>
<a href="#impact" class="nav-link" role="menuitem">Why It Matters</a>
<a href="#getting-started" class="nav-link" role="menuitem">Getting Started</a>
<a href="#developers" class="nav-link" role="menuitem">Developers</a>
<a href="#contact" class="nav-link" role="menuitem">Contact</a>
</div>
<button class="nav-toggle" id="nav-toggle" aria-expanded="false" aria-controls="nav-menu" aria-label="Toggle navigation menu">
<span class="bar" aria-hidden="true"></span>
<span class="bar" aria-hidden="true"></span>
<span class="bar" aria-hidden="true"></span>
</button>
</div>
</nav>
<!-- Main Content -->
<main id="main-content">
<!-- Hero Section -->
<section id="home" class="hero" role="banner">
<div class="container">
<div class="hero-content">
<h1 class="hero-title">The World's Only Fee-Free Point of Sale Device</h1>
<p class="hero-subtitle">Completely open source. Compatible with digital wallets.</p>
<div class="hero-buttons">
<a href="#compatibility" class="btn btn-primary" aria-describedby="compatibility-desc">View Wallet Compatibility</a>
<a href="#getting-started" class="btn btn-secondary" aria-describedby="getting-started-desc">Get Started</a>
</div>
<div class="sr-only">
<span id="compatibility-desc">View which digital wallets are compatible with FreePay</span>
<span id="getting-started-desc">Learn how to set up and use FreePay</span>
</div>
</div>
<div class="hero-visual" role="img" aria-label="FreePay device mockup">
<div class="pos-mockup">
<div class="screen">
<div class="display">FreePay</div>
</div>
</div>
</div>
</div>
</section>
<!-- Wallet Compatibility Section -->
<section id="compatibility" class="compatibility">
<div class="container">
<h2 class="section-title">Wallet Compatibility</h2>
<p class="section-subtitle">See which digital wallets work with FreePay</p>
<!-- Status Legend -->
<div class="status-legend">
<div class="legend-item">
<span class="status-indicator compatible"></span>
<span>Works with FreePay app</span>
</div>
<div class="legend-item">
<span class="status-indicator native"></span>
<span>Works natively (future)</span>
</div>
<div class="legend-item">
<span class="status-indicator issues"></span>
<span>Has known issues</span>
</div>
<div class="legend-item">
<span class="status-indicator incompatible"></span>
<span>Doesn't work currently</span>
</div>
</div>
<!-- Search and Filter Controls -->
<div class="table-controls" role="search" aria-label="Wallet search and filter">
<label for="wallet-search" class="sr-only">Search wallets</label>
<input type="text" id="wallet-search" placeholder="Search wallets..." class="search-input" aria-describedby="search-help">
<span id="search-help" class="sr-only">Search by wallet name or description</span>
<label for="status-filter" class="sr-only">Filter by status</label>
<select id="status-filter" class="status-filter" aria-describedby="filter-help">
<option value="">All Statuses</option>
<option value="compatible">Compatible</option>
<option value="issues">Has Issues</option>
<option value="incompatible">Incompatible</option>
</select>
<span id="filter-help" class="sr-only">Filter wallets by compatibility status</span>
</div>
<!-- Compatibility Table -->
<div class="table-container">
<table id="compatibility-table" class="compatibility-table" role="table" aria-label="Wallet compatibility information">
<caption class="sr-only">Digital wallet compatibility with FreePay. Table shows wallet names, compatibility status, descriptions, and last test dates.</caption>
<thead>
<tr>
<th scope="col" tabindex="0" role="columnheader" aria-sort="none">Wallet</th>
<th scope="col" tabindex="0" role="columnheader" aria-sort="none">Status</th>
<th scope="col" tabindex="0" role="columnheader" aria-sort="none">Description</th>
<th scope="col" tabindex="0" role="columnheader" aria-sort="none">Last Tested</th>
</tr>
</thead>
<tbody id="wallet-table-body">
<!-- Wallet data will be loaded here via JavaScript -->
</tbody>
</table>
</div>
<div class="compatibility-cta">
<p>Want to make your wallet compatible?</p>
<a href="#contact" class="btn btn-primary">Contact Us</a>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features">
<div class="container">
<h2 class="section-title">Why Choose FreePay?</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">💰</div>
<h3>100% Fee-Free</h3>
<p>No transaction fees, monthly charges, or hidden costs. Keep more of your earnings and support your local community.</p>
</div>
<div class="feature-card">
<div class="feature-icon">☕</div>
<h3>Keep Local Business Thriving</h3>
<p>Traditional card fees can eat 12-30% of a coffee shop's net profit. FreePay helps small businesses keep what they earn.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔓</div>
<h3>Open Source</h3>
<p>Completely transparent code. Audit, modify, and contribute to the platform.</p>
</div>
<div class="feature-card">
<div class="feature-icon">📱</div>
<h3>Digital Wallet Ready</h3>
<p>Accept digital payments with the future of money. No intermediaries, no excessive fees.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🚀</div>
<h3>Fast & Reliable</h3>
<p>Lightning-fast transactions with enterprise-grade reliability.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🌍</div>
<h3>Financial Freedom</h3>
<p>Join the movement to spread digital payments worldwide. Every transaction supports the future of money.</p>
</div>
</div>
</div>
</section>
<!-- Impact on Small Business Section -->
<section id="impact" class="impact">
<div class="container">
<h2 class="section-title">The Hidden Cost of Card Fees</h2>
<p class="section-subtitle">Every swipe costs small businesses more than you think</p>
<div class="impact-content">
<div class="impact-story">
<h3>🏪 Your Local Coffee Shop's Reality</h3>
<p>Card processing fees in the USA range from <strong>1.5% to 3.5%</strong> per transaction. While that might seem small, the impact on small businesses is massive.</p>
<div class="fee-breakdown">
<h4>Daily Impact Example:</h4>
<div class="breakdown-table">
<div class="breakdown-row">
<span class="breakdown-label">Daily sales</span>
<span class="breakdown-value">$1,000</span>
</div>
<div class="breakdown-row">
<span class="breakdown-label">Cost of goods (38%)</span>
<span class="breakdown-value negative">-$380</span>
</div>
<div class="breakdown-row total">
<span class="breakdown-label">Gross profit</span>
<span class="breakdown-value">$620</span>
</div>
<div class="breakdown-row">
<span class="breakdown-label">Card fees (1.5%)</span>
<span class="breakdown-value negative">-$15</span>
</div>
<div class="breakdown-row highlight">
<span class="breakdown-label">Card fees vs. gross profit</span>
<span class="breakdown-value">2.4%</span>
</div>
</div>
</div>
</div>
<div class="impact-stats">
<div class="stat-card">
<div class="stat-number">12-30%</div>
<div class="stat-label">of net profit lost to card fees</div>
<div class="stat-desc">Typical cafés operate on 5-12% net margins</div>
</div>
<div class="stat-card">
<div class="stat-number">$5,475</div>
<div class="stat-label">annual card fees</div>
<div class="stat-desc">For a coffee shop with $1K daily sales</div>
</div>
<div class="stat-card green">
<div class="stat-number">$0</div>
<div class="stat-label">with FreePay</div>
<div class="stat-desc">100% fee-free digital payments</div>
</div>
</div>
</div>
<div class="impact-cta">
<h3>🚀 Join the Fee-Free Revolution</h3>
<p>Help spread digital payments to every corner of the world. Every FreePay device deployed means more money staying in local communities where it belongs.</p>
<div class="cta-buttons">
<a href="#getting-started" class="btn btn-primary">Get FreePay</a>
<a href="#developers" class="btn btn-outline">Contribute to the Mission</a>
</div>
</div>
</div>
</section>
<!-- Getting Started Section -->
<section id="getting-started" class="getting-started">
<div class="container">
<h2 class="section-title">Getting Started</h2>
<div class="steps-grid">
<div class="step">
<div class="step-number">1</div>
<h3>Download FreePay</h3>
<p>Get the latest version from <a href="https://github.com/FreePayPOS/merchant-app">our GitHub repository</a> .</p>
</div>
<div class="step">
<div class="step-number">2</div>
<h3>Configure Settings</h3>
<p>Configure your wifi and payment address following the docs</p>
</div>
<div class="step">
<div class="step-number">3</div>
<h3>Flash to microSD</h3>
<p>Write the image to a microSD card following the docs.</p>
</div>
<div class="step">
<div class="step-number">4</div>
<h3>Boot & Configure</h3>
<p>Insert the card into a raspberry pi and power on. The system boots directly into the app.</p>
</div>
</div>
</div>
</section>
<!-- Developers Section -->
<section id="developers" class="developers">
<div class="container">
<h2 class="section-title">For Developers</h2>
<div class="dev-content">
<div class="dev-info">
<h3>Contribute to FreePay</h3>
<p>Help us improve wallet compatibility and add new features to the platform. FreePay is built with modern web technologies and welcomes contributions from developers worldwide.</p>
<div class="contribution-areas">
<div class="contrib-area">
<h4>🔗 Wallet Integration</h4>
<ul>
<li>Add support for your digital wallet</li>
<li>Test existing wallet integrations</li>
<li>Report compatibility issues</li>
<li>Improve connection protocols</li>
</ul>
</div>
<div class="contrib-area">
<h4>💻 Platform Development</h4>
<ul>
<li>Enhance the user interface</li>
<li>Optimize performance</li>
<li>Add new features</li>
<li>Improve accessibility</li>
</ul>
</div>
<div class="contrib-area">
<h4>🔒 Security & Testing</h4>
<ul>
<li>Security auditing</li>
<li>Automated testing</li>
<li>Bug fixes and patches</li>
<li>Documentation improvements</li>
</ul>
</div>
</div>
</div>
<div class="dev-links">
<h4>Resources</h4>
<a href="https://github.com/freepaypos" class="btn btn-outline" target="_blank">
<span>🐙</span> View on GitHub
</a>
<a href="https://discord.com/invite/8JuhjWNafs" class="btn btn-outline">
<span>💬</span> Developer Discord
</a>
<div class="dev-stats">
<div class="stat">
<span class="stat-number">7</span>
<span class="stat-label">Wallets Tested</span>
</div>
<div class="stat">
<span class="stat-number">1</span>
<span class="stat-label">Fully Compatible</span>
</div>
<div class="stat">
<span class="stat-number">Open</span>
<span class="stat-label">Source License</span>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<h3>FreePay</h3>
<p>The world's only fee-free, open-source point of sale device.</p>
</div>
<div class="footer-links">
<h4>Quick Links</h4>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#compatibility">Compatibility</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#impact">Why It Matters</a></li>
<li><a href="#getting-started">Getting Started</a></li>
</ul>
</div>
<div class="footer-community">
<h4>Community</h4>
<ul>
<li><a href="https://github.com/freepaypos">GitHub</a></li>
<li><a href="https://discord.com/invite/8JuhjWNafs">Discord</a></li>
<li><a href="https://x.com/freepaypos">Twitter</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 FreePay. Open source and proud of it.</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>