Tekivex use cases
Product guides, comparisons, and engineering deep dives across the Tekivex suite — how each library works, how to put it to work, and how it compares to the alternatives.
Tekivex · open-source enterprise developer tools · MIT licensed · Products · Use Cases · About · TekiVex UI
GridStorm
- How GridStorm Renders 100K Rows at 60fps — A deep dive into GridStorm’s virtual scrolling engine: windowing, row recycling, and the render budget that keeps 100,000+ rows smooth at 60fps.
- GridStorm vs AG Grid: Feature Comparison and Migration Guide — A practical, honest comparison of GridStorm and AG Grid — licensing, bundle size, plugins, accessibility — plus a step-by-step migration path.
- Building a Real-Time Financial Trading Grid with GridStorm — How to build a high-frequency trading blotter with GridStorm: streaming cell updates, flash highlighting, conditional formatting, and frozen columns.
- Inside GridStorm’s 35-Plugin Architecture — GridStorm ships a headless core and 35 composable plugins. Here is how the plugin system works and how to build your own.
- Excel-Compatible Formulas in GridStorm: 42 Functions in the Browser — GridStorm implements 42 Excel-compatible formula functions with a real dependency graph and copy/paste type coercion. Here is how the formula engine works.
- Making Data Grids WCAG-Accessible with GridStorm — Data grids are notoriously hard to make accessible. GridStorm’s a11y plugin delivers WCAG 2.1 AA — keyboard nav, ARIA grid roles, and screen-reader support.
Pyntra
- Client-Side PDF Editing Without a Server: The Pyntra Approach — Pyntra edits, fills, signs, and encrypts PDFs entirely in the browser — no upload, no server round-trip. Here is the architecture that makes it private and fast.
- Pyntra vs PDF.js vs Puppeteer: Choosing a PDF Stack — When do you reach for Pyntra, PDF.js, or server-side Puppeteer? A clear breakdown of viewing vs editing vs generation, and the trade-offs of each.
- Headless React PDF Hooks: Building a Custom Viewer with Pyntra — Pyntra exposes headless hooks and a bring-your-own-UI adapter. Build a fully custom PDF viewer and editor with Material UI, Tekivex UI, or your own components.
Analytics Studio
- Building Drag-and-Drop Dashboards with Analytics Studio — Create pivot tables, KPI tiles, and 26+ chart types by dragging fields — no backend, no SQL required. A tour of the Analytics Studio dashboard builder.
- In-Browser SQL on Live Data: How Analytics Studio Works — Analytics Studio runs SELECT / WHERE / GROUP BY / JOIN entirely in the browser with no server. Here is how the in-browser SQL engine is built.
- Choosing Among 26+ Chart Types in Analytics Studio — Bar, line, scatter, radar, heatmap, treemap, sankey and more — a practical guide to picking the right visualization for your data in Analytics Studio.
- Analytics Studio vs Metabase and Looker for Embedded BI — A comparison of Analytics Studio against Metabase and Looker for embedding analytics in your app — deployment, cost, and the no-backend advantage.
Quantum Vault
- Post-Quantum Tokens Explained: Kyber and Dilithium in Quantum Vault — What post-quantum tokens are, why Q-Day threatens today’s cryptography, and how Quantum Vault uses CRYSTALS-Kyber and Dilithium (FIPS 203/204) to stay safe.
- Migrating Token Issuance to Post-Quantum Crypto with Quantum Vault — A migration playbook for moving JWT/RSA-style token issuance to quantum-resistant signatures using Quantum Vault, with a hybrid transition strategy.
- Sovereign, Self-Hosted Token Verification with Quantum Vault — Why sovereignty matters for cryptographic infrastructure and how to run self-hosted, no-third-party-trust token issuance and verification with Quantum Vault.
DataFlow
- Real-Time Streaming in React with DataFlow (WebSocket and SSE) — Wire up live WebSocket and Server-Sent Events streams in React with DataFlow — connection management, reconnection, and rendering high-frequency updates.
- Backpressure and Time-Travel Replay in DataFlow — High-frequency streams overwhelm UIs. DataFlow’s backpressure and time-travel replay let you throttle, buffer, and rewind live data without dropping state.
- Anomaly Detection on Live Streams with DataFlow — Detect spikes, drops, and outliers on streaming data in real time with DataFlow’s built-in anomaly detection — thresholds, rolling statistics, and alerts.
Tekivex UI
- Tekivex UI vs MUI vs Chakra: An Honest Comparison — How Tekivex UI compares with Material UI and Chakra on bundle size, theming, accessibility, and headless flexibility — with guidance on when to pick which.
- Tree-Shakeable, Headless Components: The Tekivex UI Design System — Tekivex UI ships headless primitives with zero runtime dependencies and tree-shakeable ESM. Here is the design-system philosophy and how to compose it.
- Building Accessible Forms with Tekivex UI Primitives — Accessible forms are hard: labels, error states, ARIA, focus management. Tekivex UI’s form toolkit handles them so you ship WCAG-compliant forms faster.
Tekivex Platform
- The Tekivex Stack: How the Products Fit Together — GridStorm, Pyntra, Analytics Studio, DataFlow, Quantum Vault, and Tekivex UI are designed to compose. Here is how the pieces fit into one application stack.
- Why Everything Is MIT-Licensed: The Tekivex Open-Source Model — No enterprise tier, no paywall, no per-seat fees — every Tekivex product is MIT-licensed. Here is the reasoning and what it means for commercial use.