Current version : 0.24.0
Made in 🇫🇷 ◌ GitHubNPM

Standalone

Standalone use cases embedded directly in the page

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 code

Ask something about sports to an LLM (Mistral) and get a response back (BYOT (Bring Your Own Token)).

Decode JWT

View the code

Decode a JWT safely client side.

Geocode Address

View the code

Get the geolocation and Google Maps link for a French address (API adresse).

Generate Misc Data

View the code

Generate misc data used when developing like timestamp, UUIDs, etc.

Export Asana

View the code

Export your Asana tasks and projects.

MyTrip

Search Accomodation

View the code

As 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.