
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
A local-first, zero-setup visual database for your JSON files. Get a spreadsheet-like GUI to edit JSON data without leaving your project.
JsonBoard is a local-first, zero-setup visual database for your JSON files.
No more manual JSON editing in VS Code or downloading-uploading from online tools.
Just run npx jsonboard
and get a full-featured GUI that feels like Google Sheets for your JSON data — perfect for projects that don't use traditional databases like SQL, MySQL, PostgreSQL, or MongoDB.
.json
files in your project.json
files (no exports needed)# Run in your project directory
npx jsonboard
# Or specify a custom folder
npx jsonboard --dir=data/content
# Or install globally
npm install -g jsonboard
jsonboard
your-project/
│
├── data/
│ ├── users.json # User data
│ ├── posts.json # Blog posts
│ ├── products.json # Product catalog
│ └── config.json # App configuration
│
├── src/
└── package.json
JsonBoard automatically scans your data/
folder (or any folder you specify) and provides a beautiful interface to edit all JSON files.
┌─────────────────────────────────────────────────────────────┐
│ 🧩 JsonBoard - users.json │
├─────────────────────────────────────────────────────────────┤
│ # │ id │ name │ email │ role │ ⚙️ │
├─────────────────────────────────────────────────────────────┤
│ 1 │ 1 │ John Doe │ john@example.com │ admin │ 🗑️ │
│ 2 │ 2 │ Jane Smith │ jane@example.com │ user │ �️ │
│ 3 │ 3 │ Bob Wilson │ bob@example.com │ editor │ 🗑️ │
└─────────────────────────────────────────────────────────────┘
│ ➕ Add Row │
[
{
"id": 1,
"name": "John Doe",
"email": "john@example.com",
"role": "admin",
"created_at": "2025-01-01T00:00:00Z"
}
]
/api/[file]
)Pull requests, issues, and ideas are welcome! Let’s make JSON editing beautiful and easy.
MIT
Made with ❤️ by SH20RAJ
FAQs
A local-first, zero-setup visual database for your JSON files. Features spreadsheet-like editing, centralized Zod schema generation (like Drizzle), TypeScript-first validation, and smart file management. Perfect for developers working with JSON data.
The npm package jsonboard receives a total of 10 weekly downloads. As such, jsonboard popularity was classified as not popular.
We found that jsonboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.