Bright Wrapper

LLM Service

JavaScript components and backend utilities.
Connect your applications to large language models.

Try It

Start a conversation.

Usage

Drop the chat component into any application. Load the component script and initialize it with your API endpoint.

HTML
<div id="my-chat-widget"></div>

<script src="https://brightwrapper.com/static/bright-wrapper.js"></script>
<script>
  const chatComponent = new LLMChatComponent({
    containerId: 'my-chat-widget'
  });
</script>