
In the heart of Vienna
Headquarters
Löwengasse 14 / Lokal 2
1030 Vienna, Austria
INNOVATIVE. EFFECTIVE.
Professional software development.
Your software agency in Austria. We build custom software solutions tailored to your needs.
We deliver in weeks,
not months.

Consulting
We advise you on every aspect of digital transformation.

Development
We develop custom software solutions for your business.
We support
your business
in the digital age.
UX design
Using modern UX methods, we craft user-friendly and intuitive interfaces.
Web development
We create modern websites and web applications tailored precisely to your individual needs.
Backend development
Our custom backend solutions are built around your specific requirements and are based on the Pylon framework.
Content management
With Jaen as your content management system, you can manage your website entirely on your own.
We solve
your problems
with quantum computers if need be.
Diagram
// quantum ripple-carry adder from Cuccaro et al, quant-ph/0410184 OPENQASM 2.0; include "qelib1.inc"; gate majority a,b,c { cx c,b; cx c,a; ccx a,b,c; } gate unmaj a,b,c { ccx a,b,c; cx c,a; cx a,b; } qreg cin[1]; qreg a[4]; qreg b[4]; qreg cout[1]; creg ans[5]; // set input states x a[0]; // a = 0001 x b; // b = 1111 // add a to b, storing result in b majority cin[0],b[0],a[0]; majority a[0],b[1],a[1]; majority a[1],b[2],a[2]; majority a[2],b[3],a[3]; cx a[3],cout[0]; unmaj a[2],b[3],a[3]; unmaj a[1],b[2],a[2]; unmaj a[0],b[1],a[1]; unmaj cin[0],b[0],a[0]; measure b[0] -> ans[0]; measure b[1] -> ans[1]; measure b[2] -> ans[2]; measure b[3] -> ans[3]; measure cout[0] -> ans[4];
Translation
Powered by Perceval, Qiskit, PyZX
Not run yet
Simulation
Not run yet
Stories from our projects.


Jaen
The CMS project I develop with Nico. Together we are trying to bring content management into the 21st century. This very site runs on it.
Read more

Emailwerk
How mailpress became emailwerk. Three attempts at a mail service of my own, what it sends for me today and which legacy baggage I buried in the third rewrite.
Read more

qtamp
Why I built a player that runs original Winamp skins as programs. About the Maki VM, thousands of skins as a test suite and a player that keeps playing even without a window.
Read more

Linux on Apple Silicon
Why I run my MacBook Pro with Fedora Asahi, how my desktop came about and what I run my own RPM repository for.
Read more

Security
Two stories about digital identity. A YubiKey with a paper backup and a login that is a qualified signature.
Read more
We give back what carries us.
Open Source
Jaen, the CMS this site runs on, is open source, and qtamp together with its skin engine qtWasabi is MIT licensed. Anyone who wants to know how something is built can read the source themselves.
Open Knowledge
Our documentation publishes what we have learned, from the quantum computing chapters out of PhotonQ to the Linux and RPM notes and the security write-ups. Our RPM repository provides the patched packages that came out of that work. Freely available as well is colorpedia.org, our reference for named colours, with no account and no tracking.
Local Community
Netsnek is a silver sponsor of the Kärntner Linuxtag and helps bring the Linux days to Carinthia. You will find us at the Linux-Stammtisch on a regular basis.


