Lunary helps AI devs take their apps in production, with features such as:
- π΅ Analytics (cost, token, latency, ..)
- π Monitoring (logs, traces, user tracking, ..)
- β©οΈ Prompt Templates (versioning, team collaboration, ..)
- π·οΈ Creat fine-tuning datasets
- π²οΈ Chat & feedback tracking
- π§ͺ Evaluations
It also designed to be:
- π€ Usable with any model, not just OpenAI
- π¦ Easy to integrate (2 minutes)
- π§βπ» Simple to self-host
demo720.mp4
Modules available for:
Lunary natively supports:
- LangChain (JS & Python)
- OpenAI module
- LiteLLM
Additionally you can use it with any framework by wrapping the relevant methods.
Full documentation is available on the website.
We offer a hosted version with a free plan of up to 1k requests / days.
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
Lunary is powered by Node.js.
To run it locally, you'll need access to a Postgres database to set as the DATABASE_URL
in your .env
file.
# Clone the repository
git clone https://github.com/lunary-ai/lunary
# Copy env variables
cp .env.example .env
# Install dependencies
npm install
## Run DB migrations
npm run migrate:db
# Run the development server
npm run dev
Need help or have questions? Chat with us on the website or email us: hello [at] lunary.ai. We're here to support you every step of the way.
This project is licensed under the Apache 2.0 License.