> For the complete documentation index, see [llms.txt](https://docs.cartesi.io/llms.txt)

# Welcome to Cartesi Docs

Cartesi offers a suite of products and tools that equips developers with access to a full Linux environment and high performance decentralised apps all while preserving the blockchain security guarantees. Select an item below to get started.

import DocCard from '@theme/DocCard';

## Dive into Cartesi stack


<div className="row">
  <div className="col col--6 p-2">
    <DocCard item={{
      type: "link",
      label: "Quickstart",
      href: "/get-started/quickstart",
      description: "Speedrun building Apps with CLI"
    }} />
  </div>
  <div className="col col--6 p-2">
    <DocCard item={{
      type: "link",
      label: "Cartesi Rollups",
      href: "/cartesi-rollups/1.5/",
      description: "Deploy scalable Appchains as L2/L3"
    }} />
  </div>
</div>

<div className="row">
  <div className="col col--6 p-2">
    <DocCard item={{
      type: "link",
      label: "Cartesi Machine",
      href: "/get-started/cartesi-machine",
      description: "RISC-V Execution Environment"
    }} />
  </div>
  <div className="col col--6 p-2">
    <DocCard item={{
      type: "link",
      label: "Fraud Proof System",
      href: "/fraud-proofs",
      description: "Dispute resolution with PRT algorithm"
    }} />
  </div>
  
</div>



## Join the Cartesi Community

- [Discord](https://discord.gg/cWGbyFkQ2W)
- [GitHub](https://github.com/cartesi)
- [Blog](https://cartesi.io/blog/)
- [X](https://x.com/cartesiproject)
- [YouTube](https://www.youtube.com/@cartesiproject)
- [More](https://linktr.ee/cartesi)