DEV Community

Gaspard Kirira
Gaspard Kirira

Posted on

Building my official developer profile around Softadastra and Vix.cpp

I created a new official profile page for my work:

https://gaspardkirira.softadastra.com

The goal of this page is simple. I wanted one clear place that connects my identity as the founder of Softadastra with the projects I am building, especially Vix.cpp.

Vix.cpp is a modern C++ runtime for building fast and reliable applications. The project started from a problem I kept seeing in C++ development: as projects grow, the difficulty is not only the language itself. The real pressure often comes from project structure, dependencies, builds, modules, diagnostics and the work needed to keep a project reliable across machines and teams.

Softadastra is the company I am building around that direction. Its focus is C++ tooling. The goal is to create practical tools that make serious C++ development easier to organize, maintain and deliver.

This profile page is not meant to be a portfolio full of every small detail. It is meant to be a canonical public page for my work. It explains who I am, what Softadastra is, what Vix.cpp is, and how the current projects fit together.

The site is intentionally simple. It is built with static HTML, CSS and JavaScript. No framework was needed for the first version because the main goal is readability, speed and clarity. Search engines should be able to understand the page easily, and developers should be able to read it without noise.

The current direction around Softadastra is also becoming clearer:

  • Vix.cpp is the local workflow for C++ applications.
  • Rix is the unified userland library layer for Vix.cpp.
  • Softadastra Cloud is the project operations platform for C++ teams using Vix.
  • Ivi.php is a fast, simple PHP framework for APIs and SPAs.

For Softadastra Cloud, the idea is especially important:

Vix works locally. Softadastra Cloud organizes the team layer.

That means workspaces, private packages, lockfile history, build reports, diagnostics, CI profiles and permissions. The goal is to reduce the operational stress of modern C++ projects, especially when the project becomes bigger than one developer or one machine.

This is still a long journey, but creating this official page is one small step toward making the work easier to understand from the outside.

I will continue improving Vix.cpp, writing more about C++ tooling, and building Softadastra around the problems that matter in real developer workflows.

Official profile:

https://gaspardkirira.softadastra.com

Vix.cpp:

https://github.com/vixcpp/vix

Top comments (0)