Skip to content

Commit 52769b6

Browse files
authored
docs: Add comprehensive documentation for architecture, deployment & packages
1 parent c96683f commit 52769b6

File tree

6 files changed

+2840
-19
lines changed

6 files changed

+2840
-19
lines changed

ACKNOWLEDGMENTS.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Acknowledgments
2+
3+
We would like to thank the following projects, organizations, and individuals who have contributed to making Databuddy possible:
4+
5+
## Open Source Projects
6+
7+
Databuddy is built on the shoulders of giants. We are grateful to the maintainers and contributors of these excellent open source projects:
8+
9+
### Core Framework & Runtime
10+
- [Next.js](https://nextjs.org/) - The React framework for production
11+
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces
12+
- [Bun](https://bun.sh/) - Fast all-in-one JavaScript runtime
13+
- [TypeScript](https://www.typescriptlang.org/) - JavaScript with syntax for types
14+
- [Turborepo](https://turbo.build/repo) - High-performance build system for JavaScript and TypeScript monorepos
15+
16+
### Database & Data Management
17+
- [PostgreSQL](https://www.postgresql.org/) - The world's most advanced open source database
18+
- [ClickHouse](https://clickhouse.com/) - Fast open-source column-oriented database management system
19+
- [Drizzle ORM](https://orm.drizzle.team/) - TypeScript ORM for SQL databases
20+
- [Redis](https://redis.io/) - In-memory data structure store
21+
22+
### UI & Styling
23+
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework
24+
- [Radix UI](https://www.radix-ui.com/) - Unstyled, accessible components for building design systems
25+
- [Phosphor Icons](https://phosphoricons.com/) - Flexible icon family for interfaces
26+
27+
### API & Type Safety
28+
- [ORPC](https://orpc.dev/) - Type-safe RPC framework
29+
- [Elysia](https://elysiajs.com/) - Fast and friendly Bun web framework
30+
- [Zod](https://zod.dev/) - TypeScript-first schema validation
31+
32+
### Development Tools
33+
- [Fumadocs](https://fumadocs.vercel.app/) - Documentation framework
34+
- [Ultracite](https://github.com/stackblitz/ultracite) - Advanced linting and formatting
35+
- [Prettier](https://prettier.io/) - Opinionated code formatter
36+
- [Tanstack Query](https://tanstack.com/query) - Powerful asynchronous state management
37+
38+
### Utilities
39+
- [Day.js](https://day.js.org/) - Fast 2kB alternative to Moment.js
40+
- [nanoid](https://github.com/ai/nanoid) - A tiny, secure, URL-friendly unique string ID generator
41+
42+
## Hosting & Infrastructure
43+
44+
- [Vercel](https://vercel.com/) - Special thanks to Vercel for supporting Databuddy through their [OSS Program](https://vercel.com/oss)
45+
46+
## Community
47+
48+
- All our [contributors](https://github.com/databuddy-analytics/Databuddy/graphs/contributors) who have helped improve Databuddy
49+
- Everyone in our [Discord community](https://discord.gg/JTk7a38tCZ) for their feedback and support
50+
- Users who have reported bugs, suggested features, and helped test the platform
51+
52+
## Inspiration
53+
54+
Databuddy draws inspiration from privacy-focused analytics platforms and the broader open source analytics community:
55+
56+
- [Plausible Analytics](https://plausible.io/) - For pioneering privacy-first web analytics
57+
- [Umami](https://umami.is/) - For showing what's possible with open source analytics
58+
- [PostHog](https://posthog.com/) - For their comprehensive approach to product analytics
59+
60+
## Special Thanks
61+
62+
- To all early adopters and beta testers who provided invaluable feedback
63+
- To the TypeScript and JavaScript communities for building an amazing ecosystem
64+
- To everyone who believes in privacy-first, open source alternatives to proprietary analytics platforms
65+
66+
---
67+
68+
If you've contributed to Databuddy and would like to be mentioned here, please open a PR or reach out to us!

0 commit comments

Comments
 (0)