
Acrux Core
Langfuse
PromptLayer
PromptRails.ai
Comet.com
LangSmith
Helicone AI
Braintrust
StackTips 2.0
Acrux Core sits between your application and every LLM provider, so you can ship, change, and measure AI features without redeploying code just to move a prompt.
It brings together the pieces teams normally stitch from separate tools:
It's multi-tenant, team-scoped, open soufor TypeScript/Node (@acruxcoreai/sdk onnpm) and Python (acruxcore on PyPI). Free while in beta.
Acrux Core
StackTips 2.0No features have been listed yet.
Acrux Core's answer
Most LLM tools own one link in the chain โ a prompt manager, a gateway, a tracer, or an eval tool โ and teams stitch three or four of them together with glue code. Acrux Core keeps one lineage instead: a prompt version flows through the gateway as a request, becomes a trace with tool spans, gets priced, and folds into an evaluation dataset โ all in one data model, so a regression can be traced back to the exact prompt version and model that caused it without cross-referencing four dashboards.
Acrux Core's answer
Because the pieces are already wired together. You don't run a prompt CMS, a separate LiteLLM-style proxy, a separate tracing tool, and a separate eval harness and reconcile them yourself โ one gateway call is already versioned, traced, and priced, and that trace can become an evaluation dataset with no export/import step. It's also open source, self-hostable, and ships official SDKs (TypeScript and Python) rather than locking you into a dashboard-only workflow.
Acrux Core's answer
Engineering teams shipping LLM features in production โ usually a backend or platform engineer who owns the AI integration for a small-to-mid-size product team. They need to change a prompt without a redeploy, see what a call actually cost and how long it took, and prove a new prompt version is better before promoting it โ without adopting a full MLOps stack to get there
Acrux Core's answer
TypeScript end to end โ an Express API and a BullMQ-based worker on Node.js, a React dashboard, and PostgreSQL (with JSONB for flexible payloads like prompt content and trace data) via Prisma as the ORM. Prompt templating uses a Jinja2-style engine (nunjucks). The public SDKs are TypeScript/Node (@acruxcoreai/sdk) and async Python (acruxcore). The docs site runs on Docusaurus.
Acrux Core's answer
I've spent the last three years building chatbots for more than 30 clients. Across all those projects, I kept running into the same problem with the tools already on the market: they were either bloated with features I never needed, or missing the ones I actually did. I'd end up paying for complexity I didn't want, while still gluing together separate tools for prompt versioning, request routing, tracing, and evaluation myself. After enough of that, I decided to build the platform I actually needed โ one place to version prompts, route calls to any model provider, trace every request, and evaluate whether a change actually made things better. Acrux Core is that platform, built from real production experience rather than a feature checklist.
Based on our record, StackTips 2.0 seems to be more popular. It has been mentiond 4 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Originally published at http://stacktips.com. - Source: dev.to / over 2 years ago
Today, I am excited to take a giant leap forward in my journey by open-source the codebase of my blog stacktips is now available on GitHub. - Source: dev.to / almost 3 years ago
Now I am running this blog stacktips.com. It is a custom-built site, using Python, Django, and VueJS. - Source: dev.to / almost 3 years ago
Prefix="og: https://ogp.me/ns#"> StackTips - Resources for Developers property="og:url" content="https://stacktips.com"> property="og:type" content="website"> property="og:title" content="StackTips- Resources for Developers"> property="og:description" content="StackTips provides developer friendly ways to learn programming. We aim to teach developers in the most efficient ways... - Source: dev.to / almost 3 years ago
Langfuse - Langfuse is an open-source LLM engineering platform that helps teams collaboratively debug, analyze, and iterate on their LLM applications.
PromptLayer - The first platform built for prompt engineers
PromptRails.ai - The orchestration platform that turns prompts, agents, and workflows into versioned, testable, observable production systems.
Comet.com - Build better models faster
LangSmith - Build and deploy LLM applications with confidence
Helicone AI - Open-source LLM Observability for Developers