{"id":13935200,"url":"https://github.com/just-ai/jaicf-kotlin","last_synced_at":"2025-07-19T20:31:15.571Z","repository":{"id":39910700,"uuid":"246869336","full_name":"just-ai/jaicf-kotlin","owner":"just-ai","description":"Kotlin framework for conversational voice assistants and chatbots development","archived":false,"fork":false,"pushed_at":"2024-10-21T14:04:55.000Z","size":26713,"stargazers_count":241,"open_issues_count":21,"forks_count":39,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-10-21T22:36:46.770Z","etag":null,"topics":["alexa","alexa-skill","chatbot","chatbot-framework","conversational-agents","conversational-ai","conversational-bots","google-actions","google-assistant","kotlin","kotlin-library","ktor-server","voice","voice-assistant"],"latest_commit_sha":null,"homepage":"https://help.jaicf.com","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/just-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-12T15:31:05.000Z","updated_at":"2024-10-21T13:55:53.000Z","dependencies_parsed_at":"2024-01-30T18:54:14.007Z","dependency_job_id":"973b517a-0812-4121-80e3-b769e31386c2","html_url":"https://github.com/just-ai/jaicf-kotlin","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-ai%2Fjaicf-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-ai%2Fjaicf-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-ai%2Fjaicf-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-ai%2Fjaicf-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/just-ai","download_url":"https://codeload.github.com/just-ai/jaicf-kotlin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226666549,"owners_count":17665043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alexa","alexa-skill","chatbot","chatbot-framework","conversational-agents","conversational-ai","conversational-bots","google-actions","google-assistant","kotlin","kotlin-library","ktor-server","voice","voice-assistant"],"created_at":"2024-08-07T23:01:28.024Z","updated_at":"2025-07-19T20:31:15.563Z","avatar_url":"https://github.com/just-ai.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"[![JAICF](https://github.com/just-ai/jaicf-kotlin/raw/master/docs/assets/images/header.png)](https://just-ai.com/en/jaicf)\n\nJAICF is a comprehensive enterprise-level framework from [Just AI](https://just-ai.com) for conversational voice assistants and chatbots development using [Kotlin-based DSL](https://help.jaicf.com/Scenario-DSL).\n\n\u003cbr/\u003e\n\n[![Twitter URL](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fjust-ai%2Fjaicf-kotlin)](https://twitter.com/intent/tweet?text=Try%20JAICF%20-%20a%20Kotlin%20framework%20for%20conversational%20voice%20assistants%20and%20chatbots%20development\u0026url=https://github.com/just-ai/jaicf-kotlin\u0026via=JustAIglobal)\n[![Build Status](https://travis-ci.org/just-ai/jaicf-kotlin.svg?branch=master)](https://travis-ci.org/just-ai/jaicf-kotlin)\n[![Download](https://img.shields.io/maven-central/v/com.just-ai.jaicf/core?label=latest-release)](https://search.maven.org/search?q=jaicf)\n[![GitHub License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://github.com/just-ai/jaicf-kotlin/blob/master/LICENSE)\n[![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)\n[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin)\n\n```kotlin\nval HelloWorldScenario = Scenario {\n    state(\"main\") {\n        activators {\n            event(AlexaEvent.LAUNCH)\n            intent(DialogflowIntent.WELCOME)\n            regex(\"/start\")\n        }\n        \n        action {\n            reactions.run {\n                sayRandom(\"Hi!\", \"Hello there!\")\n                say(\"How are you?\")\n                telegram?.image(\"https://somecutecats.com/cat.jpg\")\n            }\n        }\n    }\n}\n```\n```kotlin\nrepositories {\n    mavenCentral()\n}\ndependencies {\n    implementation(kotlin(\"stdlib-jdk8\"))\n    implementation(\"com.just-ai.jaicf:core:$jaicfVersion\")\n}\n```\n[Or using Maven configuration](https://help.jaicf.com/Installing#maven)\n\n**The latest version is** ![](https://img.shields.io/github/v/release/just-ai/jaicf-kotlin?color=%23000\u0026label=\u0026style=flat-square)\n\n## Key features\n\n* Provides [Kotlin-based DSL](https://help.jaicf.com/Scenario-DSL) for writing context-aware dialogue scenarios in declarative style.\n* Connects to any [voice and text channels](https://help.jaicf.com/Channels) like [Amazon Alexa](https://help.jaicf.com/Alexa), [Google Actions](https://help.jaicf.com/Google-Actions), [Yandex Alice](https://help.jaicf.com/Yandex-Alice), [Slack](https://help.jaicf.com/Slack), [Facebook Messenger](https://help.jaicf.com/Facebook-Messenger) and [others](https://help.jaicf.com/Channels).\n* Works with any [NLU engines](https://help.jaicf.com/Natural-Language-Understanding) like [Dialogflow](https://help.jaicf.com/Dialogflow), [Rasa](https://help.jaicf.com/Rasa) or [CAILA](https://help.jaicf.com/Caila).\n* Enables developer to create dialogue scenarios that work [simultaneously in multiple platforms](https://help.jaicf.com/Channels#multi-channel-support) without any restrictions of platform-related features.\n* Contains a [JUnit-based test suite](https://help.jaicf.com/Testing) to automate dialogue scenarios testing.\n* Being a Kotlin app, JAICF driven bot can use any [Kotlin](https://kotlinlang.org/docs/reference/) or Java features and third-party libraries.\n* Can be ran and deployed to [any environment](https://help.jaicf.com/Environments) using [Ktor](https://help.jaicf.com/Ktor) or [Spring Boot](https://help.jaicf.com/Spring-Boot).\n* [Embeddable](https://help.jaicf.com/Android) to the Android-powered devices.\n\n## How to start using\n\nPlease visit [JAICF documentation](https://help.jaicf.com) for [Quick Start](https://help.jaicf.com/Quick-Start) and detailed explanations of how to start using this framework in your projects.\n\n## Examples\n\nHere are some [examples](examples) you can find helpful to dive into the framework.\n\n## Contributing\n\nPlease see [the contribution guide](CONTRIBUTING.md) to learn how you can be involved in JAICF development.\n\n## Community\n\nYou're welcome to [join a Slack community](https://join.slack.com/t/jaicf/shared_invite/zt-duq07hx2-w_c71O8BnKDCIqhSXflRjA) to share your ideas or ask questions regarding the JAICF usage.\n\n## Licensing\n\nJAICF is under [Apache 2.0](LICENSE) license meaning you are free to use and modify it without the need to open your project source code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-ai%2Fjaicf-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjust-ai%2Fjaicf-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-ai%2Fjaicf-kotlin/lists"}