@calljmp/web
v0.0.1
Published
Calljmp SDK for TypeScript/JavaScript
Maintainers
Readme
Calljmp Web SDK
Agentic AI for web developers. Build with TypeScript, React, Next.js, and beyond.
Overview
Calljmp is a agentic AI designed for modern web applications. The Web SDK provides seamless integration with Calljmp services for TypeScript, JavaScript, React, Next.js, and other web frameworks.
Key Features
- AI-powered features - Text generation, chat, and intelligent workflows
- TypeScript-first - Full type safety and IntelliSense support
- Optional React hooks - Drop-in hooks for React applications
Website: calljmp.com
Documentation: docs.calljmp.com
Follow: @calljmpdev
Installation
Install the SDK via npm:
npm install @calljmp/webor via yarn:
yarn add @calljmp/webGetting Started
TypeScript/JavaScript (Framework Agnostic)
Use the core SDK without any framework dependencies:
import { Calljmp } from '@calljmp/web';
const calljmp = new Calljmp();License
This project is licensed under the MIT License - see the LICENSE file for details.
Support & Community
If you have any questions or feedback:
- Follow @calljmpdev
- Join the Calljmp Discord
- Open an issue in the GitHub repo
