Kivo
A modern invoicing platform for freelancers and creators. Create professional invoices, track payments, and get paid faster.
Popularity score
31
Stars: 9 · Forks: 2 (forks weighted 80%)
Quality score
90
Out of 100 possible points.
Cloudflare products
7
Workers, D1, R2…
Quality breakdown
Automated tests
10 points
Continuous integration
10 points
README documentation
10 points
AGENTS.md instructions
20 points
README images or videos
10 points
Repository description
15 points
Project website
15 points
License file
10 points
Improve your score
Copy this prompt into your preferred coding agent.
You are an expert engineer working inside this repository. Make real edits (add files, adjust configs, update docs) to improve the repository quality score used by the Small App Garden leaderboard.
Return your work as:
- A short prioritized checklist (quick wins first)
- A list of files changed/added
- Any commands to run to verify (`test`, `lint`, `build` if present)
App: Kivo
Repository: https://github.com/lauragift21/kivo
Description: A modern invoicing platform for freelancers and creators. Create professional invoices, track payments, and get paid faster.
Current quality score: 90/100
Stack hints:
- Framework: Workers
- Language: TypeScript
- Build tool: Vite
- Package manager: npm
Already earning points:
- Automated tests (+10) [tests]
- Continuous integration (+10) [ci]
- README documentation (+10) [readme]
- AGENTS.md instructions (+20) [agentsmd]
- README images or videos (+10) [readme-media]
- Repository description (+15) [description]
- Project website (+15) [website]
Missing points (implement these):
- License file (+10) [license]
Scoring rubric (what the leaderboard checks):
- Automated tests (+10) - repo contains a test file matching common patterns
- Continuous integration (+10) - repo has GitHub Actions workflow(s) under `.github/workflows/`
- README documentation (+10) - repo has `README.md`
- AGENTS.md instructions (+20) - repo has `AGENTS.md` with agent-friendly commands
- README images or videos (+10) - README includes at least one screenshot and a GIF/video link
- Repository description (+15) - GitHub About description is set
- Project website (+15) - GitHub About homepage URL is set
- License file (+10) - GitHub recognizes a license
Implementation notes:
- Prefer minimal changes that still meet the detection rules.
- Do not add secrets; use `.env.example` and document env var names instead.
- If adding a license, pick one the owner is comfortable with (MIT is a common default).
## Fix: License file (+10) [license]
Detection: Detected from GitHub license metadata (usually recognized when a standard license file exists).
Do this (minimum): add a standard license file that GitHub recognizes (e.g. MIT).
- Create `LICENSE` with standard text (fill in the copyright line).
MIT template:
```text
MIT License
Copyright (c) {{YEAR}} {{OWNER}}
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
``` Stack
- Framework: Workers
- Language: TypeScript
- Build tool: Vite
- Package manager: npm
- UI library: Tailwind CSS + Radix UI
- Monorepo: Yes
Cloudflare products
Workers D1 R2 Durable Objects Workers AI Static Assets Cron Triggers
Repository hygiene
Description Yes
Website Yes
README Yes
AGENTS.md Yes
README images Yes
README videos/GIFs Yes
License None
Dependencies
Runtime
- @kivo/shared *
- hono ^4.0.0
- stripe ^14.10.0
- @fontsource/geist-sans ^5.2.5
- @fontsource/instrument-serif ^5.2.8
- @hookform/resolvers ^3.3.4
- @radix-ui/react-alert-dialog ^1.0.5
- @radix-ui/react-dialog ^1.0.5
- @radix-ui/react-dropdown-menu ^2.0.6
- @radix-ui/react-label ^2.0.2
- @radix-ui/react-select ^2.0.0
- @radix-ui/react-slot ^1.0.2
- @radix-ui/react-tabs ^1.0.4
- @radix-ui/react-toast ^1.1.5
- @radix-ui/react-tooltip ^1.0.7
- @tanstack/react-query ^5.17.0
- @tanstack/react-router ^1.15.0
- class-variance-authority ^0.7.0
- clsx ^2.1.0
- date-fns ^3.2.0
- lucide-react ^0.309.0
- react ^18.2.0
- react-dom ^18.2.0
- react-hook-form ^7.49.3
- tailwind-merge ^2.2.0
- zod ^3.22.4
Dev
- @types/node ^20.10.0
- concurrently ^8.2.2
- eslint ^8.55.0
- typescript ^5.3.3
- wrangler ^4.54.0
- @cloudflare/workers-types ^4.20240117.0
- vitest ^1.1.0
- @types/react ^18.2.47
- @types/react-dom ^18.2.18
- @vitejs/plugin-react ^4.2.1
- autoprefixer ^10.4.16
- postcss ^8.4.33
- tailwindcss ^3.4.1
- vite ^5.0.11