Join the SilverLabs Team
Help us build privacy-first infrastructure. Whether you test our products or write code, there's a place for you.
Choose Your Role
SelectRole(ApplicationRole.Tester)">
Product Tester
Test our apps across devices, find bugs, and provide feedback that shapes our products.
SelectRole(ApplicationRole.Developer)">
Developer
Contribute code, build modules, and help architect privacy-first solutions.
About You
Devices & Platforms
Which platforms do you use or have access to?
@foreach (var platform in _availablePlatforms)
{
var isChecked = _application.Platforms.Contains(platform);
}
Skills & Experience
Tell us about your technical background — languages, frameworks, and any open-source contributions.
Why SilverLabs?
What draws you to privacy-first development? What do you hope to contribute?
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
}