personal

Dev TIL Feed

A personal Today I Learned feed built with Hono, React, and SQLite for capturing daily learning moments

TypeScript Hono React SQLite

Project Overview

A personal Today I Learned feed built with Hono, React, and SQLite for capturing daily learning moments

README.md
README.md

Project Overview

Dev TIL Feed is a lightweight personal “Today I Learned” application for capturing and browsing daily learning moments. Built with Hono on the backend, React on the frontend, and SQLite for persistence — keeping things simple and fast.

Key Features

Quick Capture

  • Simple interface for jotting down daily learnings
  • Markdown support for code snippets and formatting

Feed View

  • Chronological feed of all TIL entries
  • Browse and search past learnings

Tech Stack

  • Hono: Ultrafast web framework for the API layer
  • React: Frontend UI for browsing and creating entries
  • SQLite: Embedded database for zero-config persistence