-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
317 lines (299 loc) · 16 KB
/
Copy pathindex.html
File metadata and controls
317 lines (299 loc) · 16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RustShare — Self-hosted file sharing for teams that value control</title>
<meta name="description" content="RustShare is a permission-aware file-sharing and sync platform for technical teams. Built in Rust for clear access control, auditable sharing, version-aware workflows, and self-hosted deployment." />
<!-- Fonts -->
<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@400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;0,6..72,700;1,6..72,400&display=swap" rel="stylesheet" />
<!-- Material Symbols -->
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet" />
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- ========================================
HEADER
======================================== -->
<header class="site-header" id="site-header">
<div class="site-header__inner">
<div class="site-header__left">
<a class="site-header__logo" href="/">
<svg class="site-header__logo-img" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
<rect x="2" y="6" width="28" height="20" rx="3" fill="#ef6f28"/>
<rect x="2" y="9" width="28" height="4" fill="#f28f4d"/>
<circle cx="24" cy="21" r="5" fill="#0f1115"/>
<circle cx="24" cy="21" r="3" fill="#ef6f28"/>
<rect x="22" y="19" width="4" height="4" fill="#0f1115"/>
</svg>
<span class="site-header__logo-text">RustShare</span>
</a>
<a class="site-header__nav-link" href="https://docs.rustshare.io" target="_blank" rel="noopener noreferrer">Docs</a>
</div>
<div class="site-header__right">
<a class="site-header__github-btn" href="https://github.com/kubedoio/rustshare" target="_blank" rel="noopener noreferrer">
<span class="material-symbols-outlined">star</span>
<span>Star on GitHub</span>
</a>
<a class="site-header__signin" href="https://app.rustshare.io/login" target="_blank" rel="noopener noreferrer">Sign In</a>
</div>
</div>
</header>
<main>
<!-- ========================================
HERO SECTION
======================================== -->
<section class="hero" id="hero">
<div class="container">
<div class="hero__glow"></div>
<div class="hero__grid">
<div class="hero__content">
<div class="hero__text">
<span class="overline">Self-hosted file platform</span>
<h1 class="hero__headline">Self hosted file sharing for teams that value control.</h1>
</div>
<p class="hero__body">RustShare is a permission-aware file-sharing and sync platform for technical teams. Built in Rust for clear access control, auditable sharing, version-aware workflows, and self-hosted deployment.</p>
<div class="hero__actions">
<a class="btn btn--primary" href="https://app.rustshare.io/login" target="_blank" rel="noopener noreferrer" id="hero-cta-explore">Explore RustShare</a>
<a class="btn btn--secondary" href="https://github.com/kubedoio/rustshare" target="_blank" rel="noopener noreferrer" id="hero-cta-github">Star on GitHub</a>
</div>
</div>
<div class="hero__image-wrapper">
<div class="hero__image-container card-surface">
<img
src="assets/rustshare-hero-product-ui.png"
alt="RustShare file management interface showing folders, files, and sharing controls"
/>
</div>
</div>
</div>
</div>
</section>
<!-- ========================================
SECTION 1 — OPERATIONAL TRUST (Features)
======================================== -->
<section class="features" id="features">
<div class="container">
<div class="features__header">
<div class="features__header-left">
<span class="overline--section">Operational Trust</span>
<h2 class="features__title">Engineered for absolute trust</h2>
</div>
<p class="features__intro">RustShare keeps file access explicit, sharing auditable, and deployment under your control. Every layer is designed for operational clarity and long-term maintainability.</p>
</div>
<div class="features__grid">
<!-- Granular Permissions -->
<div class="feature-card card-surface card-surface--light feature-card--wide" id="feature-permissions">
<div>
<span class="material-symbols-outlined filled feature-card__icon">key</span>
<h3 class="feature-card__title">Granular Permissions</h3>
<p class="feature-card__body">Define access at the file and folder level with policies that stay understandable, enforceable, and revocable.</p>
</div>
<div class="feature-card__bar"></div>
</div>
<!-- Auditable Sharing -->
<div class="feature-card card-surface feature-card--narrow" id="feature-auditable">
<div>
<span class="material-symbols-outlined filled feature-card__icon">history_edu</span>
<h3 class="feature-card__title">Auditable Sharing</h3>
<p class="feature-card__body">Track critical sharing events with visibility into who received access and what changed.</p>
</div>
<div class="feature-card__bar"></div>
</div>
<!-- Version History -->
<div class="feature-card card-surface feature-card--narrow" id="feature-versioning">
<div>
<span class="material-symbols-outlined filled feature-card__icon">update</span>
<h3 class="feature-card__title">Version History</h3>
<p class="feature-card__body">Restore earlier states, review changes with confidence, and reduce the risk of accidental overwrites.</p>
</div>
<div class="feature-card__bar"></div>
</div>
<!-- Self-Hosted Sync -->
<div class="feature-card card-surface card-surface--light feature-card--wide" id="feature-sync">
<div>
<span class="material-symbols-outlined filled feature-card__icon">sync</span>
<h3 class="feature-card__title">Self-Hosted Sync</h3>
<p class="feature-card__body">Keep file workflows under your control with lightweight sync behavior and infrastructure you operate yourself.</p>
</div>
<div class="feature-card__bar"></div>
</div>
</div>
</div>
</section>
<!-- ========================================
SECTION 2 — SECURITY-CONSCIOUS SHARING
======================================== -->
<section class="security" id="security">
<div class="container">
<div class="security__grid">
<div class="security__content">
<div class="security__text">
<span class="overline--section">Security-Conscious Sharing</span>
<h2 class="security__title">Sharing that stays clear, controlled, and revocable.</h2>
<p class="security__body">RustShare is built on the principle that file sharing should remain understandable. Permissions stay explicit, access paths stay visible, and sensitive content does not drift into hidden workflows.</p>
</div>
<ul class="security__bullets">
<li class="security__bullet">
<span class="material-symbols-outlined security__bullet-icon">check_circle</span>
<p class="security__bullet-text">Fine-grained access rules for files, folders, and internal sharing flows</p>
</li>
<li class="security__bullet">
<span class="material-symbols-outlined security__bullet-icon">check_circle</span>
<p class="security__bullet-text">Clear public-link controls with visible capability boundaries</p>
</li>
<li class="security__bullet">
<span class="material-symbols-outlined security__bullet-icon">check_circle</span>
<p class="security__bullet-text">Auditable events for critical sharing and permission changes</p>
</li>
</ul>
</div>
<!-- Security Panel Placeholder -->
<div class="security-panel card-surface" id="security-panel">
<div class="security-panel__header">
<h4 class="security-panel__header-title">Share Settings</h4>
<span class="material-symbols-outlined security-panel__header-close">close</span>
</div>
<div class="security-panel__body">
<!-- Internal Access -->
<div class="security-panel__section">
<div class="security-panel__section-header">
<label class="security-panel__label">Internal Access</label>
<span class="security-panel__badge">Admin Only</span>
</div>
<div class="security-panel__team-card">
<div class="security-panel__team-info">
<div class="security-panel__team-avatar">
<span class="material-symbols-outlined">group</span>
</div>
<div class="security-panel__team-details">
<span class="security-panel__team-name">Engineering Team</span>
<span class="security-panel__team-role">Can Edit & View History</span>
</div>
</div>
<span class="material-symbols-outlined security-panel__team-expand">expand_more</span>
</div>
</div>
<!-- Public Link -->
<div class="security-panel__section">
<div class="security-panel__section-header">
<label class="security-panel__label">Public Link</label>
<div class="security-panel__toggle-row">
<span class="security-panel__toggle-label">Disabled</span>
<div class="security-panel__toggle">
<div class="security-panel__toggle-knob"></div>
</div>
</div>
</div>
<div class="security-panel__disabled-notice">
<p>Public sharing is currently disabled by organization policy.</p>
</div>
</div>
<!-- Save -->
<div class="security-panel__footer">
<button class="security-panel__save-btn" id="security-save-btn">Save Permissions</button>
</div>
</div>
<!-- Audit Log -->
<div class="security-panel__audit">
<div class="security-panel__audit-row">
<span class="security-panel__audit-time">14:02:11</span>
<span class="security-panel__audit-label">Audit</span>
<span class="security-panel__audit-message">Permission revoked: public_access_key</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ========================================
SECTION 3 — OPEN SOURCE INTEGRITY
======================================== -->
<section class="opensource" id="opensource">
<div class="container">
<div class="opensource__grid">
<div class="opensource__image-wrapper">
<div class="opensource__image-card card-surface">
<img
src="assets/rustshare-open-source-github-crop.png"
alt="RustShare open source repository on GitHub showing project structure with backend, frontend, crates, and documentation"
/>
</div>
</div>
<div class="opensource__content">
<div class="opensource__badge">Transparency</div>
<h2 class="opensource__title">Open Source Integrity</h2>
<p class="opensource__body">RustShare is developed in the open and designed for teams that need inspectable systems, operational clarity, and long-term control over file workflows.</p>
<div class="opensource__cta">
<a class="btn btn--dark" href="https://github.com/kubedoio/rustshare" target="_blank" rel="noopener noreferrer" id="opensource-cta-github">
<span class="material-symbols-outlined">star</span>
Star on GitHub
</a>
</div>
</div>
</div>
</div>
</section>
<!-- ========================================
FINAL CTA SECTION
======================================== -->
<section class="final-cta" id="final-cta">
<div class="container">
<div class="final-cta__inner">
<span class="final-cta__overline">Self-Host RustShare</span>
<h2 class="final-cta__title">Deploy RustShare on infrastructure you control.</h2>
<p class="final-cta__body">A modern file-sharing and sync platform for teams that need clear permissions, auditable access, and operational control.</p>
<div class="final-cta__actions">
<a class="btn btn--primary" href="https://app.rustshare.io/login" target="_blank" rel="noopener noreferrer" id="final-cta-explore">Explore RustShare</a>
<a class="btn btn--secondary" href="https://docs.rustshare.io" target="_blank" rel="noopener noreferrer" id="final-cta-docs">View Documentation</a>
</div>
</div>
</div>
</section>
</main>
<!-- ========================================
FOOTER
======================================== -->
<footer class="site-footer" id="site-footer">
<div class="site-footer__inner">
<div class="site-footer__top">
<div class="site-footer__brand">
<div class="site-footer__logo">
<svg class="site-footer__logo-img" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
<rect x="2" y="6" width="28" height="20" rx="3" fill="#ef6f28"/>
<rect x="2" y="9" width="28" height="4" fill="#f28f4d"/>
<circle cx="24" cy="21" r="5" fill="#0f1115"/>
<circle cx="24" cy="21" r="3" fill="#ef6f28"/>
<rect x="22" y="19" width="4" height="4" fill="#0f1115"/>
</svg>
<span class="site-footer__logo-text">RustShare</span>
</div>
<p class="site-footer__tagline">Self-hosted file sharing for teams that need control.</p>
</div>
<nav class="site-footer__nav">
<a class="site-footer__nav-link" href="https://docs.rustshare.io" target="_blank" rel="noopener noreferrer">Docs</a>
<a class="site-footer__nav-link" href="https://github.com/kubedoio/rustshare" target="_blank" rel="noopener noreferrer">GitHub</a>
<a class="site-footer__nav-link" href="https://app.rustshare.io/login" target="_blank" rel="noopener noreferrer">Sign In</a>
</nav>
</div>
<div class="site-footer__bottom">
<p class="site-footer__copyright">© 2026 RustShare. Built for technical rigor.</p>
<div class="site-footer__social">
<a class="site-footer__social-link" href="#" aria-label="Terminal">
<span class="material-symbols-outlined">terminal</span>
</a>
<a class="site-footer__social-link" href="#" aria-label="Share">
<span class="material-symbols-outlined">share</span>
</a>
<a class="site-footer__social-link" href="#" aria-label="Web">
<span class="material-symbols-outlined">public</span>
</a>
</div>
</div>
</div>
</footer>
</body>
</html>