# Welcome to solidUI Forms `Forms` are what we call the code part of solid-ui which takes the User Interface ontology at and makes it usable for developers. As its name suggests, `Forms` are used for rendering WebApp Frontend elements. For example, will translate to something like the following: ``` ``` ## A few starting points There are different documentation entry points for the topic. To get you started with Forms, we have the [forms-intro](./forms-intro.html). If you're asking yourself how Forms fit into the Solid ecosystem, head over to [form-ecosystem](./form-ecosystem.html). Sir Tim Berners-Lee gave a talk about Forms to the SolidOS team end of 2021. His slides are online [here](./talks/FormsTalk.html), while a recording of the talk is on the [SolidOS pod](https://solidos.solidcommunity.net/public/SolidOS%20team%20meetings/SolidOS_team_videos.html). ## Creating your own Form using Turtle In the [form-playground](https://solidos.github.io/form-playground/playground.html) (code [here](https://github.com/SolidOS/form-playground)), you can create your own Form to render a frontend for some given Turtle. ## Code examples To make use of Forms, you need to use solid-ui. Head over to the [solid-ui readme](https://github.com/SolidOS/solid-ui/blob/main/README.md#getting-started) for some how-to guides on how to use it in `npm` or as a `html