---
title: Start Here
seoTitle: Start building on Solana
description:
  Choose a quickstart, code with an AI agent, or learn how Solana works.
---

<DocsDiagram
  src="/assets/docs/diagrams/solana-overview.svg"
  alt="Everyday apps connect to Solana, one shared network kept running by computers around the world"
/>

## Want to jump into building?

<Card
  title="Open the Quickstart"
  href="/docs/intro/quick-start"
  icon={<Rocket />}
>
  Build and deploy your first Solana project directly in the browser.
</Card>

## Coding with an AI agent?

<Card title="Coding with agents" href="/docs/intro/coding-with-agents">
  Set up Solana MCP or install the official Solana skill for your coding agent.
</Card>

## Want to learn how Solana works?

<Card title="Learn the Concepts" href="/docs/core">
  Learn the building blocks that make Solana work.
</Card>

### Try Solana: Play 2048

Play 2048 on Solana, where every move sends a transaction. Click "Play" to start
with a funded devnet wallet, then use the arrow keys or swipe on mobile.

<Accordions>
<Accordion title="Play Solana 2048">

<iframe
  src="https://solplay.de/solana-2048/"
  width="100%"
  height="500"
  style={{
    borderRadius: "12px",
    border: "2px solid rgba(0, 0, 0, 0.2)",
    maxWidth: "100%",
    minHeight: "300px",
    aspectRatio: "1"
  }}
  scrolling="no"
/>

</Accordion>
</Accordions>

Built by [Jonas](https://x.com/SolPlay_jonas), from the Solana Foundation DevRel
team.
