Blog
How to Create a ChartRace Generate Tool with Claude3.5
2024-09-28 19:00:00
This article uses Claude3.5 to implement a chart race tool that supports uploading data to generate dynamic racing charts, customizing column names, and previewing data. It's free and open source.
Visualizing Binary Search Trees with Claude 3.5
2024-09-08 14:00:00
A binary search tree is a special type of binary tree where the value of each node in the left subtree is less than the node's value, and the value of each node in the right subtree is greater than the node's value. This article uses Claude 3.5 to implement a visualization of a binary search tree, supporting insert, delete, and search operations.
Adding Blog Functionality
2024-08-13
Introducing blog functionality to the site. The site itself is implemented based on Next.js. Initially, I wanted to use Nextra as a documentation blog theme, but it doesn't support Next.js App Router. With Claude's help, I eventually implemented a simple Markdown blog system that supports Github themes, multilingual switching, comments and table of contents, RSS, and is SEO-friendly. With Claude's assistance, I can add any desired functionality at any time, completely autonomously.
Markdown Style Demo
2024-08-12
This blog supports markdown style, here is the supported style display. You can use markdown syntax such as title, emphasis, list, link, image, quote, code, table, horizontal rule, etc.