Skip to content

πŸ”ˆ The React for Voice and Chat: Build Apps for Alexa, Messenger, Instagram, the Web, and more

License

Notifications You must be signed in to change notification settings

jovotech/jovo-framework

This branch is up to date with v4/latest.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
GitHub Actions Bot
Jun 12, 2024
0f3c59c Β· Jun 12, 2024
May 14, 2024
Oct 7, 2021
Jun 12, 2024
Jun 12, 2024
Jan 30, 2024
Jan 12, 2023
May 14, 2024
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Jan 26, 2022
Sep 22, 2021
Apr 30, 2021
Aug 31, 2020
Sep 22, 2021
Apr 3, 2019
Apr 27, 2021
Jun 21, 2021
Sep 4, 2020
Apr 26, 2022
May 29, 2017
Nov 18, 2021
Oct 7, 2021
Jan 5, 2021
Nov 11, 2021
May 14, 2024
Jan 31, 2024
Nov 8, 2021
Nov 9, 2021

Repository files navigation

Jovo Framework: The React for Voice and Chat Apps

NEWS: We just launched Jovo v4

Jovo Framework

Website - Docs - Marketplace - Template

Build conversational and multimodal experiences for the web, Alexa, Google Assistant, Messenger, Instagram, Google Business Messages, mobile apps, and more. Fully customizable and open source. Works with TypeScript and JavaScript.

@Component()
export class LoveHatePizzaComponent extends BaseComponent {
  START() {
    return this.$send(YesNoOutput, { message: 'Do you like pizza?' });
  }

  @Intents(['YesIntent'])
  lovesPizza() {
    return this.$send({ message: 'Yes! I love pizza, too.', listen: false });
  }

  @Intents(['NoIntent'])
  hatesPizza() {
    return this.$send({ message: `That's OK! Not everyone likes pizza.`, listen: false });
  }
}

Getting Started

Learn more in our Getting Started Guide.

Install the Jovo CLI:

$ npm install -g @jovotech/cli

Create a new Jovo project (find the v4 template here):

$ jovo new <directory>

Go into project directory and run the Jovo development server:

# Go into project directory (replace <directory> with your folder)
$ cd <directory>

# Run local development server
$ jovo run

# Press "." to open the Jovo Debugger

Sponsors

We're glad to be supported by respected companies and individuals in the voice-first and conversational AI industry. See our Open Collective to learn more.

Gold Sponsors

Silver Sponsors

Bronze Sponsors

Find all supporters in our BACKERS.md file.

Support Jovo on Open Collective