---
title: Hello World
description: Your favourite docs framework.
---


Hey there! Fumadocs is the docs framework that also works on Tanstack Start!

## Heading

Hello World!

<Cards>
  <Card href="https://tanstack.com/start" title="Learn more about Tanstack Start" />

  <Card href="https://fumadocs.dev" title="Learn more about Fumadocs" />
</Cards>

### CodeBlock

```ts
console.log('Hello World');
```

#### Table

| Head                            | Description                         |
| ------------------------------- | ----------------------------------- |
| `hello`                         | Hello World                         |
| very **important**              | Hey                                 |
| *Surprisingly*                  | Fumadocs                            |
| very long text that looks weird | hello world hello world hello world |
