Skip to content

Commit d039b33

Browse files
committed
fix readme
1 parent a25fde3 commit d039b33

File tree

1 file changed

+7
-30
lines changed

1 file changed

+7
-30
lines changed

README.md

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<div align="center">
44

55
[![License: AGPL](https://img.shields.io/badge/License-AGPL-red.svg)](LICENSE)
6-
[![TypeScript](https://img.shields.io/badge/TypeScript-5.8-blue.svg)](https://www.typescriptlang.org/)
7-
[![Next.js](https://img.shields.io/badge/Next.js-15.3-black.svg)](https://nextjs.org/)
8-
[![React](https://img.shields.io/badge/React-19.0-blue.svg)](https://reactjs.org/)
9-
[![Turborepo](https://img.shields.io/badge/Turborepo-1.12-blue.svg)](https://turbo.build/repo)
10-
[![Bun](https://img.shields.io/badge/Bun-1.2-blue.svg)](https://bun.sh/)
11-
[![Tailwind CSS](https://img.shields.io/badge/Tailwind-3.4-blue.svg)](https://tailwindcss.com/)
6+
[![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue.svg)](https://www.typescriptlang.org/)
7+
[![Next.js](https://img.shields.io/badge/Next.js-16.1-black.svg)](https://nextjs.org/)
8+
[![React](https://img.shields.io/badge/React-19.2-blue.svg)](https://reactjs.org/)
9+
[![Turborepo](https://img.shields.io/badge/Turborepo-2.7-blue.svg)](https://turbo.build/repo)
10+
[![Bun](https://img.shields.io/badge/Bun-1.3-blue.svg)](https://bun.sh/)
11+
[![Tailwind CSS](https://img.shields.io/badge/Tailwind-4.1-blue.svg)](https://tailwindcss.com/)
1212

1313
[![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/databuddy-analytics/Databuddy?utm_source=oss&utm_medium=github&utm_campaign=databuddy-analytics%2FDatabuddy&labelColor=171717&color=FF570A&link=https%3A%2F%2Fcoderabbit.ai&label=CodeRabbit+Reviews)](https://coderabbit.ai)
1414
[![Code Coverage](https://img.shields.io/badge/coverage-85%25-green.svg)](https://github.com/databuddy-analytics/Databuddy/actions/workflows/coverage.yml)
@@ -104,27 +104,4 @@ See [SECURITY.md](SECURITY.md) for reporting vulnerabilities.
104104

105105
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See the [LICENSE](LICENSE) file for details.
106106

107-
Copyright (c) 2025 Databuddy
108-
109-
## 🙏 Acknowledgments
110-
111-
See [ACKNOWLEDGMENTS.md](ACKNOWLEDGMENTS.md) for credits.
112-
113-
## ⚠️ Coding Standards & Rules
114-
115-
- **Bun is required** for all development and scripts. Do not use npm, pnpm, or Node.js CLI for install, run, or dev.
116-
- **Zod v4** (from `zod/v4`) is required everywhere. Do not use Zod v3.
117-
- **Use only Phosphor icons** (not Lucide).
118-
- **Use Dayjs** for date handling (never date-fns).
119-
- **Use Tanstack Query** for hooks (never SWR).
120-
- **Use rounded** for border radius (never rounded-xl or rounded-md).
121-
- **Never add placeholders or mock data.**
122-
- **Always ensure type-safety** and use shared types where possible.
123-
- **Never throw errors in server actions;** use try/catch and return errors to the client.
124-
- **Always use error boundaries properly.**
125-
- **Console usage:** Use `console.error`, `console.time`, `console.json`, `console.table`, etc. appropriately.
126-
- **Almost never use useEffect** unless critical.
127-
- **Use Ultracite** for linting and formatting.
128-
- **Use Prettier** for code formatting.
129-
130-
See `.cursor/rules/` for the full enforced ruleset.
107+
Copyright (c) 2025 Databuddy Analytics, Inc.

0 commit comments

Comments
 (0)