# Documentation *Web Template Studio* (*WebTS*) documentation is divided into three areas. ## General Everyone should read these: - [Installing the extension](install.md) - [Core Concepts](concepts.md) - [Third party libraries](third-party-libraries.md) ## Using WebTS to build Web apps When developing a full-stack web application you will also be interested on the following sections: - [Frontend frameworks](./generated-apps/web/frontend-frameworks/readme.md) - [Backend frameworks](./generated-apps/web/backend-frameworks/readme.md) - [Pages](./generated-apps/web/pages/readme.md) - [Services](./generated-apps/web/services/readme.md) - [Deployment of the generated apps](./generated-apps/web/deployment.md) ## Using WebTS to build React Native apps Your generated React Native applications will be implemented with React Native using the Typescript template and generating the Windows code in C#. When developing a React Native application you will also be interested on the following sections: - [Project Types](./generated-apps/react-native/project-types/readme.md) - [Pages](./generated-apps/react-native/pages/readme.md) - [Features](./generated-apps/react-native/features/readme.md) ## Working on WebTS These will help if you want to know more about *WebTS* or contribute to the project. - [Application Arquitecture](./contributing/application-architecture.md) - [Getting started with the codebase](./contributing/getting-started-developers.md) - [Templates](./contributing/templates.md) - [Accessibility](./contributing/accessibility.md)