From 3e63604a88698c5a381c4fbfbf4ee55d2053c215 Mon Sep 17 00:00:00 2001 From: Alex Alexandrescu Date: Sun, 8 Feb 2026 16:53:51 +0200 Subject: [PATCH] chore: add .project.json for portfolio snapshot Co-Authored-By: Claude Opus 4.6 --- .project.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .project.json diff --git a/.project.json b/.project.json new file mode 100644 index 0000000..016db57 --- /dev/null +++ b/.project.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://alexcatdad.github.io/schemas/project-meta.schema.json", + "what": "Subscription tracker with smart notifications and spending analytics.", + "why": "Tracks recurring subscriptions and surfaces spending insights across payment methods.", + "tags": ["sveltekit", "svelte", "convex", "better-auth"], + "featured": false, + "order": 65 +}