Latest updates, new features, and improvements to DevFlow.
Showing 6 of 6 entries
We're excited to announce the official launch of DevFlow — a comprehensive suite of developer tools that chain together to streamline your workflow.
| Category | Tools |
|---|---|
| Formatters | JSON, SQL, CSS, YAML |
| Encoders | Base64, URL, HTML |
| Generators | UUID, QR Code, Password, Timestamp |
| Decoders | JWT, JSON Web Tokens |
| Testers | Regex, cURL |
All tools run entirely in your browser — no data is sent to servers unless you explicitly share it. Your data never leaves your device.
We're bringing the power of AI to DevFlow with a suite of intelligent features that help you understand and fix data faster.
Our AI uses Groq's Llama 3.1 model to provide fast, accurate responses. All processing happens locally in your browser — your data is never sent to external servers (except for the AI inference).
// Example: Explain a JWT token
const token = "eyJhbGciOiJIUzI1NiIs...";
const explanation = await explain(token);
// → "This is a JWT token containing:
// - Header: { alg: HS256, typ: JWT }
// - Payload: { sub: 123, name: John, iat: 1516239022 }"
// ```
### Rate Limits
| Plan | Requests/Day |
|------|------------|
| Free | 50 |
| Pro | 500 |
| Team | Unlimited |
[View pricing →](/pricing)
The Pipeline Builder is here — a revolutionary way to chain developer tools together into automated workflows.
[JSON Formatter] → [JSON to YAML] → [YAML Download]
↓ ↓
[Validate] [Copy to Clipboard]
We provide starter templates for common workflows:
The Community feature is live! Now you can share your pipelines with the world and discover workflows created by other developers.
We're making DevFlow even faster with comprehensive keyboard navigation and a command palette.
Press ⌘K (Mac) or Ctrl+K (Windows/Linux) to open the command palette. From there you can:
| Action | Mac | Windows/Linux |
|---|---|---|
| Command Palette | ⌘K | Ctrl+K |
| Quick Tool | ⌘T | Ctrl+T |
| New Pipeline | ⌘N | Ctrl+N |
| Run Pipeline | ⌘Enter | Ctrl+Enter |
| Save | ⌘S | Ctrl+S |
| Undo | ⌘Z | Ctrl+Z |
| Redo | ⌘⇧Z | Ctrl+Shift+Z |
Each tool may have its own keyboard shortcuts. Check the tool page for details.
DevFlow now supports dark mode and works beautifully on all device sizes.
Toggle between light and dark themes using the sun/moon icon in the navbar. Your preference is saved locally and persists across sessions.
✅ System preference detection
✅ Manual toggle in navbar
✅ Preference saved to localStorage
✅ Smooth theme transitions
All tools now work seamlessly across screen sizes:
| Device | Layout |
|---|---|
| Mobile | Single column, stacked inputs |
| Tablet | Two-column where appropriate |
| Desktop | Full multi-panel layouts |
Want to stay updated? Follow us on Twitter or star us on GitHub.