Getting Started
The docs are being worked on and more content will be added soon!
Below are some resources for getting started with Clay. To get started with a simple Clay instance you can check out the starter repo. If you see a phrase you don't recognize then check the Glossary.
If there's anything not covered in these docs you explicitly want to see then file an issue and we'll get on it.
Data Structures
- Components: the backbone of Clay. Almost everything is a component!
- Pages: contains references to components
- Layouts: similar to components, but instances are meant to be shared across pages
- Uris: a mapper from public urls to Clay uris
- Lists: a store for simple JSON objects that you can store data easily for components to reference
- Users: the users of Clay who make the content