- Home
- Finance & Business
- Workbench
Workbench
From Idea to Execution - Manage your trading operation across a distributed cluster
Rating
Votes
0
score
Downloads
0
total
Price
Free
No login needed
Works With
About
Workbench - From Idea to Execution
](https://github.com/fremantle-industries/workbench/actions?query=workflow%3Atest) [
Manage your trading operation across a distributed cluster
Install | Usage | Features | Requirements | Configuration | Observability
Project Goals
workbench strives to provide a first class development environment that brings the same productivity and performance benefits from the Phoenix & Elixir community to real time algorithmic and quant workflows.
Install
Add workbench to your list of dependencies in mix.exs
def deps do
[
{:workbench, "~> 0.0.18"}
]
endGenerate migrations
$ mix workbench.gen.migrationRun migrations
$ mix ecto.migrateFeatures
Stream Real Time Orders
Remotely Control Trade Instances in a Cluster
Live Portfolio Tracking & Historical Snapshots
[](https://youtu.be/cklMhS0KD88)
Track Cold Storage
Explore Products within the Trading Universe
Receive Notifications
[](https://youtu.be/NJS0YTsKoiQ)
Monitor Operations Across Your Cluster
Usage
Running workbench as a standalone endpoint
Add the workbench phoenix endpoint to your config
config :workbench, WorkbenchWeb.Endpoint,
http: [port: 4000],
url: [host: "workbench.localhost", port: "4000"],Embedding workbench in your own Elixir project
There are two options for running workbench along side your existing Elixir projects
- 1.Plug & Phoenix provide the ability to host multiple endpoints
as servers on different ports
# config/config.exs
# Phoenix endpoints
config :my_app, MyAppWeb.Endpoint,
pubsub_server: MyApp.PubSub,
http: [port: 4000],
url: [host: "my-app.localhost", port: "4000"],
live_view: [signing_salt: "aolmUusQ6//zaa5GZHu7DG2V3YAgOoP/"],
secret_key_base: "vKt36v4Gi2Orw8b8iBRg6ZFdzXKLvcRYkk1AaMLYX0+ry7k5XaJXd/LY/itmoxPP",
server: true
config :workbench, WorkbenchWeb.Endpoint,
pubsub_server: Tai.PubSub,
http: [port: 4001],
url: [host: "workbench.localhost", port: "4001"],
live_view: [signing_salt: "aolmUusQ6//zaa5GZHu7DG2V3YAgOoP/"],
secret_key_base: "xKt36v4Gi2Orw8b8iBRg6ZFdzXKLvcRYkk1AaMLYX0+ry7k5XaJXd/LY/itmoxPP",
server: true- 1.Use a proxy to host multiple endpoints on the same port https://github.com/jesseshieh/master_proxy
# mix.exs
def deps do
[{:master_proxy, "~> 0.1"}]
endDon't lose this
Three weeks from now, you'll want Workbench again. Will you remember where to find it?
Save it to your library and the next time you need Workbench, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
⚡ Pro tip for geeks: add a-gnt 🤵🏻♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
This plugs directly into your AI and gives it new abilities it didn't have before. From Idea to Execution - Manage your trading operation across a distributed cluster. Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
Your data stays between you and your AI — nothing is shared with us or anyone else.
Read more:
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.
From the Community
In the Weeds: What It Actually Takes to Run a Shop Alone in 2026
A week thinking hard about whether one person can really run a real business in 2026. The honest math, hour by hour.
Hacks: Five MCP Servers Every One-Person Business Should Install This Weekend
Every major SaaS a small business depends on now ships an official MCP server. Here are five that change what one person can run alone.
In the Weeds: Multimodal AI with PyGPT
A technical exploration of multimodal AI capabilities through PyGPT — combining vision, text, code, and file handling into workflows that see, think, and act across different types of content.