"Money should not vanish into shadows—it should flow like glass:
clear, traceable, and trusted by all."
GlassFund isn’t just a project.
It’s a movement for transparency—a way to make every rupee, dollar, or euro visible, traceable, and accountable.
In today’s world, financial opacity fuels corruption, mistrust, and inefficiency.
GlassFund flips the script by ensuring that:
- Administrators manage budgets responsibly.
- Auditors verify without friction.
- The Public finally sees where their contributions go.
We believe that data is not just numbers—it’s trust.
- 🎥 Immersive Experience – A homepage with a cinematic video background that conveys clarity.
- 🔒 Role-Based Transparency – Admin, Auditor, Public… each sees exactly what they need to.
- 📊 Smart Dashboard – For administrators to create budgets, add transactions, and visualize spending.
- 🔍 GlassFund View – For auditors and citizens, giving them read-only transparency in a simplified way.
- 📱 Universal Access – Responsive, accessible design that works across devices.
In every institution, the question isn’t “How much money do we have?”
The real question is: “Where did it go?”
GlassFund answers that question.
We humanized finance by making it:
- Clear: No jargon, just simple flows.
- Fair: Everyone sees the truth, not filtered reports.
- Future-Ready: Designed to scale into a real-world public finance tool.
This is not about code alone—
it’s about trust between people and institutions.
/project-root
│
├── index.html # Homepage (GlassFund landing page)
├── login.html # Sign-in page
├── dashboard.html # Admin dashboard page
├── GlassFund.html # Auditor & Public fund tracking page
├── styles.css # (Optional) Shared CSS file
├── 0913.mp4 # Background video for homepage
└── README.md # Documentation
Use the following test credentials for role-based redirection:
| Role | Username/Email | Password | Redirects To |
|---|---|---|---|
| Administrator | admin or admin@trueflow.com |
admin123 |
dashboard.html |
| Auditor | auditor or auditor@trueflow.com |
audit123 |
GlassFund.html |
| Public Viewer | viewer or viewer@trueflow.com |
view123 |
GlassFund.html |
- Hero section with tagline
- Navigation bar with links to:
- Home
- Features
- Sign-In / Sign-Up
- Dashboard
- Button: Start Tracking → links to
dashboard.html
- Clean login form with email + password fields
- Supports role-based redirection after login
- Error handling with "shake" animation for invalid inputs
- Allows admins to:
- Create and manage budgets
- Track total, spent, and remaining funds
- Add transactions with date, department/project/vendor
- Visualize fund flow distribution
- Read-only fund distribution view for auditors and the public
- Ensures transparency and traceability
- Clone or download the project folder.
- Open
index.htmlin your browser. - Navigate using the navbar or login to access role-specific pages.
For queries, reach out to: GlassFund@gmail.com
- Backend integration with database (MySQL / MongoDB)
- Real-time transaction logging
- Secure authentication system
- Graphical fund distribution visualization (charts)