Managing shared expenses with friends, roommates, or colleagues can quickly become a hassle. SharedTab simplifies the process, allowing you to create groups, add members, track expenses, and settle debts—without the need for logins or registrations. Whether you're splitting dinner bills, rent, or group trip expenses, SharedTab keeps everything organized and fair.
Start by creating a group for any shared expenses. Whether it's a vacation fund, household costs, or a weekend getaway, you can add members effortlessly.
Forget about signing up or remembering passwords. SharedTab requires no logins, making it quick and hassle-free for everyone to join and contribute.
Just share a private link with friends or roommates—they can join the group and add expenses without needing to create an account.
Every expense added to the group is recorded, and balances are updated instantly. Members can see who paid what and how much each person owes, making it easy to settle up.
Each group has a unique private link that can be shared securely among members. Only those with the link can access the group's expense log, ensuring privacy.
SharedTab provides a basic log of transactions, but it operates on a trust-based system. Members are expected to enter expenses honestly, making it an easy and lightweight solution for tracking shared costs.
Before running the project, you need to set up your environment variables:
-
Copy the
.env.example
file to a new file named.env
:cp .env.example .env
-
Update the
.env
file with your specific configuration values:- Set your
DATABASE_URL
with the correct database credentials - Configure any additional environment variables required for your project
- Set your
The application requires these environment variables to connect to the database and other services properly.
Run the development server with one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
The project includes both unit tests and end-to-end tests. Here's how to run them:
npm run test # Run unit tests once
npm run test:watch # Run unit tests in watch mode
npm run cypress # Open Cypress interactive mode
npm run cypress:e2e # Start dev server and open Cypress
npm run test:all # Runs both unit and E2E tests
Note: The project is configured with GitHub Actions to automatically run tests on push and pull requests to the main branch.
Here are some of the planned features and improvements:
- 🌐 Multi-language Support
- Multiple language options
- RTL support
- Automatic language detection
- 👤 User Authentication
- User registration and login
- OAuth integration
- Profile management
- 🎨 Enhanced User Experience
- Dark/Light theme
- Customizable UI
- 🔒 Security Features
- End-to-end encryption
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
MIT License
Copyright (c) 2024 Shared Tab
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.