dataformatx
v1.0.7
Published
The Intelligent File Converter. Secure, local, and powered by AI.
Maintainers
Readme
DataFormatX 💠
The Intelligent, Private File Converter.
What is this?
DataFormatX uses AI to convert files between complex data formats (JSON, XML, CSV) or documents (Markdown, HTML, LaTeX) directly in your browser.
It is designed with a Local-First architecture:
- Private: Data never leaves your machine (if using Local LLMs) or goes strictly to your chosen provider (Gemini/OpenAI).
- Secure: We do not store, log, or cache your files.
- No Middleman: You bring your own keys/models.
Quick Start
Run instantly (No install required):
npx dataformatxOr run from source:
git clone https://github.com/your-username/dataformatx.git
cd dataformatx
npm install
npm startPrivacy & Security
- Processing: All data parsing and UI rendering happens locally in your browser.
- AI Providers:
- Local LLMs (Ollama/LM Studio): Data never leaves your network.
- Gemini/OpenAI: Data is sent directly to the provider for conversion only.
- Storage: API Keys are stored in your browser's
localStorage. - Analytics: This tool contains zero telemetry or tracking.
License
MIT.
