diff --git a/.cursor/rules/ui-ux-design-guidelines.mdc b/.cursor/rules/ui-ux-design-guidelines.mdc
index cabe097f9..af3334325 100644
--- a/.cursor/rules/ui-ux-design-guidelines.mdc
+++ b/.cursor/rules/ui-ux-design-guidelines.mdc
@@ -1,5 +1,5 @@
---
-description: This file describes Maybe's design system and how views should be styled
+description: This file describes Sure's design system and how views should be styled
globs: app/views/**,app/helpers/**,app/javascript/controllers/**
alwaysApply: true
---
diff --git a/.env.example b/.env.example
index 00bde4ad0..ae54687a9 100644
--- a/.env.example
+++ b/.env.example
@@ -1,5 +1,5 @@
# ================================ PLEASE READ ===========================================================
-# This file outlines all the possible environment variables supported by the Maybe app for self hosting.
+# This file outlines all the possible environment variables supported by the Sure app for self hosting.
#
# If you're a developer setting up your local environment, please use `.env.local.example` instead.
# ========================================================================================================
@@ -32,7 +32,7 @@ SECURITIES_PROVIDER=twelve_data
PORT=3000
# SMTP Configuration
-# This is only needed if you intend on sending emails from your Maybe instance (such as for password resets or email financial reports).
+# This is only needed if you intend on sending emails from your Sure instance (such as for password resets or email financial reports).
# Resend.com is a good option that offers a free tier for sending emails.
SMTP_ADDRESS=
SMTP_PORT=465
@@ -50,7 +50,7 @@ POSTGRES_PASSWORD=postgres
POSTGRES_USER=postgres
# App Domain
-# This is the domain that your Maybe instance will be hosted at. It is used to generate links in emails and other places.
+# This is the domain that your Sure instance will be hosted at. It is used to generate links in emails and other places.
APP_DOMAIN=
# Disable enforcing SSL connections
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 45c1b4264..e032cd731 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,21 +1,21 @@
-# Contributing to Maybe
+# Contributing to Sure
-It means so much that you're interested in contributing to Maybe! Seriously. Thank you. The entire community benefits from these contributions!
+It means so much that you're interested in contributing to Sure! Seriously. Thank you. The entire community benefits from these contributions!
## House Rules
-- Before contributing, familiarize yourself with our project conventions. You should read through our [Project Conventions Rule](https://github.com/maybe-finance/maybe/.cursor/rules/project-conventions.mdc), which is intended for LLMs, but is also an excellent primer on how we write code for Maybe.
+- Before contributing, familiarize yourself with our project conventions. You should read through our [Project Conventions Rule](https://github.com/we-promise/sure/blob/main/.cursor/rules/project-conventions.mdc), which is intended for LLMs, but is also an excellent primer on how we write code for Sure.
- While totally optional, consider using Cursor + VSCode as it will automatically apply our project conventions to your code via the `.cursor/rules` directory.
-- Before contributing, please check if it already exists in [issues](https://github.com/maybe-finance/maybe/issues) or [PRs](https://github.com/maybe-finance/maybe/pulls)
+- Before contributing, please check if it already exists in [issues](https://github.com/we-promise/sure/issues) or [PRs](https://github.com/we-promise/sure/pulls)
- Given the speed at which we're moving on the codebase, we don't assign issues or "give" issues to anyone.
- When multiple PRs are submitted for the same issue, we take the one that most succinctly & efficiently solves a given problem and stays within the scope of work.
- Priority is generally given to previous committers as they've proven familiarity with the codebase and product.
## What should I contribute?
-As we are still in the early days of this project, we recommend [heading over to the Wiki](https://github.com/maybe-finance/maybe/wiki) to get a better idea of _what_ to contribute.
+As we are still in the early days of this project, we recommend [heading over to the Wiki](https://github.com/we-promise/sure/wiki) to get a better idea of _what_ to contribute.
-In general, _full features_ that get us closer to [our Vision](https://github.com/maybe-finance/maybe/wiki/Vision) are the most valuable contributions at this stage.
+In general, _full features_ that get us closer to [our š Vision](https://github.com/we-promise/sure/wiki/Vision) are the most valuable contributions at this stage.
## Development
@@ -25,9 +25,9 @@ To get setup for local development, you have two options:
1. [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) with VSCode (see the `.devcontainer` folder)
2. Local Development
- - [Mac Setup Guide](https://github.com/maybe-finance/maybe/wiki/Mac-Dev-Setup-Guide)
- - [Linux Setup Guide](https://github.com/maybe-finance/maybe/wiki/Linux-Dev-Setup-Guide)
- - [Windows Setup Guide](https://github.com/maybe-finance/maybe/wiki/Windows-Dev-Setup-Guide)
+ - [Mac Setup Guide](https://github.com/we-promise/sure/wiki/Mac-Dev-Setup-Guide)
+ - [Linux Setup Guide](https://github.com/we-promise/sure/wiki/Linux-Dev-Setup-Guide)
+ - [Windows Setup Guide](https://github.com/we-promise/sure/wiki/Windows-Dev-Setup-Guide)
### Making a Pull Request
diff --git a/README.md b/README.md
index 5a33be797..64cca23f5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
@@ -30,11 +30,11 @@ The business end of things didn't work out, and so they stopped developing the a After spending nearly $1 million on development (employees, contractors, data providers, infra, etc.), the team open-sourced the app. Their goal was to let users self-host it for free ā and eventually launch a hosted version for a small fee. -They actually did launch that hosted version⦠briefly. +They actually did launch that hosted version ⦠briefly. That also didnāt work out ā at least not as a sustainable B2C business ā so now here we are: hosting a community-maintained fork to keep the codebase alive and see where this can go next. -Wanna join us? +Join us! ## Hosting ~Maybe~Sure @@ -48,7 +48,7 @@ Youāre free to fork it under the AGPLv3 license ā but weād love it if you To stay compliant and avoid trademark issues: - Be sure to include the original [AGPLv3 license](https://github.com/maybe-finance/maybe/blob/main/LICENSE) and clearly state in your README that your fork is based on Maybe Finance but is **not affiliated with or endorsed by** Maybe Finance Inc. -- Donāt use the word āMaybeā in your project name or logo ā itās a trademark of Maybe Finance Inc. +- "Maybe" is a trademark of Maybe Finance Inc. and therefore, use of it is NOT allowed in forked repositories (or the logo) ## Local Development Setup @@ -74,7 +74,7 @@ rake demo_data:default Visit http://localhost:3000 to view the app. You can log in with these demo credentials (from the DB seed): -- Email: `user@maybe.local` +- Email: `user@sure.local` - Password: `password` For further instructions, see guides below. diff --git a/app/assets/images/logo.svg b/app/assets/images/logo.svg index 013ffe189..afbf499b5 100644 --- a/app/assets/images/logo.svg +++ b/app/assets/images/logo.svg @@ -1,7 +1,19 @@ -