Latitude is the open-source prompt engineering platform to build, evaluate, and refine your prompts with AI

3.4K stars 225 forks 3.4K watchers TypeScript GNU Lesser General Public License v3.0
2 Open Issues Need Help Last updated: Sep 14, 2025

Open Issues Need Help

View All on GitHub
good first issue

Latitude is the open-source prompt engineering platform to build, evaluate, and refine your prompts with AI

TypeScript

AI Summary: The task is to modify the Latitude's Mailpit adapter code to allow configuration of the Mailpit host. Currently, the adapter hardcodes `localhost`, preventing it from working when Mailpit and the Latitude application run in separate containers or environments. The solution involves adding a configurable host parameter to the adapter's constructor or configuration.

Complexity: 3/5
enhancement good first issue

Latitude is the open-source prompt engineering platform to build, evaluate, and refine your prompts with AI

TypeScript