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.

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.