All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Show HN: String Flux – Simplify everyday string transformations for developers

By

eaglepeak

1y ago
Snippet from the RSS feed

I built https://stringflux.io/ to make everyday string transformations a little less painful. It’s similar to CyberChef in the sense that it supports multiple string operations, but with a cleaner, more focused UI and smart suggestions based on your input.

You can also chain transformations — for example: decode base64 string which was base64 encoded from minified json → then json format (pretty-print) it — all in one flow. This is helpful when dealing with complex or nested strings, like encoded API responses or log data, where you need to apply multiple steps to make the content readable.

The idea came from the frustration of jumping between different tools just to handle common string tasks.

There’s a short GIF demo in the GitHub README: https://github.com/stringflux/stringflux

Would love to hear your thoughts and feedback!


Comments URL: https://news.ycombinator.com/item?id=44196211

Points: 6

# Comments: 0

You might also wanna read