DEV Community

Cover image for Browser AI project - Package for building AI-Powered Web Application
shunnNet
shunnNet

Posted on • Updated on

Browser AI project - Package for building AI-Powered Web Application

I made a project called Browser AI

This is a tool library for developing AI web applications at browser side, especially tailored for business applications that require compliance with rules.

This library can assist you in:

  • Integrating LLM functionality with business logic.
  • Translating user natural language into UI actions or executing specific functions.
  • Navigating and guiding users.

You can refer to the conceptual demonstration repository ai-vue-concept.

Features

  • Simple: No complicate setting or parameters.
  • Atomic: Atomic-level natural language functions. (.is(), .whichIs(), etc.)
  • Framework integration: (Vue only currently): Easily annotate node, routing information and incorporate prompts
  • Render component in LLM message
  • Typed: Support Typescript.

Doc

You can check more info at:


Although it is still un-stable (I think I should make something like testing and more consideration), the basic functionalities are complete. So you can try to play with that.

Top comments (0)