2 Free / Responsive financial workspace with guest mode.
Web application
Next.js and React deliver accounts, transactions, budgets, goals, shared expenses, alerts, and portability. Guest mode demonstrates the product without registration or real data. It ships from the twofree-web repository and is served under /app on 2free.camir.tech.
Guest mode starts with a fictional, disposable financial dataset.
Accounts, transactions, budgets, and goals share exact monetary rules.
Information can be exported or moved to a persistent mode.

How I built it
Next.js composes routes and delivery, while React uses shared use cases instead of duplicating rules on every screen. Guest mode makes the complete experience evaluable without registration and without mixing demo data with real accounts.