Skip to content
Musab Edriss
← All projects
In progress

Second Brain — a personal knowledge app

A personal knowledge-management app built with Next.js, running a SQLite database entirely in the browser via sql.js.

Next.jsTypeScriptsql.jsSQLite (WASM)

Second Brain is where I keep notes, links, and half-formed ideas in a structure I control. It is a Next.js app, and the twist is that the database is SQLite compiled to WebAssembly (sql.js) running in the browser — so queries are real SQL against a local file, with no server round trip.