Join the SilverLabs Team

Help us build privacy-first infrastructure. Whether you test our products or write code, there's a place for you.

@if (_submitted) {

Application Submitted

@_resultMessage

} else {

Choose Your Role

Product Tester

Test our apps across devices, find bugs, and provide feedback that shapes our products.

Developer

Contribute code, build modules, and help architect privacy-first solutions.

About You

Leave blank to use your @@silverlabs.uk address
3–30 characters: letters, numbers, hyphens and underscores @if (!string.IsNullOrEmpty(_usernameFormatError)) { @_usernameFormatError } else if (_usernameCheckState == UsernameCheckState.Checking) { Checking availability... } else if (_usernameCheckState == UsernameCheckState.Available) { ✓ Username is available } else if (_usernameCheckState == UsernameCheckState.Taken) { ✗ Username is already taken } else if (_usernameCheckState == UsernameCheckState.Error) { ⚠ Could not check availability — you can still submit }
@foreach (var tz in _timezones) { }

Create Your Password

This will be your password for SilverDESK and associated services.

Must include uppercase, lowercase, and a number

Devices & Platforms

Which platforms do you use or have access to?

@foreach (var platform in _availablePlatforms) { var isChecked = _application.Platforms.Contains(platform); }
@if (_application.Role == ApplicationRole.Tester) {

About Your Experience

Help us understand your background — there are no wrong answers.

@for (int i = 1; i <= 5; i++) { var rating = i; @(rating <= (_internetHover > 0 ? _internetHover : (_application.InternetUnderstanding ?? 0)) ? "\u2605" : "\u2606") }
Beginner Expert
@for (int i = 1; i <= 5; i++) { var rating = i; @(rating <= (_testingHover > 0 ? _testingHover : (_application.EnjoysTesting ?? 0)) ? "\u2605" : "\u2606") }
Not really Love it
} else {

Your Skills

Select your experience level and the technologies you work with.

@foreach (var range in SkillCatalog.ExperienceRanges) { }
@foreach (var category in SkillCatalog.SkillCategories) {
@category.Key
@foreach (var skill in category.Value) { }
}
}

What You'll Get

@@@("username")@@silverlabs.uk Your own SilverLabs email
SilverDESK Project management & issue tracking
Mattermost Team chat & collaboration
Gitea Access Source code repositories
@if (!string.IsNullOrEmpty(_errorMessage)) {
@_errorMessage
}
} ← Back to SilverLabs Home