-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html.backup
More file actions
339 lines (319 loc) · 19.1 KB
/
Copy pathindex.html.backup
File metadata and controls
339 lines (319 loc) · 19.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Free Nonprofit Analytics Tools | Daly Analytics</title>
<meta name="description" content="Free analytics tools built specifically for nonprofits. Calculate donor retention, create board meeting packets, track grants, and plan fundraising campaigns with data-driven insights.">
<meta name="keywords" content="nonprofit analytics, donor retention, grant tracking, fundraising tools, nonprofit CRM, data analysis">
<meta property="og:title" content="Free Nonprofit Analytics Tools | Daly Analytics">
<meta property="og:description" content="Replace expensive subscriptions with free tools built specifically for nonprofits.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://dalyanalytics.github.io/nonprofit-analytics-tools/">
<link rel="stylesheet" href="./assets/css/style.css?v=2">
</head>
<body>
<nav class="navbar">
<div class="container">
<div class="navbar-container">
<a href="#" class="navbar-brand">
<span class="text-gradient">Nonprofit Analytics</span>
</a>
<ul class="navbar-menu">
<li><a href="#features" class="navbar-link">Features</a></li>
<li><a href="#tools" class="navbar-link">Tools</a></li>
<li><a href="#about" class="navbar-link">About</a></li>
<li><a href="https://www.dalyanalytics.com/contact" class="btn btn-primary btn-sm">Get Custom Tools</a></li>
</ul>
</div>
</div>
</nav>
<section class="hero-pattern text-white">
<div class="container">
<div class="section-lg text-center">
<h1 class="text-white animate-fade-in">Free Analytics Tools for Nonprofits</h1>
<p class="text-xl mb-xl text-white" style="opacity: 0.95;">
Stop paying hundreds of dollars per month for generic software. Get purpose-built tools that understand your mission.
</p>
<div class="btn-group justify-center">
<a href="#tools" class="btn btn-lg" style="background: white; color: var(--primary-color);">
Explore Tools
</a>
<a href="https://github.com/dalyanalytics/nonprofit-analytics-tools" class="btn btn-lg btn-outline" style="border-color: white; color: white;">
View Source Code
</a>
</div>
<div class="grid grid-cols-4 md:grid-cols-4 sm:grid-cols-2 gap-lg mt-3xl">
<div class="stat-card animate-slide-up">
<div style="font-size: 2rem; margin-bottom: 0.5rem; color: white;">💸</div>
<div class="stat-value" style="color: white !important;">$0</div>
<div class="stat-label" style="color: white !important; opacity: 0.9;">Monthly Cost</div>
</div>
<div class="stat-card animate-slide-up" style="animation-delay: 0.1s;">
<div style="font-size: 2rem; margin-bottom: 0.5rem; color: white;">🔓</div>
<div class="stat-value" style="color: white !important;">100%</div>
<div class="stat-label" style="color: white !important; opacity: 0.9;">Open Source</div>
</div>
<div class="stat-card animate-slide-up" style="animation-delay: 0.2s;">
<div style="font-size: 2rem; margin-bottom: 0.5rem; color: white;">🛠️</div>
<div class="stat-value" style="color: white !important;">4</div>
<div class="stat-label" style="color: white !important; opacity: 0.9;">Tools Available</div>
</div>
<div class="stat-card animate-slide-up" style="animation-delay: 0.3s;">
<div style="font-size: 2rem; margin-bottom: 0.5rem; color: white;">⚡</div>
<div class="stat-value" style="color: white !important;">∞</div>
<div class="stat-label" style="color: white !important; opacity: 0.9;">Customizable</div>
</div>
</div>
</div>
</div>
</section>
<section id="features" class="section bg-secondary">
<div class="container">
<div class="text-center mb-2xl">
<h2 class="text-gradient">Why Nonprofits Choose Our Tools</h2>
<p class="text-lg text-secondary">Built by someone who understands your challenges</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-2 sm:grid-cols-1 gap-xl">
<div class="card card-glass p-xl animate-fade-in">
<div class="feature-icon">💸</div>
<h3>Zero Cost Forever</h3>
<p class="text-secondary">
No subscriptions, no hidden fees, no vendor lock-in. These tools are free and will always be free for nonprofits.
</p>
</div>
<div class="card card-glass p-xl animate-fade-in" style="animation-delay: 0.1s;">
<div class="feature-icon">🎯</div>
<h3>Purpose-Built</h3>
<p class="text-secondary">
Designed specifically for nonprofit workflows, not adapted from for-profit tools that don't understand your needs.
</p>
</div>
<div class="card card-glass p-xl animate-fade-in" style="animation-delay: 0.2s;">
<div class="feature-icon">📊</div>
<h3>Real Insights</h3>
<p class="text-secondary">
Go beyond basic charts. Get actionable recommendations, benchmarks, and predictive analytics that drive decisions.
</p>
</div>
<div class="card card-glass p-xl animate-fade-in" style="animation-delay: 0.3s;">
<div class="feature-icon">🔒</div>
<h3>Your Data Stays Private</h3>
<p class="text-secondary">
Everything runs in your browser. Your sensitive donor and financial data never leaves your computer.
</p>
</div>
</div>
</div>
</section>
<section id="tools" class="section">
<div class="container">
<div class="text-center mb-2xl">
<h2>Available Analytics Tools</h2>
<p class="text-lg text-secondary">Click any tool to launch it instantly in your browser</p>
</div>
<div class="grid grid-cols-4 lg:grid-cols-4 md:grid-cols-2 sm:grid-cols-1 gap-xl">
<div class="card card-gradient card-floating animate-scale">
<div class="card-body">
<div class="badge badge-success mb-md">✅ Live Now</div>
<div class="feature-icon feature-icon-outline mb-lg">📊</div>
<h3>Donor Retention Calculator</h3>
<p class="text-secondary mb-lg">
Analyze retention rates, calculate lifetime value, and benchmark against industry standards.
</p>
<ul class="list-feature mb-lg">
<li>Cohort analysis by year</li>
<li>Lifetime value projections</li>
<li>Industry benchmarks</li>
<li>Segmentation insights</li>
</ul>
<a href="https://dalyanalytics.shinyapps.io/donor-retention-calculator/" class="btn btn-primary w-full" target="_blank">
Launch Calculator →
</a>
</div>
</div>
<div class="card card-gradient card-floating animate-scale" style="animation-delay: 0.1s;">
<div class="card-body">
<div class="badge badge-success mb-md">✅ Live Now</div>
<div class="feature-icon feature-icon-outline mb-lg">📄</div>
<h3>Board Packet Generator</h3>
<p class="text-secondary mb-lg">
Create professional board meeting packets with automated data visualizations and executive summaries.
</p>
<ul class="list-feature mb-lg">
<li>Automated report generation</li>
<li>Financial summaries</li>
<li>Impact visualizations</li>
<li>Executive dashboards</li>
</ul>
<a href="https://dalyanalytics.shinyapps.io/board-packet-generator/" class="btn btn-primary w-full" target="_blank">
Launch Generator →
</a>
</div>
</div>
<div class="card card-gradient card-floating animate-scale" style="animation-delay: 0.2s;">
<div class="card-body">
<div class="badge badge-success mb-md">✅ Live Now</div>
<div class="feature-icon feature-icon-outline mb-lg">🔍</div>
<h3>Grant Research Assistant</h3>
<p class="text-secondary mb-lg">
Find New England foundations that fund organizations like yours using IRS 990 data.
</p>
<ul class="list-feature mb-lg">
<li>Search 15+ foundations</li>
<li>Filter by state & size</li>
<li>View grants paid data</li>
<li>Export prospect lists</li>
</ul>
<a href="https://dalyanalytics.shinyapps.io/grant-research-assistant/" class="btn btn-primary w-full" target="_blank">
Launch Assistant →
</a>
</div>
</div>
<div class="card card-gradient card-floating animate-scale" style="animation-delay: 0.3s;">
<div class="card-body">
<div class="badge badge-success mb-md">✅ Live Now</div>
<div class="feature-icon feature-icon-outline mb-lg">📊</div>
<h3>Capital Campaign Forecaster</h3>
<p class="text-secondary mb-lg">
Modernize campaign planning with Monte Carlo simulation for multi-year capital campaigns.
</p>
<ul class="list-feature mb-lg">
<li>Monte Carlo simulation (1,000 scenarios)</li>
<li>3-5 year campaign projections</li>
<li>ROI probability analysis</li>
<li>Confidence intervals & risk assessment</li>
</ul>
<a href="https://dalyanalytics.shinyapps.io/capital-campaign-forecaster/" class="btn btn-primary w-full" target="_blank">
Launch Forecaster →
</a>
</div>
</div>
</div>
<div class="text-center mt-2xl">
<p class="text-lg text-secondary mb-lg">
More tools are in development based on nonprofit community feedback
</p>
<a href="https://github.com/dalyanalytics/nonprofit-analytics-tools/issues" class="btn btn-outline btn-lg">
Request a Tool →
</a>
</div>
</div>
</section>
<section class="section" style="background: var(--primary-gradient);">
<div class="container">
<div class="card card-glass p-2xl">
<div class="text-center">
<h2 class="mb-lg">Need Custom Analytics Solutions?</h2>
<p class="text-lg text-secondary mb-xl">
These tools showcase what's possible. Let's build something tailored to your organization's unique needs.
</p>
<div class="grid grid-cols-2 md:grid-cols-2 sm:grid-cols-1 gap-lg mb-xl">
<div class="text-left">
<h4 class="text-gradient">What We Build</h4>
<ul class="list-feature">
<li>Custom donor dashboards with ML predictions</li>
<li>Automated & professional impact reports for funders</li>
<li>Program evaluation frameworks</li>
<li>Real-time campaign tracking</li>
<li>Board meeting analysis tools</li>
</ul>
</div>
<div class="text-left">
<h4 class="text-gradient">Technologies We Use</h4>
<ul class="list-feature">
<li>R & Python for advanced data science</li>
<li>Machine learning for predictions</li>
<li>AI for natural language insights</li>
<li>Edge Cloud deployment</li>
<li>API integrations with any platform</li>
</ul>
</div>
</div>
<div class="btn-group justify-center">
<a href="https://www.dalyanalytics.com/contact" class="btn btn-primary btn-lg">
Schedule Free Consultation →
</a>
<a href="https://www.dalyanalytics.com" class="btn btn-outline btn-lg">
Learn More About Daly Analytics
</a>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="section bg-secondary">
<div class="container container-md">
<div class="text-center">
<h2 class="mb-lg">About This Project</h2>
<p class="text-lg text-secondary mb-xl">
After a year of consulting with nonprofits, I kept seeing the same problems:
organizations paying thousands for tools that don't understand their unique needs,
managing critical data in spreadsheets, and making decisions without proper analytics.
</p>
<p class="text-lg text-secondary mb-xl">
These free tools are my contribution back to the nonprofit community. They're built
with modern data science techniques but designed to be accessible to everyone.
</p>
<div class="card card-glass p-xl">
<img src="assets/profile_picture_2024.jpeg" alt="Jasmine Daly" class="mb-md" style="width: 100px; height: 100px; border-radius: 50%; margin: 0 auto;">
<h4>Jasmine Daly</h4>
<p class="text-secondary mb-md">Principal Consultant & Founder, Daly Analytics</p>
<p class="text-secondary">
Experienced data scientist specializing in nonprofit analytics, with expertise in R, Shiny,
machine learning, and building custom solutions that stakeholders love using.
</p>
<div class="flex gap-md justify-center mt-lg">
<a href="https://www.linkedin.com/in/jasminemdaly/" class="btn btn-ghost btn-sm">LinkedIn</a>
<a href="mailto:hello@dalyanalytics.com" class="btn btn-ghost btn-sm">Email</a>
<a href="https://www.dalyanalytics.com" class="btn btn-ghost btn-sm">Website</a>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h4>Tools</h4>
<ul class="list-unstyled">
<li class="mb-sm"><a href="https://dalyanalytics.shinyapps.io/donor-retention-calculator/" class="footer-link">Donor Retention Calculator</a></li>
<li class="mb-sm"><a href="https://dalyanalytics.shinyapps.io/board-packet-generator/" class="footer-link">Board Packet Generator</a></li>
<li class="mb-sm"><a href="https://dalyanalytics.shinyapps.io/grant-research-assistant/" class="footer-link">Grant Research Assistant</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Resources</h4>
<ul class="list-unstyled">
<li class="mb-sm"><a href="https://github.com/dalyanalytics/nonprofit-analytics-tools" class="footer-link">Source Code</a></li>
<li class="mb-sm"><a href="https://github.com/dalyanalytics/nonprofit-analytics-tools/issues" class="footer-link">Report Issues</a></li>
<li class="mb-sm"><a href="#" class="footer-link">Documentation</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Daly Analytics</h4>
<ul class="list-unstyled">
<li class="mb-sm"><a href="https://www.dalyanalytics.com" class="footer-link">Website</a></li>
<li class="mb-sm"><a href="https://www.dalyanalytics.com/contact" class="footer-link">Contact</a></li>
<li class="mb-sm"><a href="https://www.linkedin.com/in/jasminemdaly/" class="footer-link">LinkedIn</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Mission</h4>
<p style="color: rgba(255,255,255,0.7); line-height: 1.6;">
Democratizing data analytics for nonprofits through free,
open-source tools that respect your mission and your budget.
</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Daly Analytics. MIT License. Built with ❤️ for the nonprofit community.</p>
</div>
</div>
</footer>
</body>
</html>