translate projects mdx files

This commit is contained in:
2026-04-17 09:29:54 +02:00
parent f551ff9f59
commit 17d46f8c78
40 changed files with 3480 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
---
ready: true
title: "Threadbase"
priority: 2
description: "The macOS app that saves the user's windows, notes, and work context."
dateLabel: "2026 - present"
category: "macOS application"
client: "Mathéo Guilbert EI"
roles:
- "Full-Stack Developer"
technologies:
- "Swift"
- "Next JS"
- "MariaDB"
- "Docker"
- "Komodo"
- "PostHog"
cover: "/images/projects/threadbase/cover.png"
preview1: "/images/projects/threadbase/preview-1.png"
preview2: "/images/projects/threadbase/preview-2.png"
featured: true
---
<div>
<h2>The mission</h2>
<ProjectsColumns>
<div>
Threadbase is a macOS app that Im developing as a freelancer. The goal is to make it easier for a developer to pick up a project again after a break of any length.
This project has allowed me to gain experience in app development within the Apple ecosystem and in working with the OS (virtual desktops, apps).
</div>
<div>
It also taught me the importance of selling a digital product, which is just as important as the product itself.
I developed everything myself: the app itself, the landing page, software license management, and the server architecture that hosts it all.
</div>
</ProjectsColumns>
</div>
<ProjectPreviewGrid
items={[
{ title: "Aperçu 1", image: "/images/projects/threadbase/preview-1.png" },
{ title: "Aperçu 2", image: "/images/projects/threadbase/preview-2.png" }
]}
/>
<ProjectVisitButton href="" />