Solid engineering. The main gap is visibility.
Minimal blogging platform for personal use built with Laravel, Livewire, Alpine.js, Tailwind CSS.
Documentation
51
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README is present.
README documents how to install the project.
Engineering
77
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Lockfile present (bun.lock). Installs are reproducible.
Test files detected (phpunit.xml).
CI is configured (.github/workflows/tests.yml).
PHP linting configured (.editorconfig).
Project health
94
.gitignore present.
Dependency manifest found (composer.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 15 / 73Commits (30d / 90d)
- 0Forks
- —Releases
Community
- 28% - WeakCommunity health
- —authors own >50% of commits
- 8Watchers
Responsiveness
- —Median issue response
- —Median PR merge time
- 0Open issues
Repository files34 root entries
- .agentsGood: Security policy present.
- .claude
- .gemini
- .githubGood: CI is configured (.github/workflows/tests.yml).
- appIssue: Build artifacts or local files may be committed (app/.DS_Store) (−40 pts).Fix: Remove them and add to .gitignore.
- bootstrap
- config
- database
- public
- resources
- routes
- storage
- tests
- .editorconfigGood: PHP linting configured (.editorconfig).
- .env.example
- .gitattributes
- .gitignoreGood: .gitignore present.
- .mcp.json
- AGENTS.md
- artisan
- boost.json
- bun.lockGood: Lockfile present (bun.lock). Installs are reproducible.
- CLAUDE.md
- composer.jsonGood: Dependency manifest found (composer.json).
- composer.lock
- GEMINI.md
- opencode.json
- package.json
- phpstan.neon
- phpunit.xmlGood: Test files detected (phpunit.xml).
- pint.json
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Issue: No live demo link in the README (−20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- tailwind.config.js
- vite.config.js