{"id":13399159,"url":"https://github.com/space10-community/conversational-form","last_synced_at":"2025-05-14T03:06:01.758Z","repository":{"id":40685877,"uuid":"70910101","full_name":"space10-community/conversational-form","owner":"space10-community","description":"Turning web forms into conversations","archived":false,"fork":false,"pushed_at":"2023-05-16T13:23:05.000Z","size":15054,"stargazers_count":3817,"open_issues_count":112,"forks_count":766,"subscribers_count":102,"default_branch":"master","last_synced_at":"2025-05-11T13:04:28.255Z","etag":null,"topics":["conversational-ui","form"],"latest_commit_sha":null,"homepage":"https://space10-community.github.io/conversational-form/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/space10-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-10-14T12:54:59.000Z","updated_at":"2025-05-08T12:31:14.000Z","dependencies_parsed_at":"2022-07-10T14:32:19.289Z","dependency_job_id":"201b746d-03e0-4c2e-a7c7-e972f73ca39e","html_url":"https://github.com/space10-community/conversational-form","commit_stats":{"total_commits":918,"total_committers":11,"mean_commits":83.45454545454545,"dds":"0.40740740740740744","last_synced_commit":"f33a6a60b9c6b0f1c6062686570a5a91d10c9739"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space10-community%2Fconversational-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space10-community%2Fconversational-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space10-community%2Fconversational-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space10-community%2Fconversational-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/space10-community","download_url":"https://codeload.github.com/space10-community/conversational-form/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059491,"owners_count":22007768,"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":["conversational-ui","form"],"created_at":"2024-07-30T19:00:34.752Z","updated_at":"2025-05-14T03:06:01.706Z","avatar_url":"https://github.com/space10-community.png","language":"HTML","funding_links":[],"categories":["TypeScript","HTML","others"],"sub_categories":[],"readme":"# Conversational Form\n\nConversational Form is an open-source concept by [SPACE10](https://www.space10.io) to easily turn your content into conversations. It features conversational replacement of all input elements, reusable variables from previous questions and complete customization and control over the styling.\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://medium.com/@space10/introducing-conversational-form-1-0-922404b2ea2e\"\u003e\u003cstrong\u003eIntroducing Conversational Form 1.0\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://space10-community.github.io/conversational-form/docs/1.0.0/\"\u003e\u003cstrong\u003eExplore Conversational Form docs »\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/space10-community/conversational-form/master/docs/1.0.0/assets/cf-demo.gif\" /\u003e\n\u003c/p\u003e\n\n## Quick Start\n\nInclude Conversational Form in your page:\n\n```html\n\u003cscript type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/gh/space10-community/conversational-form@1.0.1/dist/conversational-form.min.js\" crossorigin\u003e\u003c/script\u003e\n```\nOr download/install the latest release:\n- Clone the repo: ````git clone https://github.com/space10-community/conversational-form.git````\n- Install with npm: ````npm install conversational-form````\n- Install with yarn: ````yarn add conversational-form````\n\nManually instantiating Conversational Form\n```\nimport { ConversationalForm } from 'conversational-form';\n\nconst cfInstance = new ConversationalForm({\n    formEl: formElement,\n    context: targetElement,\n});\n```\n\nConversational Form will automatically look through the DOM for a form element with the attribute `cf-form`, and auto-instantiate.\n```html\n\u003cform id=\"my-form-element\" cf-form\u003e\n...\n\u003c/form\u003e\n```\n\nRead the [Getting started](https://space10-community.github.io/conversational-form/docs/1.0.0/getting-started/) page for information on the framework contents, options, templates, examples and more.\n\n## Status\n[![npm version](https://img.shields.io/npm/v/conversational-form.svg)](https://www.npmjs.com/package/conversational-form)\n[![Build Status](https://travis-ci.org/space10-community/conversational-form.svg?branch=develop)](https://travis-ci.org/space10-community/conversational-form)\n[![JS gzip size](http://img.badgesize.io/space10-community/conversational-form/master/dist/conversational-form.min.js?compression=gzip\u0026label=JS+gzip+size)](https://github.com/space10-community/conversational-form/blob/master/dist/conversational-form.min.js)\n[![CSS gzip size](http://img.badgesize.io/space10-community/conversational-form/master/dist/conversational-form.min.css?compression=gzip\u0026label=CSS+gzip+size)](https://github.com/space10-community/conversational-form/blob/master/dist/conversational-form.min.css)\n[![](https://data.jsdelivr.com/v1/package/npm/conversational-form/badge)](https://www.jsdelivr.com/package/npm/conversational-form)\n\n\n## Bugs and feature requests\nIf you see a bug, have an issue or a feature request then please submit an issue in the\u003ca href=\"https://github.com/space10-community/conversational-form/issues\"\u003eGitHub issue tracker\u003c/a\u003e. For the sake of efficiency we urge you to look through open and closed issues before opening a new issue. Thank you ⭐\n\n## Documentation\nConversational Form's documentation is included in /docs of this repo as well as being \u003ca href=\"https://space10-community.github.io/conversational-form/docs/\"\u003ehosted on GitHub Pages\u003c/a\u003e.\n\n## Contributing\nPull Requests for bug fixes or new features are always welcome. If you choose to do a Pull Request please keep these guidelines in mind:\n- Fork the \"develop\" branch\n- If you forked a while ago please get the latest changes from the \"develop\"-branch before submitting a Pull Request\n\t- Locally merge (or rebase) the upstream development branch into your topic branch:\n\t\t- ````git remote add upstream https://github.com/space10-community/conversational-form.git````\n\t\t- ````git checkout develop````\n\t\t- ````git pull upstream````\n\t\t- ````git pull [--rebase] upstream develop````\n- Always create new Pull Request against the \"develop\" branch\n- Add a clear title and description as well as relevant references to open issues in your Pull Request\n\n## Versioning\nSee the \u003ca href=\"https://github.com/space10-community/conversational-form/releases\"\u003eReleases section of our GitHub project\u003c/a\u003e for changelogs for each release version of Conversational Form. We will do our best to summarize noteworthy changes made in each release.\n\n## Acknowledgement\nThank you to everyone who has taken part in the creation of Conversational Form.\n- Development by \u003ca href=\"http://twitter.com/flexmotion\" target=\"_blank\"\u003eFelix Nielsen\u003c/a\u003e and \u003ca href=\"https://jenssogaard.com/\" target=\"_blank\"\u003eJens Soegaard\u003c/a\u003e (v0.9.70+)\n- Design by \u003ca href=\"http://www.charlieisslander.com/\" target=\"_blank\"\u003eCharlie Isslander\u003c/a\u003e and \u003ca href=\"http://norgram.co/\" target=\"_blank\"\u003eNorgram®\u003c/a\u003e\n- Concept by \u003ca href=\"https://space10.io\" target=\"_blank\"\u003eSPACE10\u003c/a\u003e\n\n## Copyright and license\nConversational Form is licensed under \u003ca href=\"https://github.com/space10-community/conversational-form/blob/master/LICENSE.md\" target=\"_blank\"\u003eMIT\u003c/a\u003e. Documentation under \u003ca href=\"https://creativecommons.org/licenses/by/3.0/\"\u003eCC BY 3.0\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspace10-community%2Fconversational-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspace10-community%2Fconversational-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspace10-community%2Fconversational-form/lists"}