Skip to content

Commit 32b5f0f

Browse files
committed
- add family tree builder to sidebar.html and tools.json, add screenshot
1 parent a1b09b2 commit 32b5f0f

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,5 +1692,16 @@
16921692
"aiPowered": false,
16931693
"featured": false,
16941694
"date": "2025-09-29"
1695+
},
1696+
{
1697+
"id": "family_tree_builder",
1698+
"title": "Family Tree Builder",
1699+
"description": "Create beautiful, interactive family trees online. Free family tree builder with drag-and-drop interface, photo support, automatic layout, and export to PNG/JSON. Build and visualize your family history.",
1700+
"url": "tools/family_tree_builder.html",
1701+
"screenshot": "screenshots/screenshot_220.webp",
1702+
"type": "tool",
1703+
"aiPowered": false,
1704+
"featured": false,
1705+
"date": "2025-09-29"
16951706
}
16961707
]

screenshots/screenshot_220.webp

15.1 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ <h2>Tools by ChatGPT</h2>
305305
<li><a href="/tools/css_unit_converter.html">CSS Unit Converter</a></li>
306306
<li><a href="/tools/html_tag_stripper.html">HTML Tag Stripper</a></li>
307307
<li><a href="/tools/hourly_rate_calculator.html">Hourly Rate Calculator</a></li>
308+
<li><a href="/tools/family_tree_builder.html">Family Tree Builder</a></li>
308309
<!-- end -->
309310
</ul>
310311
</div>

0 commit comments

Comments
 (0)