EN / TR
Start Project

Why teams trust Codivak with production systems

Every link below is a live, working system — not a mockup. We're engineers first: the same person who writes the embedded firmware also ships the web dashboard, so nothing gets lost in translation between hardware and software.

Vortex / Smart Factory

Yarn quality control and production tracking system. High-speed computer vision scanning at 120m/s.

  • OpenCV
  • PLC
  • Python
View Case
def read_plc_register(addr):
    client = ModbusClient(host='192.168.0.5')
    if client.connect():
        return client.read(addr)

873 Digital / Creative Web

Modern web architecture designed for high conversion. SEO-optimized structure and blazing fast performance.

  • Frontend
  • UI/UX
  • SEO
Visit Live Site
// Scroll Interaction
const observer = new IntersectionObserver((e) => {
    e.forEach(entry => {
        if(entry.isIntersecting) {
            entry.target.classList.add('visible');
        }
    });
});

Aktif Yapı

Corporate website for a Şanlıurfa-based mechanical installation company: product catalogs, dealer network management, and a reference gallery.

  • PHP
  • MySQL
  • SEO
Visit Live Site
function getDealerNetwork($region) {
    $stmt = $pdo->prepare(
        "SELECT * FROM dealers WHERE region = ?"
    );
    $stmt->execute([$region]);
    return $stmt->fetchAll();
}

From First Call to Live System

Selected engagements spanning industrial automation, corporate web platforms, and creative web design.

Start Project