A super lightweight blog — drop .md files in posts/ and they appear.
npm install
npm start
# → http://localhost:3000To add a post: paste any .md file into posts/ and it will show up on the index.
Single-file Node.js server (server.js) + marked for markdown rendering. No framework, no build step, no database.