Hi HN! I’m excited to open-source Bloggr, a lightweight, Next.js-first blogging engine backed by Supabase (by default).<p># Repo: <a href="https://github.com/Antibody/bloggr">https://github.com/Antibody/bloggr</a>
# Blog demo: <a href="https://bloggr.dev/blog" rel="nofollow">https://bloggr.dev/blog</a><p>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<p>TODO:
a) Add themes;
b) Add blog posts and blog index layout customisation;
c) Add other data layers;<p>Feedback Welcome:
What features are crucial for your blogging needs? What other data layers (PostgreSQL direct, MongoDB) would you like adapters for?<p>Thanks for feedback and for checking repo out!<p>P.S. Node.js version is coming soon