Giter VIP home page Giter VIP logo

jovo-framework's Introduction

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

jovo-framework's People

Contributors

acerbisgianluca avatar aswetlow avatar dominik-meissner avatar error404notfound avatar fgnass avatar freisms avatar github-actions[bot] avatar gpalozzi avatar igx89 avatar jankoenig avatar jkcchan avatar jrglg avatar justwriteapps avatar kaankc avatar kouz75 avatar m-ripper avatar marcher357 avatar natrixx avatar nlueg avatar omenocal avatar palle-k avatar renatoalencar avatar rmtuckerphx avatar rubenaeg avatar sadlowskij avatar stammbach avatar stephen-wilcox avatar thebenforce avatar voice-first-ai avatar zach-morgan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.