I've spent a decade inside ServiceNow — building what the platform doesn't ship.
I run unarii — consulting, tooling, infrastructure. crucial.ly is the ServiceNow side. One-person operation by choice.
I self-host everything I depend on and automate what I can’t watch. Local-first, no cloud dependency. If it runs in my house or my clients’ environments, I built or configured it.
Four languages. Based in Slovakia, working across Austria.
Projects
vikstra-bridge
MCP stdio-to-HTTP bridge. Run any MCP server remotely.
sn-edit
Script editor for ServiceNow. Write code where it belongs.
paste.me
Zero-knowledge paste sharing. Client-side encryption, no server trust.
Telegram RSS Bot
RSS-to-Telegram bot. Subscribe to feeds, get updates in chat.
Blog
- Serverless functions in Go Oct 2020
In the article you get to know how to build a simple serverless function and deploy it to AWS. Also you can get a good insight of what a serverless function is and the pros and cons of it.
- SN-EDIT v0.2 released Jul 2020
The new version promises a more streamlined and stable experience on all the major platforms like MacOS, Linux or Windows! Now you can use sn-edit on any platform of your choice with the same features. All of these promises without installing any dependencies and simply just using one executable!
Why did I replace some of the javascript implemented functions with WASM (Webassembly) and its benefits
- Did you ever hear about Go? May 2020
Choosing the right language for our project is never an easy task. It takes a lot of consideration what to invest your time into. Is a scripting or a programming language better?
I am sure you know the feeling, when you want to generate a custom PDF on Servicenow. You search for a way, but the platform just simply does not offer enough. In this little how-to I would like to show you the process of creating a custom PDF while using Servicenow. We will use the very familiar and popular chrome browser for this. If I have your attention now, keep reading!