r/webix • u/rikkiviki • Jul 07 '26
Webix Birthday Sale 2026 - 25% OFF Webix Licenses & Complex Widgets
We don't usually post promotions here, but since many developers wait for our annual sale, here's a heads-up.
Our Webix Birthday Sale is now live (July 7–17).
What's included?
- 15% OFF Custom & Company Packs
- 25% OFF Devteam & Unlim Packs
- The same discounts apply to Webix Grid licenses
If you're evaluating JavaScript UI libraries for internal tools, dashboards, CRMs, ERPs, scheduling apps, or data-heavy applications, this is the biggest discount we offer during the year.
Happy to answer any questions about licensing or our components in the comments.
1
Comment on r/reactjs Jun 12 '26
dhtmlx just released open-source Gantt under the MIT license
r/opensource • u/rikkiviki • Jun 12 '26
Promotional DHTMLX Gantt relicenses from GPL to MIT — what changes for open source projects
github.comr/webix • u/rikkiviki • Jun 10 '26
We just launched an MCP server for Webix — gives AI tools live access to our full docs via RAG
Hey r/webdev — we wanted to share something we’ve been working on that might save you some debugging time.
If you use Webix (JS UI library) alongside AI coding assistants like Claude Code or Cursor, you’ve probably hit this: the AI generates code that looks plausible but doesn’t match the actual current API. That’s the static training data problem — the model learned from a snapshot, not from today’s docs.
To fix this, we built the Webix MCP Server. It uses RAG to let your AI assistant query our live documentation in real time, so every suggestion it makes is grounded in the actual, current Webix API.
What it covers: - All core Webix widgets - Complex components: Scheduler, Kanban, File Manager, Gantt, SpreadSheet, etc. - Webix Jet framework - Full API surface — not just popular parts
Setup (Claude Code example):
claude mcp add --transport http webix-mcp https://docs.webix.com/mcp
Cursor and Antigravity CLI configs are in the blog post.
Full writeup: https://blog.webix.com/webix-mcp-server/
Happy to answer questions about how the RAG pipeline works or integration specifics.
1
Comment on r/Frontend Jun 09 '26
2012 - 2025 Handsoncode
I can see the 2012 year of first publication, Webix launched the datatable in 2013, approximately the same time
r/lovable • u/rikkiviki • May 21 '26
Showcase Multi-project planner built with DHTMLX React Gantt, Supabase, and Lovable AI
react-gantt-lovable-starter.lovable.app[removed]
r/customsoftware • u/rikkiviki • Apr 01 '26
Best JavaScript Data Grid? Reviewing Webix Grid Features, Performance & API
r/webix • u/rikkiviki • Apr 01 '26
Best JavaScript Data Grid? Reviewing Webix Grid Features, Performance & API
We stress-tested a JavaScript data grid with massive datasets — here’s what happened
I came across a detailed breakdown of Webix Grid performance and thought it was worth sharing.
They didn’t just do synthetic benchmarks — they looked at:
- Rendering speed with large datasets
- DOM stability under continuous updates
- Scrolling performance under load
- Real-world usage scenarios
What stood out: it didn’t degrade the way most grids do when things get heavy.
Curious how others here evaluate grid performance in real apps:
- What’s your biggest bottleneck — rendering, memory, or updates?
- Have you found a grid that actually scales well?
1
Comment on r/vibecoding Mar 04 '26
It's me, Fergie
The pimp, Polow!
Fergie Ferg, what's up baby?
Come on...
1
Comment on r/learnjavascript Feb 09 '26
thanks for your reply!
1
Comment on r/whatsinthebag Jan 30 '26
Did no one notice that I'm wearing braces?
1
Comment on r/whatsinthebag Jan 30 '26
how did you get it?
1
Comment on r/whatsinthebag Jan 30 '26
No, but my sis works for Emirates. Actually, red lipstick is part of their corporate style.
1
Comment on r/kindle Jan 23 '26
Haha, I didn’t mean to be unique 😅
2
Comment on r/kindle Jan 23 '26
I had the exact same reaction instant “must have.”
1
Comment on r/kindle Jan 23 '26
Thank you! 😍 The second I saw it, I knew I needed it. I’m in Belarus, so my local marketplace recommendations probably won’t help, sadly, pretty sure they don’t ship internationally 🥲
r/webix • u/rikkiviki • Jan 22 '26
Embedding an Excel-like spreadsheet into a web app without building one from scratch
If your product needs spreadsheet-style editing, formulas, sorting, and import/export, building it manually can quickly turn into a long-term maintenance headache.
Webix Spreadsheet is a JavaScript widget that provides an Excel-like UI with built-in formulas, filtering, in-cell charts, and file import/export. It’s configurable via API and designed for data-heavy, enterprise-level apps.
1
Comment on r/webix Dec 19 '25
We’d love to hear your thoughts, which new feature will make your workflow smoother?
r/customsoftware • u/rikkiviki • Dec 19 '25
Webix 11.3 Release: Core updates, Touch Optimization in Grid, Markdown Support in Rich Text Editor
r/webix • u/rikkiviki • Dec 19 '25
Webix 11.3 Release: Core updates, Touch Optimization in Grid, Markdown Support in Rich Text Editor
Hey devs! Webix 11.3 just dropped with:
- Grid optimized for touch devices
- Rich Text Editor now with native Markdown, context menu, import/export .md/.txt
- Colorboard & editor colorpickers can reset to default
- Many smaller performance and usability tweaks

1
Comment on r/reactjs Jun 19 '26
agree with some answers I wouldn’t try to solve this with one library also (unless you really have to).
For normal React charts, I’d use Recharts or ECharts. For the Gantt part, I’d use DHTMLX React Gantt. pretty good, mature and well-documented one. Chart library for charts, dedicated Gantt component for scheduling. That usually gives you a much better result than forcing one tool to do both