Show HN: Bloggr – a Next.js blogging engine (open-source; MIT)

bloggr.dev

3 points by maxim-fin 6 hours ago

Hi HN! I’m excited to open-source Bloggr, a lightweight, Next.js-first blogging engine backed by Supabase (by default).

# Repo: https://github.com/Antibody/bloggr # Blog demo: https://bloggr.dev/blog

Key Features: a) Modern Next.js 15.3 App Router foundation; b) Secure admin area (CRUD) with Supabase auth & middleware protection; c) Tiptap rich text editor with image uploads (to Supabase Storage Bucket); d) Blog index pagination; e) Per-post SEO tags

TODO: a) Add themes; b) Add blog posts and blog index layout customisation; c) Add other data layers;

Feedback Welcome: What features are crucial for your blogging needs? What other data layers (PostgreSQL direct, MongoDB) would you like adapters for?

Thanks for feedback and for checking repo out!

P.S. Node.js version is coming soon