Skip to content

FiNAN Website Documentation

Complete guide for developers and content editors working on the FiNAN website
FiNAN Logo

This documentation serves two primary audiences:

  • Developers - New team members and technical contributors who need to understand architecture, create components, and implement features
  • Content Editors - Non-technical users who need to update committee members, manage FAQs, and edit content without writing code

For Content Editors

Start with Quick Start for Editors to learn what you can edit and how to make changes safely.

Non-technical users should focus on these guides:

Technical contributors should start here:

FiNAN (Filipino Nurses Association in the Nordic Region) is a professional non-profit organization website built with:

  • Astro 5.x - Static site generator with island architecture
  • Tailwind CSS 4.x - Utility-first CSS framework
  • TypeScript - Type-safe development
  • Ghost CMS - External blog content management
  • PhotoSwipe - Image gallery and lightbox
  1. Fast Onboarding - New developers can contribute within 1 day
  2. Self-Service Editing - Content editors can update committee members without developer help
  3. Single Source of Truth - All patterns documented and searchable
  4. Maintainability - Documentation stays in sync with code changes