SA accounting · Windows desktop
Working papers meet better software.
Six focused desktop tools for fixed assets, leases, company tax, client data cleanup, VAT201 reconciliation and diesel records. Built for South African accountants who want review-ready support without uploading client files.
02 / What Kredit Tools is
Small tools. Useful tools. Reliable tools.
Kredit Tools is a suite of local desktop apps for South African accounting practices. As accountants, we are using the opportunity that new technology opens: software that bridges the gap between humans and writing code, so we can build tools that are small but useful, and more importantly reliable.
See how it fits a file →// server.mjs
import { createServer } from 'node:http';
const server = createServer((req, res) => {
res.writeHead(200, { 'Content-Type': 'text/plain' });
res.end('Hello World!\n');
});
// starts a simple http server locally on port 3000
server.listen(3000, '127.0.0.1', () => {
console.log('Listening on 127.0.0.1:3000');
});
// run with `node server.mjs`- 01SIX DESKTOP APPS
Fixed Asset Register, Lease Compiler, Income Tax Compiler, VAT Hub with diesel logbook support, and a client data Sanitizer, opened from one Launcher.
SA ACCOUNTING · WINDOWS DESKTOP - 02BUILT BY ACCOUNTANTS
We use new technology that bridges the gap between people and writing software, so we can ship small but useful, and more importantly reliable, tools.
HUMAN + SOFTWARE - 03LOCAL BY DEFAULT
Each tool runs on the accountant's own machine. Client files stay with you. Nothing is uploaded to a server.
LOCAL FILES · NO UPLOAD
Windows 10 / 11 · Build v0.2.1