Standalone
Examples of standalone use cases embedded directly in the page
The Basic and SuperTrader examples show how to integrate libmodulor
in dedicated projects.
But it can also be used anywhere. As an example, you can find below multiple use cases that are embedded directly in this page with React.
Some use cases require an API key. You can safely use yours as all the calls are between your browser and the designated service (e.g. Mistral or Asana). The API calls do not reach our servers whatsoever. You can confirm it by checking the "Network" tab of your browser developer panel.
Note that the forms displayed below are pretty raw. Naturally, in a real application, you can define how to render a use case form as you like.
Toolbox
Prompt LLM
View the codeAsk something about sports to an LLM (Mistral) and get a response back (BYOT (Bring Your Own Token)).
Geocode Address
View the codeGet the geolocation and Google Maps link for a French address (API adresse).
Generate Misc Data
View the codeGenerate misc data used when developing like timestamp, UUIDs, etc.
Export Asana
View the codeExport your Asana tasks and projects.
MyTrip
Search Accomodation
View the codeAs if you were on Kayak or Booking, search for an accomodation. For now, it's plugged on a limited in-memory data store, so search for 'France' and 2 adults to get a result.