Browse Source

Add further notes for CTO types to understand Tauri (#2152)

Thad Guidry 4 years ago
parent
commit
9aa24dfde6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/getting-started/intro.md

+ 3 - 0
docs/getting-started/intro.md

@@ -8,6 +8,9 @@ Welcome to Tauri!
 
 Tauri is a polyglot and generic system that is very composable and allows engineers to make a wide variety of applications. It is used for building applications for Desktop Computers using a combination of [Rust](https://www.rust-lang.org/) tools and HTML rendered in a Webview. Apps built with Tauri can ship with any number of pieces of an optional JS API / Rust API so that webviews can control the system via message passing.
 
+Anything that can be displayed on a website, can be displayed in a Tauri webview app!
+
+Developers are free to build the web front-end displayed in a Webview through Tauri with any web frameworks of their choice!
 **Developers can even extend the default API** with their own functionality and bridge the Webview and Rust-based backend easily!
 
 The Architecture is more fully described in [Architecture](https://github.com/tauri-apps/tauri/blob/dev/ARCHITECTURE.md).