Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/acars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ const skills = [
];

const projects = [
{
title: 'ACARS — Airline Management MMO',
description:
'Open-source, decentralised airline simulation MMO backed by the Nostr protocol. Build and operate a virtual carrier competing on 6,072 real-world routes using deterministic O(1) economics (Gravity Model, QSI market share). 1:1 real-time — a 7-hour flight takes 7 real hours. Zero central database: all state is a cryptographically signed, relay-backed reduction of Nostr events.',
tags: ['Nostr', 'React 19', 'TypeScript', 'MapLibre GL', 'Monorepo'],
image: '/images/acars.png',
width: 1232,
height: 950,
href: 'https://acars.pub',
},
{
title: 'Pixel Survivor',
description:
Expand Down