diff --git a/docs/pages/introduction.mdx b/docs/pages/introduction.mdx index 6e7f7a750e..1c15ec53a6 100644 --- a/docs/pages/introduction.mdx +++ b/docs/pages/introduction.mdx @@ -2,6 +2,8 @@ MUD is a framework for ambitious onchain applications. It reduces the complexity of building [Ethereum](https://ethereum.org/) apps with a tightly integrated software stack. It's [open source](https://github.com/latticexyz/mud) and [free to use](https://github.com/latticexyz/mud/blob/main/LICENSE). +![A breakdown of the features of MUD](/images/bento.png) + ## Why MUD? Writing smart contracts is only a small part of building user-friendly EVM apps. Your frontend needs get data from the chain. You've kept your onchain logic simple to save users gas, but now getting data from the RPC is tricky and slow. So you spin up an indexer, write event handlers, and teach your frontend how to talk to another backend. Complicated, right? diff --git a/docs/pages/world/world-table.svg b/docs/pages/world/world-table.svg index d0e236f882..6295f224b1 100644 --- a/docs/pages/world/world-table.svg +++ b/docs/pages/world/world-table.svg @@ -13,24 +13,20 @@ - - - - + + - - - - - - - - + + + + + + diff --git a/docs/public/images/bento.png b/docs/public/images/bento.png new file mode 100644 index 0000000000..b9cbcd5551 Binary files /dev/null and b/docs/public/images/bento.png differ