Skip to content

Commit 8367494

Browse files
committed
- add legal finder, an ai-powered tool to find easy to follow legal guidance
1 parent c7f13ef commit 8367494

File tree

4 files changed

+1165
-0
lines changed

4 files changed

+1165
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,5 +1186,16 @@
11861186
"aiPowered": true,
11871187
"featured": false,
11881188
"date": "2025-03-16"
1189+
},
1190+
{
1191+
"id": "legal_finder",
1192+
"title": "LegalFinder",
1193+
"description": "Simplified legal research for everyone",
1194+
"url": "tools/legal_finder.html",
1195+
"screenshot": "screenshots/screenshot_158.png",
1196+
"type": "tool",
1197+
"aiPowered": true,
1198+
"featured": true,
1199+
"date": "2025-03-17"
11891200
}
11901201
]

screenshots/screenshot_159.png

32.2 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ <h2>Tools by ChatGPT</h2>
244244
<li><a href="/tools/paste_table.html">PasteTable</a></li>
245245
<li><a href="/tools/game_of_life.html">Conway's Game of Life</a></li>
246246
<li><a href="/tools/word_explainer.html">WordSage</a></li>
247+
<li><a href="/tools/legal_finder.html">LegalFinder</a></li>
247248
<!-- end -->
248249
</ul>
249250
</div>

0 commit comments

Comments
 (0)