---
title: Bootcamp
description:
  Video-first Solana learning library featuring the 2026 bootcamp plus focused
  courses like Solana Crashcourse and DePIN.
url: /developers/bootcamp
---

Build real Solana skills with a video-first learning library designed around
practical projects. Solana Developer Bootcamp 2026 takes you from core
foundations through program patterns, fullstack apps, and production-ready
thinking. If you want a shorter or more specialized path, courses like Solana
Crashcourse and DePIN help you get set up fast, ship your first app, and explore
hardware-connected projects.

## Courses

<Cards>
  <Card
    title="Solana Crashcourse"
    href="/developers/bootcamp/solana-crashcourse"
  >
    A lighter-weight path for the roadmap, environment setup, and a first
    deployed app on Solana.
  </Card>
  <Card title="DePIN" href="/developers/bootcamp/depin">
    A hardware and automation course built around Raspberry Pi, AI workflows,
    webhooks, and Solana-connected devices.
  </Card>
</Cards>

## Bootcamp 2026

<Cards>
  <Card title="Foundations" href="/developers/bootcamp/foundations">
    Start with the Solana mental model, local setup, and your first project
    builds.
  </Card>
  <Card title="Program Patterns" href="/developers/bootcamp/program-patterns">
    Move into reusable onchain patterns for state, escrow, token flows, swaps,
    and security.
  </Card>
  <Card
    title="Fullstack Applications"
    href="/developers/bootcamp/fullstack-apps"
  >
    Connect onchain programs to app UX and ship complete user-facing flows.
  </Card>
  <Card
    title="Shipping & Production"
    href="/developers/bootcamp/shipping-production"
  >
    Finish with production readiness, hardening, and operational launch
    practices.
  </Card>
</Cards>
