From 80407f22ca5332fdcf510aae656eee9d7a317c48 Mon Sep 17 00:00:00 2001 From: Ibrahim Suleiman Date: Thu, 21 May 2026 21:24:57 +0100 Subject: [PATCH 1/4] chore: update app name from 'Future Self' to 'Futureself' across various files for consistency --- README.md | 8 ++++---- compose.yml | 2 +- frontend/index.html | 2 +- frontend/src/components/layout/Shell.tsx | 2 +- frontend/src/pages/ComposePage.tsx | 2 +- frontend/src/pages/HomePage.tsx | 2 +- frontend/src/pages/ResetPasswordPage.tsx | 2 +- templates/forget_password.hbs | 4 ++-- templates/signin_magic_link.hbs | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index df5b87d..cb69b5b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Future Self +# Futureself -I built Future Self as a simple app for writing messages today and receiving them later in my inbox. It uses a NestJS API with a React (Vite) frontend, PostgreSQL for storage, Redis + BullMQ for scheduling and background jobs, and [Brevo](https://www.brevo.com/) for email delivery. +I built Futureself as a simple app for writing messages today and receiving them later in my inbox. It uses a NestJS API with a React (Vite) frontend, PostgreSQL for storage, Redis + BullMQ for scheduling and background jobs, and [Brevo](https://www.brevo.com/) for email delivery. Users can write a message, choose a delivery date, and let the system handle the scheduling and sending automatically. @@ -8,7 +8,7 @@ Users can write a message, choose a delivery date, and let the system handle the Most reminder apps are built around tasks and notifications. I wanted something more personal: a way to leave notes for myself that arrive at the right time. -Sometimes it’s a reflection I want to revisit months later, a message for an important milestone, encouragement before a difficult period, or just context I know I’ll forget with time. Future Self is built around that idea: delayed personal communication instead of productivity tooling. +Sometimes it’s a reflection I want to revisit months later, a message for an important milestone, encouragement before a difficult period, or just context I know I’ll forget with time. Futureself is built around that idea: delayed personal communication instead of productivity tooling. > **Note** This repository is still in active development @@ -51,7 +51,7 @@ POSTGRES_HOST=127.0.0.1 POSTGRES_PORT=5432 POSTGRES_HOST_DOCKER=postgres -EMAIL_SENDER_NAME=Future Self +EMAIL_SENDER_NAME=Futureself EMAIL_SENDER_EMAIL=noreply@example.com BREVO_API_ENDPOINT=https://api.brevo.com/v3 BREVO_API_KEY=your-brevo-api-key diff --git a/compose.yml b/compose.yml index ecfea18..e54f00c 100644 --- a/compose.yml +++ b/compose.yml @@ -1,4 +1,4 @@ -name: 'Future Self backend' +name: 'Futureself backend' services: future-self-backend: image: ghcr.io/ibsule/future-self-backend:latest diff --git a/frontend/index.html b/frontend/index.html index 5542c81..d02bb00 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -28,7 +28,7 @@ } })(); - Future Self + Futureself - Future Self + Futureself