Open Source Projects

I've published a few open source projects recently, chiefly NarratorAI, ReadNext and InformAI. The RSC Examples project is also open source, and is a collection of examples that show how to use React Server Components, especially in Next JS. See the live RSC Examples site here.

NarratorAI

NarratorAI

NarratorAI excels at generating pieces of content like "What to Read Next" summaries, blog tag intros, and search result summaries. It's a tool that helps you create AI-powered content for your blog or other content.

View on GitHubRead Announcement Post
ReadNext

ReadNext

ReadNext is a tool that creates AI-powered content recommendations for your blog or other content. It uses a combination of natural language processing and machine learning to suggest related content.

View on GitHubRead Announcement Post
LANsaver

LANsaver

LANsaver is a NextJS application that helps you back up homelab/home networking equipment like firewalls, managed switches and home assistant installs. Built for me as rebuilding my VLANs would be a PITA.

View on GitHubSee live demo

Recent Articles about these Projects

Recently, I've been focused on integrating AI into React applications, sharing new tools and techniques that make development smoother. For instance, I've launched NarratorAI: Trainable AI assistant for Node and React, a project designed to enhance user interaction in applications. My exploration of content recommendations continues with ReadNext: AI Content Recommendations for Node JS and AI Content Recommendations with TypeScript, where I discuss leveraging AI to improve user experiences.

Additionally, I've been diving into practical uses of React Server Components, with articles like Error handling and retry with React Server Components and Promises across the void: Streaming data with RSC. Each of these posts reflects my ongoing commitment to utilizing open-source technologies for better development practices.

Most recent Open Source articles