Coder Social home page Coder Social logo

lucasstudiolight / simulai Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simulaiofficial/simulai

1.0 0.0 0.0 10.1 MB

simulai is a Notion-inspired open-source and free conversational survey builder, powered by AI.

Home Page: https://www.simulai.co

License: GNU Affero General Public License v3.0

JavaScript 0.36% Python 9.36% TypeScript 36.24% CSS 0.45% HTML 0.12% Vue 53.46%

simulai's Introduction

๐Ÿค– simulai

simulai is a Notion-inspired open-source and free conversational surveys builder, powered by AI.

Effortlessly design your interactive forms that mimic natural conversations, powered by AI. Let AI answer users inquires regarding your questions/survey/form within conversational forms. Ideal for gathering insights and engaging users in interactive surveys, our tool is inspired by the simplicity of Notion and is completely free and open-source.

Sign Up And Use Simulai For Free
YouTube Channel

simulai-demo.mp4

Features

  • Block-based chatbot editor
  • Conversational forms powered by AI (connect your API: OpenAI, Claude, Llama AI, ...)
  • Provide data context for AI to answer users inquires in detail
  • Drag to reorder blocks
  • Basic Markdown-parsing including bold, italic, URLs, headings and divider
  • Type '/' for command menu and shortcuts

Contributing

1. Clone this repository, go to the root directory and install packages

Please use node >= v16.15.1, python >= 3.10.1

git clone https://github.com/simulaiofficial/simulai
cd simulai
npm i
virtualenv venv
pip install -r requirements.txt

2. Run dev

uvicorn api.main:app --reload --port 5678 --host 0.0.0.0
npm run dev

2. Run prod

gunicorn api.main:app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:5678 --daemon
npm run build
npm run preview

If you head to http://127.0.0.1:5173/?page=http%3A//127.0.0.1%3A5678/page%3Fsrc%3Dhttp%3A%2F%2F127.0.0.1%3A5678%2Fsrc/1234 on your browser, you should see what looks like the screenshot above.

3. Contribute!

Simulai is quite limited for now but we hope it serves as a good starting point for other folks looking to build their own chatbot editors.

We would love to make Simulai more extensible and welcome any suggestions or contributions!

See CONTRIBUTING.md for details.

Acknowledgements

Initial code was based on Lotion repo built by Dashibase, thank you!

This was made much easier with the following libraries and frameworks, thank you!

simulai's People

Contributors

wsieroci avatar simulaiofficial avatar

Stargazers

 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.