ONLINE

Welcome to Toft.gg

May 2, 2026 · 1 min read

Welcome to Toft.gg

This is my portfolio and blog site, built from scratch with Node.js, Express, MongoDB, and EJS.

Why I Built This

I wanted a site that matches the aesthetic of my MCP Server dashboard — dark, terminal-inspired, and clean. Every component is custom-styled using CSS custom properties.

Features

const greeting = "Hello, world!";
console.log(greeting);

Mermaid Example

graph TD
    A[User Request] --> B[Express Router]
    B --> C[Controller]
    C --> D[MongoDB]
    D --> C
    C --> B
    B --> E[Render EJS]
    E --> F[HTML Response]

Thanks for reading!

Ollama + Open WebUI Setup Guide →
Back to Blog