{headline}
-Get the latest from Spacedrive.
diff --git a/apps/landing/src/app/careers/data.ts b/apps/landing/src/app/careers/data.ts index 6c9e33413..bd63c027a 100644 --- a/apps/landing/src/app/careers/data.ts +++ b/apps/landing/src/app/careers/data.ts @@ -17,7 +17,36 @@ export interface PositionPosting { description: string; } -export const positions: PositionPosting[] = []; +export const positions: PositionPosting[] = [ + { + name: 'Core Engineer', + type: 'Full-time', + salary: '$140,000 - $180,000', + description: + "Lead development of Spacedrive's core storage engine and distributed filesystem in Rust. You'll architect and implement critical systems including storage classification, encrypted data sync, and filesystem operations. Deep knowledge of systems programming, distributed systems, and Rust required. Experience with FUSE filesystems and cloud storage systems highly valued." + }, + { + name: 'Platform Engineer', + type: 'Full-time', + salary: '$130,000 - $170,000', + description: + "Own Spacedrive's cross-platform client applications built with Tauri and React. Focus on performance optimization, native platform integration, and smooth user experience across desktop and mobile. Strong TypeScript/React experience required, with knowledge of Rust and native platform APIs (Windows, macOS, Linux, iOS, Android) highly valued." + }, + { + name: 'Cloud Infrastructure Engineer', + type: 'Full-time', + salary: '$150,000 - $190,000', + description: + "Design and implement Spacedrive's cloud storage infrastructure, focusing on our innovative storage architecture. Build highly scalable systems for data ingestion, storage optimization, and content delivery. Deep experience with cloud infrastructure (AWS/GCP), object storage, and distributed systems required. Knowledge of Rust and TypeScript preferred." + }, + { + name: 'Security Engineer', + type: 'Full-time', + salary: '$160,000 - $200,000', + description: + "Lead security architecture for Spacedrive's zero-knowledge encrypted storage platform. Design and implement end-to-end encryption, secure key management, and audit systems. Expertise in cryptography, secure systems design, and penetration testing required. Experience with Rust and secure storage systems highly valued." + } +]; export const values = [ { diff --git a/apps/landing/src/app/careers/page.tsx b/apps/landing/src/app/careers/page.tsx index b6755a128..b6ed62392 100644 --- a/apps/landing/src/app/careers/page.tsx +++ b/apps/landing/src/app/careers/page.tsx @@ -1,5 +1,5 @@ -import { Clock, CurrencyDollar } from '@phosphor-icons/react/dist/ssr'; -import { Button } from '@sd/ui'; +import { ArrowDown, Clock, CurrencyDollar } from '@phosphor-icons/react/dist/ssr'; +import { CtaSecondaryButton } from '~/components/cta-secondary-button'; import { perks, positions, values } from './data'; @@ -10,28 +10,34 @@ export const metadata = { export default function CareersPage() { return ( -+
Spacedrive is redefining the way we think about our personal data, building a open ecosystem to help preserve your digital legacy and make cross-platform file management a breeze.
- } href="#open-positions" - className="z-30 cursor-pointer border-0" - variant="accent" + className="fade-in-heading animation-delay-2 z-30 mt-8 min-w-fit cursor-pointer !gap-x-1.5 border-0" > - See Open Positions - -