Zach Gollwitzer a90899668f Fix pasting issue for markdown link
Signed-off-by: Zach Gollwitzer <zach@maybe.co>
2025-07-24 18:13:56 -04:00
2025-07-24 17:34:00 -04:00
2025-05-07 10:00:24 -05:00
2025-07-24 17:34:28 -04:00
2025-07-24 10:50:05 -04:00
2025-06-18 04:32:14 -05:00
2024-02-02 09:05:04 -06:00
2024-02-02 09:05:04 -06:00
2025-07-24 10:50:05 -04:00
2024-02-02 09:05:04 -06:00
2025-05-20 13:31:05 -05:00
2024-02-02 09:05:04 -06:00
2024-08-23 10:06:24 -04:00
2024-02-02 09:05:04 -06:00
2024-08-23 10:06:24 -04:00
2025-05-20 09:09:10 -04:00
2024-02-02 09:05:04 -06:00
2025-07-24 10:50:05 -04:00
2025-07-24 10:50:05 -04:00
2024-02-02 09:05:04 -06:00
2025-03-28 13:08:22 -04:00
2024-02-02 09:05:04 -06:00
2025-07-24 18:13:56 -04:00

maybe_hero

Maybe: The personal finance app for everyone

Important

This repository is no longer actively maintained. You can read more about this in our final release.

Maybe Hosting

Maybe is a fully working personal finance app that can be self hosted with Docker.

Local Development Setup

If you are trying to self-host the Maybe app, stop here. You should read this guide to get started.

The instructions below are for developers to get started with contributing to the app.

Requirements

  • See .ruby-version file for required Ruby version
  • PostgreSQL >9.3 (ideally, latest stable version)

After cloning the repo, the basic setup commands are:

cd maybe
cp .env.local.example .env.local
bin/setup
bin/dev

# Optionally, load demo data
rake demo_data:default

And visit http://localhost:3000 to see the app. You can use the following credentials to log in (generated by DB seed):

  • Email: user@maybe.local
  • Password: password

For further instructions, see guides below.

Setup Guides

Maybe is distributed under an AGPLv3 license. " Maybe" is a trademark of Maybe Finance, Inc.

Description
v0.6.0 Latest
2025-07-25 05:34:28 +08:00
Languages
Ruby 70.2%
HTML 23.2%
JavaScript 4.9%
CSS 1.4%
Shell 0.2%
Other 0.1%