Production-ready tools exploring real-time data orchestration, NLP, and workflow automation.
JobTracker | AI-Powered CRM
jobs.jtgermany.com
A highly opinionated workflow manager and CRM. Uses LLMs to parse unstructured text and automate data entry, turning complex pipeline tracking into a frictionless process.
Live TV Taxonomy Engine
tv.jtgermany.com
A real-time data processing engine. It ingests live broadcast streams, uses client-side NLP to extract entity mentions, and maps them against live market data for instant analysis.
Quick AI Toolkit
quickai.protista.com
A zero-auth API platform that gives LLMs access to other AI models. Paste the generated system prompt into any canvas environment to instantly unlock multimodal text and image generation without API keys.
const url = `https://quickai.protista.com/image/${prompt}`;
document.getElementById('out').src = url;