v0.0.0-dev.0

About Affirm

A modern Nuxt 4 application deployed to Cloudflare Workers, styled with Tailwind CSS v4, DaisyUI v5, and the Catppuccin Mocha colour palette.

Tech Stack

Nuxt 4

The Intuitive Vue Framework

Vue 3

Progressive JavaScript Framework

Tailwind CSS 4

Utility-First CSS

DaisyUI 5

Component Library

Cloudflare Workers

Edge Deployment

TypeScript

Type-Safe Development

Project Structure

app/pages/

File-based routing

app/components/

Auto-imported Vue components

app/composables/

Shared reactive logic

app/layouts/

Page wrapper templates

app/middleware/

Route guards and logging

app/plugins/

App-wide initialisation

server/api/

Nitro API endpoints

shared/

Code shared between app and server

Back Home