Coder Social home page Coder Social logo

guilherme-cs / jovo-framework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jovotech/jovo-framework

0.0 1.0 0.0 51.1 MB

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

Home Page: https://www.jovo.tech

License: Apache License 2.0

JavaScript 1.37% TypeScript 98.25% HTML 0.33% Handlebars 0.04%

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

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

Watchers

James Cloos 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.