AroCrypt would be ten times more chaotic without TypeScript. Strong typing saved me from countless “why is this undefined at 3 AM” moments and made the whole codebase cleaner.
The backend logic and encryption workflows run on Node. Fast, reliable, and honestly the reason AroCrypt doesn’t catch fire when users throw big files at it.
AroCrypt runs cross-platform thanks to Electron. It gave me the freedom to ship a native-feeling desktop app without juggling three different codebases. Build once, vibe everywhere.
Huge love to React for making the whole frontend experience buttery. The speed, flexibility, and ecosystem basically let me ship features at the speed of caffeine plus panic.
AroCrypt is the kind of privacy tool we need more of — simple, powerful, and actually usable by humans. The AES + steganography combo is next-level. Not only does it encrypt files, it hides the fact they exist at all. That’s stealth-mode security.
React keeps the UI clean and reactive with minimal boilerplate. It's the perfect match for a privacy tool that needs both usability and performance, without the bloat.
Electron makes it dead simple to ship a full-featured desktop app across Windows, macOS, and Linux using tech I already know — no need to maintain separate codebases.
What's great
cross-platform support (4)single codebase (1)reuse web technologies (3)
Node.js is fast, lightweight, and perfect for building cross-platform CLI and encryption logic without the overhead of traditional languages. It lets me write secure, async code with ease.
What's great
fast performance (9)lightweight (1)cross-platform support (4)asynchronous architecture (1)