Site Info

This section provides insight into the creation, structure, and technology behind this website.

Intellectual Property

All original artwork, writing, characters, and related intellectual property are by Alex Stevovich.
© 2025 Alex Stevovich. All rights reserved.

Webite by

This website is designed, developed, and maintained by Alex Stevovich.

Goals

This site unifies my work under a single home, distinct from my service brands, which are more focused and tailored to their respective audiences. The separation ensures clarity—so someone looking for wedding invitations doesn't wind up in tech jargon—and supports the more bureaucratic needs of consulting .

Here, I write and present in my natural tone. The home page is intentionally expressive and dynamic, while the rest of the site maintains a clean, structured layout for readability and easy navigation.

Artifacts

This catalog serves as a canonical reference for every digital asset I’ve created. It simplifies distribution, improves discoverability, and directs users to official content rather than third-party or social media platforms.

Technology

This site combines static content with dynamic server-side rendering. All JS, CSS, and image assets are bundled during a build step.

For this project, I’ve experimented with serving HTML directly from Lydio on request, trading traditional templating for greater runtime control and skipping disk reads for performance.

The server itself is fully hand-built—no external frameworks—and a lightweight custom CMS manages selected content.

Lydio

All HTML is programmatically composed using Lydio and an array of custom Lydio components, used in both static generation and runtime rendering.

Marle

The Writing and other dynamic sections are powered by the Marle markup blogging system.