DocumentationIntroduction
Getting Started
Welcome to DevFlow! Learn how to use our 29+ developer tools.
Getting Started
Welcome to DevFlow, the privacy-first toolkit for developers. DevFlow provides 29+ browser-based utilities that help you format, transform, and analyze data without ever sending your sensitive information to a server.
Core Concepts
1. Tool Selection
Browse our extensive library of tools ranging from JSON formatters and JWT decoders to regex testers and base64 encoders. Use the Command Palette (⌘K) to quickly find any tool by name, category, or keyword.
2. Tool Inputs
Every tool has a standard interface:
- Input Area: Paste your raw data here.
- Options: Configure tool-specific settings (e.g., indentation level for formatters).
- Execution: Most tools process data in real-time as you type, but you can also trigger them manually using keyboard shortcuts.
3. Output & Copy
Processed data appears in the output area. You can:
- Copy to Clipboard: One-click copying.
- Download: Save result as a file.
- Explain with AI: Get a breakdown of what the output means.
Your First Transformation
- Navigate to the JSON Formatter.
- Paste a minified JSON string.
- Observe the perfectly indented output.
- Try clicking the "Explain" button in the AI sidebar to see a summary of the JSON structure.
Next Steps
- Learn how to chain tools together using the Pipeline Builder.
- Explore how AI features can help you debug faster.
- Generate an API Key for programmatic access.
Found an error or have a suggestion?Edit this page on GitHub
Quick Read