> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About the Quick Starts ## Article: About the Quick Starts ## Article Link: https://dev.wix.com/docs/build-apps/get-started/quick-start/about-the-quick-starts.md ## Article Content: # About the Quick Start Tutorials Create your first app and get up and running in a few short steps. Wix offers [3 frameworks](https://dev.wix.com/docs/build-apps/get-started/overview/wix-s-development-frameworks.md) for building apps. The following tutorials walk you through the initial steps of creating a basic working app using each of these frameworks. To keep things simple, each tutorial showcases only one type of [app functionality](https://dev.wix.com/docs/build-apps/get-started/overview/how-apps-extend-wix.md). ## Choose a framework * [Wix Blocks tutorial](https://dev.wix.com/docs/build-apps/get-started/quick-start/create-an-app-with-wix-blocks.md): Design, code, and deploy a site widget using Wix’s native app editor. * [Wix CLI tutorial](https://dev.wix.com/docs/build-apps/get-started/quick-start/create-an-app-with-wix-cli.md): Code and deploy a dashboard page with Wix’s React/Node.js stack. * [Self-hosted app tutorial](https://dev.wix.com/docs/build-apps/get-started/quick-start/create-a-self-hosted-app.md): Set up a dashboard page in the App Dashboard using an externally-deployed iframe. > **Note**: You can also start by trying out one of our many [tutorials](https://dev.wix.com/docs/build-apps/get-started/tutorials/index-of-tutorials.md) or [app templates](https://dev.wix.com/docs/build-apps/get-started/templates/get-started-from-an-app-template.md).