> ## Documentation Index
> Fetch the complete documentation index at: https://frpc.io/llms.txt
> Use this file to discover all available pages before exploring further.

# fRPC Documentation

<Tooltip tip="Frisbee RPC">fRPC</Tooltip> is a **proto3-compatible** RPC Framework
that's designed from the ground up to be **lightweight, extensible, and extremely
performant**. On average fRPC outperforms other RPC frameworks [by 2-4x in an apples-to-apples
comparison](/performance/grpc-benchmarks), and is easily able to handle more than
2 million RPCs/second on a single server.

<img className="w-full" src="https://mintlify.s3-us-west-1.amazonaws.com/frpc/images/intro.svg" alt="Welcome to fRPC" />

<CardGroup cols={2}>
  <Card title="Getting Started" icon="circle-play" href="/getting-started/overview">
    Quickly get up and running with fRPC by following our getting started guide.
  </Card>

  <Card title="Concepts" icon="lightbulb-on" href="/getting-started/concepts">
    Take a look at some unique fRPC concepts and how it differs from other
    frameworks.
  </Card>

  <Card title="Roadmap" icon="map" href="/getting-started/concepts">
    Check out our planned technical roadmap to see how we'll be improving fRPC
    in the future.
  </Card>

  <Card title="Technical Docs" icon="book-open-cover" href="/reference/overview">
    Take a look at our technical docs to dig into the details of fRPC and how
    you can use it.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Contributing" icon="github" href="https://github.com/loopholelabs/frpc-go">
    The footer of each page contains an "Edit on Github" link. Please feel free
    to contribute by making a pull request!
  </Card>

  <Card title="Join Our Discord" icon="discord" href="https://loopholelabs.io/discord">
    The **#Frisbee** Channel in our Discord server is a great place to get help
    with all things Frisbee and fRPC.
  </Card>
</CardGroup>
