diff --git a/README.md b/README.md index 4f2076b604..64291e851b 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,8 @@ kubectl apply -f https://raw.githubusercontent.com/authzed/examples/main/kuberne ### Developing your own schema -You can try both SpiceDB and zed entirely in your browser on the [playground] thanks to the power of WebAssembly. +You can try both SpiceDB and zed entirely in your browser in the [hosted Playground] thanks to the power of WebAssembly. +The [Playground app is open source] and can also be self-hosted. If you don't want to start with the examples loadable from the Playground, you can follow a guide for [developing a schema] or review the the schema language [design documentation]. @@ -190,6 +191,8 @@ Watch the SpiceDB primer video to get started with schema development: SpiceDB Primer YouTube Thumbnail +[hosted Playground]: https://play.authzed.com +[Playground app is open source]: https://github.com/authzed/playground [developing a schema]: https://docs.authzed.com/guides/schema [design documentation]: https://docs.authzed.com/reference/schema-lang