--- layout: home hero: name: Taskpile text: Task manager with intelligent graph visualization tagline: Force-directed graphs powered by semantic embeddings. MLOps-grade feature store. Zero-latency writes. actions: - theme: brand text: Get Started link: /guide/getting-started - theme: alt text: Architecture link: /guide/architecture features: - icon: πŸ•ΈοΈ title: Force-directed graph details: Tasks are laid out as nodes connected by semantic similarity edges. Select any node to explore its 2-hop neighborhood with smooth physics animation. - icon: πŸ€– title: MLOps feature store details: Descriptions and embeddings are computed once, versioned by model+prompt, and served instantly. Changing a model config triggers automatic backfill β€” no manual intervention needed. - icon: ⚑ title: Zero-latency writes details: Creating or updating tasks returns immediately. Background Tokio worker drains the pending queue asynchronously. The graph always shows whatever is ready. - icon: πŸ” title: Semantic edge weights details: Task pairs are connected by cosine similarity of their nomic-embed-text embeddings. Higher similarity β†’ thicker, more opaque edges. An in-graph slider adjusts the visibility threshold in real time. ---