Engineering tools that actually run
Student Hub is a live Next.js application — calculators, converters, Verilog simulation, AI RTL generation and sandboxed code execution. Pick a tool to jump straight into it.
Runs as its own app under this platform (/student-hub/* in production, currently at https://carnaged.me). Your work stays in the Hub — Nemofy just points the way.
/#/calculatorsCalculators
Scientific calculator, binary arithmetic, bitwise ops, 2's complement, base converter.
/#/convertersConverters
DOCX → PDF and PPTX → PDF conversion, run server-side via LibreOffice.
/#/verilogVerilog Lab
Write Verilog, simulate with Icarus Verilog 12, inspect waveforms — sandboxed.
/#/ai-verilogAI VerilogLab
Natural language → RTL → testbench → simulate → synthesize, autonomously.
/#/codeCode Lab
Compile and run C, C++, Java and Python in isolated sandboxes.
The Hub keeps its own stack — Next.js frontend, hash routes (#/calculators, #/verilog…), execution APIs for compile/simulate/convert/AI, and local toolchains (Icarus Verilog, GCC, Java, LibreOffice). Also live independently at carnaged.me.