Now accepting early signups

Learn Rust by contributing to real open-source projects

Get paired with senior Rust OSS maintainers for live pair-programming sessions. Ship real contributions, build your portfolio, and learn from the best — at $45/hr.

How It Works

Three steps to your first contribution

01

Sign up as a junior dev

Create your profile, tell us about your Rust experience level and what kind of projects excite you.

02

Get matched with a senior maintainer

We pair you with an experienced Rust OSS maintainer working on a real project that fits your interests and skill level.

03

Pair-program and ship real code

Join live sessions where you write, review, and merge real contributions together. Your commits, your name, your portfolio.

For Junior Devs

The fastest way to become a Rust developer

Stop grinding through tutorials alone. Learn Rust by building real things with people who've been doing it for years.

  • Learn Rust fast

    Real-time feedback from senior devs beats any tutorial

  • Build a real portfolio

    Merged PRs on real OSS projects employers recognize

  • Get mentored

    1-on-1 guidance on idioms, architecture, and career

pair-session.rs
// Your first real contribution 🦀
pub fn optimize_parser(
    input: &str
) -> Result<AST, ParseError> {
    // Senior maintainer guides you
    // through the codebase live
    let tokens = lex(input)?;
    let ast = parse(tokens)?;
    Ok(ast)
}

$45

per hour earned

1:1

pair sessions

Real

contributions shipped

Next

gen of Rustaceans

For Senior Maintainers

Get paid to grow your project

Turn your deep Rust expertise into income while mentoring the next generation and growing your contributor community.

  • Earn real income

    Get paid $45/hr for pair-programming sessions

  • Grow your contributor base

    Onboard junior devs who become long-term contributors

  • Teach the next generation

    Shape how new Rustaceans learn and think about systems programming

Pricing

Simple, transparent pricing

No subscriptions, no commitments. Pay per session.

$45/hr

Live pair-programming with a senior Rust maintainer

  • 1-on-1 live pair-programming session
  • Work on a real open-source project
  • Your commits, your name on the PR
  • Session notes and follow-up resources
  • Flexible scheduling
Join the Waitlist

Early Access

Be the first to pair-program with Rust experts

Join the waitlist and we'll notify you when we launch. Early signups get priority matching.