---
title: "Developing an Innovative Blogging System"
description: "Introducing a novel approach to blogging, utilising speech-to-text functionality and AI-powered translation."
date: 2026-04-05T19:04:15.832Z
category: Engineering
readingTime: "1 min read"
---


As I sit down to discuss my latest project, I am excited to share with you a system I have been developing. It is common knowledge that people often write about their experiences and share them online in the form of blogs. I, too, have decided to join this endeavour, but I must admit that I am not one for sitting in front of a screen, typing away for extended periods. I prefer to converse and utilise my voice, which is why I have designed a system that caters to my preference.

The system, which you are witnessing live, operates as follows: on my telephone, I have a programme, or rather a shortcut, provided by Apple for iPhone devices. Upon clicking this shortcut, a screen opens, and I begin to speak. My spoken words are then transcribed into text. This process is straightforward, and the challenge lies in what happens next. At this point, my software comes into play, as the text is sent to my server, where a dual-layer artificial intelligence system is triggered. The first layer translates the raw Turkish text into English, taking into account various factors to ensure a fluent translation, rather than a direct one.

The system then proceeds to format the text, adding a title, description, tags, and date, all of which are done automatically within seconds. I then review the text, comparing it to my previous writings, and checking for any sensitive information. If everything is in order, the text is sent directly to my code repository, which is linked to my website. Upon receiving the new code, the system updates my website, making the blog post available to the public. This innovative approach to blogging has been an exciting project to work on, and I look forward to continuing to develop and refine the system.