Create-Decent-App Quick Start

screenshot of decent app

The create-decent-app tool enables you to rapidly set up a React-based web application with in-browser Large Language Model (LLM) capabilities.

Let's give a shout out to the amazing WebLLM project that makes our tool possible!

 


Quick Start Guide:

  1. Initialize Your App - open your terminal and run:
    npx create-decent-app my-decent-app

(Replace my-decent-app with your desired project name in the command above.)

  1. Navigate to Your Project Directory:
    cd my-decent-app
  2. Install Dependencies:
    npm install
  3. Start the Development Server:
    npm run dev

Your app will be accessible at http://localhost:3000.

For more detailed information and advanced configurations, refer to the README. The tool is fully open source (Github repo).