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.

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 →
Create an HTTP Server
// 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`
  1. 01
    SIX 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
  2. 02
    BUILT 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
  3. 03
    LOCAL 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

Spend less time rebuilding the spreadsheet.

Download Kredit ToolsWindows 10 / 11 · Six-tool local installer

SHA256 3B8BA6050A66343E41F86AB97E1674935C6DCC2C175529FDE38FC103C09DAEB9