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).
Product upvotes vs the next 3
Waiting for data. Loading
Product comments vs the next 3
Waiting for data. Loading
Product upvote speed vs the next 3
Waiting for data. Loading
Product upvotes and comments
Waiting for data. Loading
Product vs the next 3
Loading
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!
“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.
On the analytics side, TenTags Studio competes within Productivity, Open Source, Developer Tools and GitHub — topics that collectively have 1.3M followers on Product Hunt. The dashboard above tracks how TenTags Studio performed against the three products that launched closest to it on the same day.
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.
For a complete overview of TenTags Studio including community comment highlights and product details, visit the product overview.
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!