OpenSparrow – open-source admin panel builder, zero dependencies, v2.1 just dropped
OpenSparrow, an open-source admin panel builder, has released version 2.1. This version features a major user experience overhaul and introduces new modules and security fixes. The framework allows users to create fully functional admin panels connected to PostgreSQL databases without writing JSON manually.
- ▪OpenSparrow is an open-source visual admin panel framework with zero dependencies.
- ▪Version 2.1 includes a major UX overhaul and new modules.
- ▪The framework supports features like a visual table builder, dashboard builder, and user roles.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3933746) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Tomasz Posted on May 17 OpenSparrow – open-source admin panel builder, zero dependencies, v2.1 just dropped #php #opensource #showdev #webdev OpenSparrow – open-source admin panel builder, zero dependencies, v2.1 just dropped Hey everyone! I want to share a project I've been building — OpenSparrow, an open-source visual admin panel framework.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).