Skip to content

lunary-ai/lunary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1cad0f1 Β· Mar 10, 2025
Feb 7, 2025
Mar 5, 2025
Mar 10, 2025
Feb 9, 2025
May 8, 2024
Jan 15, 2024
Dec 26, 2024
Feb 29, 2024
Sep 6, 2024
May 7, 2024
Feb 22, 2024
Feb 12, 2025
Mar 10, 2025
Feb 23, 2025
Jan 30, 2024

Repository files navigation

Abso banner

lunary

Toolkit for LLM chatbots

website - docs - llm sdk

npm version PyPI - Version GitHub last commit (by committer) GitHub commit activity (branch)

Features

Lunary helps developers of LLM Chatbots develop and improve them.

  • πŸ–²οΈ Conversation & feedback tracking
  • πŸ’΅ Analytics (costs, token, latency, ..)
  • πŸ” Debugging (logs, traces, user tracking, ..)
  • ⛩️ Prompt Directory (versioning, team collaboration, ..)
  • 🏷️ Datasets (for evaluation, fine-tuning, ..)
  • πŸ§ͺ Topic & sentiment analysis

It also designed to be:

  • πŸ“ Easy to use
  • πŸ“¦ Fast to integrate (2 minutes)
  • πŸ§‘β€πŸ’» Self-hostable

1-min Demo

demo-annotated.mp4

βš™οΈ Integration

Modules available for:

Lunary natively supports:

Additionally you can use it with any other LLM by manually sending events.

πŸ“š Documentation

Full documentation is available on the website.

☁️ Hosted version

We offer a hosted version with a generous free tier.

With the hosted version:

  • πŸ‘· don't worry about devops or managing updates
  • πŸ™‹ get priority 1:1 support with our team
  • πŸ‡ͺπŸ‡Ί your data is stored safely in Europe

Running locally

  1. Clone the repository
  2. Setup a PostgreSQL instance (version 15 minimum)
  3. Copy the content of packages/backend/.env.example to packages/backend/.env and fill the missing values
  4. Copy the content of packages/frontend/.env.example to packages/frontend/.env and fill the missing values
  5. Run npm install
  6. Run npm run migrate:db
  7. Run npm run dev

You can now open the dashboard at http://localhost:8080. When using our JS or Python SDK, you need to set the environment variable LUNARY_API_URL to http://localhost:3333. You can use LUNARY_VERBOSE=True to see all the event sent by the SDK

πŸ™‹ Support

Need help or have questions? Chat with us on the website or email us: hello [at] lunary.ai. We're here to help every step of the way.

License

This project is licensed under the Apache 2.0 License.