This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
TenTags Studio
Visual table creator & editor based on TenTags DSL PYPI lib
TenTags Studio is an open-source visual table creator based on the TenTags DSL PyPI library. It features a live preview grid with bidirectional AST-driven sync: design visually or write Python code, and both views update instantly. Export production-grade HTML, PDF, and Excel spreadsheets. Ideal for developers automating BI dashboards, KPI cards, Gantt charts, or contribution heatmaps without writing endless coordinate code.
What inspired this project? Programmatic generation of styled documents (PDFs, Excel sheets, HTML templates) is historically a tedious, trial-and-error process. Writing hundreds of lines of code to define coordinates, alignments, borders, and color shades for a spreadsheet is a pain and slows down development.
The problem we wanted to solve: We wanted a tool that bridges the gap between visual layout designing and standard Python script execution. Something that lets developers draw layouts visually, but still outputs clean, reproducible Python code that runs anywhere.
How it works: TenTags Studio is built on top of the tentags library. It uses a bidirectional parser to sync a visual grid and a custom code editor:
Modify a cell color or merge columns visually, and the app writes the clean Python matrix code. Edit the Python script manually, and the visual preview updates immediately. Execute the script in a background worker thread to compile PDF, HTML, and XLSX reports instantly. I would love to hear your feedback, thoughts, and ideas on how we can improve this for your reporting workflows!
The bidirectional sync between the visual grid and Python code feels really smooth, way less clunky than juggling matplotlib coordinates by hand. Love that it exports straight to PDF and Excel without extra plumbing.
Tried the live preview sync and was honestly surprised how well editing the Python code on one side updates the visual grid on the other without lag. Exporting a heatmap to PDF took one click and looked clean.
Being able to sync between Python code and a visual grid is genuinely useful, but adding version history with the ability to roll back to a previous state of the table would save a lot of headaches when iterating on dashboards.
About TenTags Studio on Product Hunt
“Visual table creator & editor based on TenTags DSL PYPI lib”
TenTags Studio was submitted on Product Hunt and earned 14 upvotes and 7 comments, placing #96 on the daily leaderboard. TenTags Studio is an open-source visual table creator based on the TenTags DSL PyPI library. It features a live preview grid with bidirectional AST-driven sync: design visually or write Python code, and both views update instantly. Export production-grade HTML, PDF, and Excel spreadsheets. Ideal for developers automating BI dashboards, KPI cards, Gantt charts, or contribution heatmaps without writing endless coordinate code.
TenTags Studio was featured in Productivity (656.6k followers), Open Source (68.6k followers), Developer Tools (516.2k followers) and GitHub (41.3k followers) on Product Hunt. Together, these topics include over 263.2k products, making this a competitive space to launch in.
Who hunted TenTags Studio?
TenTags Studio was hunted by Jandos Mámbetáli. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how TenTags Studio stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
Hey Product Hunt community!
I’m Zhandos, creator of TenTags Studio.
What inspired this project? Programmatic generation of styled documents (PDFs, Excel sheets, HTML templates) is historically a tedious, trial-and-error process. Writing hundreds of lines of code to define coordinates, alignments, borders, and color shades for a spreadsheet is a pain and slows down development.
The problem we wanted to solve: We wanted a tool that bridges the gap between visual layout designing and standard Python script execution. Something that lets developers draw layouts visually, but still outputs clean, reproducible Python code that runs anywhere.
How it works: TenTags Studio is built on top of the tentags library. It uses a bidirectional parser to sync a visual grid and a custom code editor:
Modify a cell color or merge columns visually, and the app writes the clean Python matrix code.
Edit the Python script manually, and the visual preview updates immediately.
Execute the script in a background worker thread to compile PDF, HTML, and XLSX reports instantly.
I would love to hear your feedback, thoughts, and ideas on how we can improve this for your reporting workflows!
Check out the repo: https://github.com/Jandos77/tent...
Happy launching!