This is an automated email from the ASF dual-hosted git repository.

Gerrrr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ba34484  Add references to Playground (#9)
ba34484 is described below

commit ba34484447e423b4c4752a21ed28cc7ea68fbe03
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Sun Jun 7 19:21:26 2026 -0700

    Add references to Playground (#9)
---
 docs/getting-started.md                   | 4 ++++
 src/components/HomepageFeatures/index.tsx | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/docs/getting-started.md b/docs/getting-started.md
index a624de3..4835a44 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -23,6 +23,10 @@ under the License.
 
 # Getting Started
 
+:::tip Prefer to try before installing?
+Run Otava in your browser at the [Otava 
Playground](http://playground.otava.apache.org/) — no install required.
+:::
+
 ## Installation
 
 Otava requires Python 3.8.  If you don't have Python 3.8, use pyenv to install 
it.
diff --git a/src/components/HomepageFeatures/index.tsx 
b/src/components/HomepageFeatures/index.tsx
index e2368fc..15d3ce8 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -39,6 +39,12 @@ export default function HomepageFeatures(): JSX.Element {
             >
               Get Started
             </a>
+            <a
+              href="http://playground.otava.apache.org/";
+              className="button button--secondary button--lg"
+            >
+              Try in Browser
+            </a>
             <a
               href="https://github.com/apache/otava";
               className="button button--secondary button--lg"

Reply via email to