SShortSingh.
Back to feed

Open-Source Tool JSON Link Tackles Localization Pitfalls with Local-First Architecture

0
·1 views

Engineering teams working across Flutter, React, iOS, and Android often rely on Google Sheets or cloud-based translation services for localization, introducing risks such as syntax corruption, key mismatches, and data compliance issues. To address these vulnerabilities, developers have built and open-sourced JSON Link, a zero-backend, local-first localization workstation that runs entirely in the browser. The tool uses a recursive-descent AST parser to lock interpolation placeholders, preventing translators from accidentally corrupting variable tokens that can cause app crashes. It connects directly to local project directories via the Native File System Access API, eliminating the need for manual file exports and keeping translation data off third-party servers. Collaboration features include DEFLATE-compressed shareable URLs and AES-GCM 256-bit client-side encryption, ensuring that sensitive strings and API credentials never pass through an intermediary cloud proxy.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer builds Mac-native AI assistant Moe that works hands-free in the background

A developer has created Moe, a macOS AI assistant that sits unobtrusively at the screen notch and can be activated via voice wake word, keyboard shortcut, or held key — without requiring a separate chat window. Unlike typical AI tools, Moe performs tasks directly on the Mac using accessibility APIs, executing actions in background windows while leaving the user's cursor undisturbed. It prioritises less intrusive methods before resorting to clicks, and only pauses for user confirmation before irreversible actions like sending messages or making payments. Moe draws on NVIDIA's Parakeet for speech recognition and Nous Research's Hermes Agent for its runtime, connecting to whichever AI model the user already has, such as Claude, ChatGPT, or a local model. The app is free, requires macOS 15 on Apple silicon, and is currently available in beta at moebot.app.

0
ProgrammingDEV Community ·

Honest Chart tool displays SHA-256 fingerprint to verify CSV data integrity

A developer has built Honest Chart, a free browser-based tool that converts CSV files into charts while displaying a SHA-256 fingerprint of the uploaded file. The fingerprint allows users to confirm that the source data has not been altered between uploads, ensuring the chart accurately reflects the original file. The tool is aimed at anyone creating quick visualizations for slides or sharing purposes who wants an added layer of data transparency. Honest Chart is available as a demo page on GitHub and requires no installation or sign-up. The developer is seeking community feedback on practical use cases and potential limitations of the approach.

0
ProgrammingDEV Community ·

TokenPrint Lets Developers Visualize LLM Inference Layer by Layer in 3D

A developer has released TokenPrint, a free open-source tool that lets users visually explore how transformer-based large language models process tokens during inference. The interactive 3D environment allows users to navigate through each layer of a model and inspect individual operations such as attention scores, embeddings, normalization, and MLP projections. Rather than presenting the model as a static diagram or raw code, TokenPrint frames inference as a step-by-step computational journey through the network. Users can select any component to view plain-language explanations, mathematical equations, tensor dimensions, parameter counts, and actual model data. The project is available to try online at tokenprint.in and its source code is hosted publicly on GitHub.

0
ProgrammingDEV Community ·

Stackness Launches as a Social Platform for Developers to Share Their Tech Stacks

A developer named Gordeychuk has launched Stackness, a new social platform designed for developers to showcase the tools and technologies they use. The platform allows users to display their tech stack and explain how they incorporate each tool in their work. Stackness was simultaneously listed on Product Hunt, where it is beginning to attract its first users. The creator is actively seeking feedback from the developer community to improve the platform.