Getting Started with DevFlow Studio
DevFlow Studio provides a suite of professional developer tools accessible via web interface, API, and CLI. This guide covers the essentials to get you up and running.
Quickstart Guide
Create a free account to access all three free utilities instantly. No credit card required. Premium subscribers unlock the full tool suite including the CSS Glassmorphism Generator, SQL Query Minifier & Formatter, and JWT Decoder.
- Free tier: JSON Formatter & Validator, SHA-256 Hasher, URL Encoder / Decoder
- Premium tier ($5/mo): All free tools plus CSS Glassmorphism Generator, SQL Query Minifier & Formatter, JWT Decoder, API Keys, and priority support
BASH Quick start — create an account
# Sign up via the web interface
curl -X POST https://flow.deede.tr/register.php \
-H "Content-Type: application/json" \
-d '{"name":"John","email":"john@example.com","password":"securepass123"}'
Authentication
All API requests require authentication via session cookies (web) or API keys (coming soon to Premium). Web sessions are managed automatically upon login. For programmatic access, you will need to authenticate with your credentials and maintain the session cookie.
For detailed tool-specific documentation, select a utility from the sidebar.