> ## Documentation Index
> Fetch the complete documentation index at: https://statsig-4b2ff144-mintlify-java-core-statsig-options-migrati.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Sample Apps

> Explore sample applications built with Statsig to see real-world use cases and implementation examples.

export const ChatBar = () => {
  const chatBarRef = useRef(null);
  useEffect(() => {
    const script = document.createElement("script");
    script.src = "https://cdn.jsdelivr.net/npm/@sampleapp.ai/sdk@latest/dist/index.standalone.umd.js";
    script.onload = () => {
      if (window.SampleAppStandalone && chatBarRef.current) {
        window.SampleAppStandalone.ChatBar({
          placeholder: "Ask me anything...",
          height: "auto",
          playgroundUid: "statsig",
          typingTexts: ["How do I use statsig?", "What is statsig?", "Build with statsig"]
        }, chatBarRef.current);
      }
    };
    document.head.appendChild(script);
    return () => {
      script.remove();
    };
  }, []);
  return <div ref={chatBarRef} className="w-full"></div>;
};

<div
  style={{
textAlign: "center",
margin: "2rem 0 2rem 0", // Adjust margin to avoid extra spacing
position: "relative",
zIndex: 1, // Lower z-index by default
}}
>
  <ChatBar placeholder="What would you like to build..." playgroundUid="statsig" />
</div>

<div
  style={{
display: "grid",
gridTemplateColumns: "repeat(auto-fit, minmax(300px, 1fr))",
gap: "1.5rem",
}}
>
  <Card title="TaskMaster Pro — Experimentation in Action" img="https://mintcdn.com/statsig-4b2ff144-mintlify-java-core-statsig-options-migrati/hhYEVfdAT6j6iRNR/images/sample-apps/taskmaster.png?fit=max&auto=format&n=hhYEVfdAT6j6iRNR&q=85&s=307e4406203956c52161977cab1e741f" href="https://statsig.sampleapp.ai/share/zBrBQANriSlxaDy1VU-3j" width="1920" height="1080" data-path="images/sample-apps/taskmaster.png" />

  <Card title="ContentPulse — Smarter Marketing with Statsig Experiments" img="https://mintcdn.com/statsig-4b2ff144-mintlify-java-core-statsig-options-migrati/hhYEVfdAT6j6iRNR/images/sample-apps/marketing-tips.png?fit=max&auto=format&n=hhYEVfdAT6j6iRNR&q=85&s=039558c48b5a706bbe652bbf99eb4fcb" href="https://statsig.sampleapp.ai/share/RYOtIEcwyiC0eisSiDqZR" width="1920" height="1080" data-path="images/sample-apps/marketing-tips.png" />

  <Card title="ShopSmart — Feature Gates for Personalized E-Commerce" img="https://mintcdn.com/statsig-4b2ff144-mintlify-java-core-statsig-options-migrati/hhYEVfdAT6j6iRNR/images/sample-apps/tech-e-comm.png?fit=max&auto=format&n=hhYEVfdAT6j6iRNR&q=85&s=2897b972c296b8711d515b3ab1d2b079" href="https://statsig.sampleapp.ai/share/St0bryK_ih8NvCbNVxfm4" width="1920" height="1080" data-path="images/sample-apps/tech-e-comm.png" />

  <Card title="StreamWise — Recommendation Engine Powered by Experiments" img="https://mintcdn.com/statsig-4b2ff144-mintlify-java-core-statsig-options-migrati/hhYEVfdAT6j6iRNR/images/sample-apps/social-stream.png?fit=max&auto=format&n=hhYEVfdAT6j6iRNR&q=85&s=365db3481d76ee678e378e064b6f5831" href="https://statsig.sampleapp.ai/share/W7b27kGUNeyqU80g85uDE" width="1920" height="1080" data-path="images/sample-apps/social-stream.png" />

  <Card title="FinSight — Banking Analytics with Statsig Metrics" img="https://mintcdn.com/statsig-4b2ff144-mintlify-java-core-statsig-options-migrati/hhYEVfdAT6j6iRNR/images/sample-apps/banking.png?fit=max&auto=format&n=hhYEVfdAT6j6iRNR&q=85&s=c565d6f90a942c8c576c22a34b5b4ad0" href="https://statsig.sampleapp.ai/share/ZDjbSTm5WIqXMfqck536u" width="1920" height="1080" data-path="images/sample-apps/banking.png" />

  <Card title="MediConnect — Testing UX Improvements in Healthcare" img="https://mintcdn.com/statsig-4b2ff144-mintlify-java-core-statsig-options-migrati/hhYEVfdAT6j6iRNR/images/sample-apps/healthcare.png?fit=max&auto=format&n=hhYEVfdAT6j6iRNR&q=85&s=e3a6f47961beb5664583845ceed24f76" href="https://statsig.sampleapp.ai/share/6xJNjOhdibsLL2J35X7xL" width="1920" height="1080" data-path="images/sample-apps/healthcare.png" />

  <Card title="EventScope — Event Logging & Tracking in Action" img="https://mintcdn.com/statsig-4b2ff144-mintlify-java-core-statsig-options-migrati/hhYEVfdAT6j6iRNR/images/sample-apps/snake.png?fit=max&auto=format&n=hhYEVfdAT6j6iRNR&q=85&s=f406901b9a8ba415c2a16762ea0d7efc" href="https://statsig.sampleapp.ai/share/ZMpNCj-5c2v3MCOgV99H0" width="1920" height="1080" data-path="images/sample-apps/snake.png" />

  <Card title="BuyNow+ — Driving Conversions through Statsig Experiments" img="https://mintcdn.com/statsig-4b2ff144-mintlify-java-core-statsig-options-migrati/hhYEVfdAT6j6iRNR/images/sample-apps/buy-now-experiment.png?fit=max&auto=format&n=hhYEVfdAT6j6iRNR&q=85&s=9a04d9eaa090a30e38fc0962e9ebc213" href="https://statsig.sampleapp.ai/share/9uXb7yq2eJM4KWRkiuHj1" width="1920" height="1080" data-path="images/sample-apps/buy-now-experiment.png" />
</div>
