https://github.com/shunnnet/browser-ai
Typescript tool library for developing AI web applications in both browser and server side.
https://github.com/shunnnet/browser-ai
ai artificial-intelligence browser llm nodejs typescript vue web
Last synced: 2 months ago
JSON representation
Typescript tool library for developing AI web applications in both browser and server side.
- Host: GitHub
- URL: https://github.com/shunnnet/browser-ai
- Owner: shunnNet
- License: mit
- Created: 2023-10-15T04:36:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T07:54:22.000Z (about 2 years ago)
- Last Synced: 2025-10-06T09:11:11.812Z (9 months ago)
- Topics: ai, artificial-intelligence, browser, llm, nodejs, typescript, vue, web
- Language: TypeScript
- Homepage: https://courageous-manatee-a625e9.netlify.app
- Size: 868 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Browser AI
**Not stable. Still working on it...**
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.
## 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.
## Documentation
[Documentation](https://courageous-manatee-a625e9.netlify.app/)
## Contribute
...preparing