Angelica Santana website

This project is not part of the main Vue and FastAPI cluster, but it is still a useful reference for development-environment design.

Architecture focus

  • frontend-oriented web development tooling around Node.js
  • a local shell built with Nix, direnv, and devenv
  • project-local PostgreSQL service support for data work during development

Why it matters in this vault

It captures a repeatable pattern for keeping web projects reproducible at the shell and service level, not only at the application-framework level.

Reusable patterns

  • development shells that bundle language servers, formatters, and runtime tools
  • local service startup that keeps database dependencies close to the project
  • a clean split between content-site work and heavier backend application stacks