Skip to content

Commit b6c2769

Browse files
hyperb1issclaude
andcommitted
feat: ✨ add electric badges and GitHub funding
Added beautiful for-the-badge style badges with SilkCircuit palette: - Electric Purple (#e135ff) for Next.js - Neon Cyan (#80ffea) for React - Coral Pink (#ff79c6) for TypeScript - Electric Yellow (#f1fa8c) for License - Success Green (#50fa7b) for npm version - Orange (#ffb86c) for downloads Also added: - GitHub funding file for Ko-fi support - Centered badge layout with quick navigation - Updated footer with Monster Ultra Violet reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a84c92d commit b6c2769

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

.github/FUNDING.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These are supported funding model platforms
2+
3+
github: hyperb1iss
4+
ko_fi: hyperb1iss

README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
[![npm version][npm-img]][npm-url] [![GitHub][github-img]][github-url] [![License][license-img]][license-url]
2-
31
# 🌐 Next.js Runtime Environment Configuration
42

5-
**Effortlessly populate your environment at runtime, not just at build time, with `@hyperb1iss/next-runtime-env`.**
3+
<div align="center">
4+
5+
[![Next.js](https://img.shields.io/badge/Next.js%2015-e135ff.svg?style=for-the-badge&logo=next.js&logoColor=white)](https://nextjs.org/)
6+
[![React](https://img.shields.io/badge/React%2019-80ffea.svg?style=for-the-badge&logo=react&logoColor=white)](https://react.dev/)
7+
[![TypeScript](https://img.shields.io/badge/TypeScript-ff79c6?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
8+
[![License](https://img.shields.io/badge/License-MIT-f1fa8c?style=for-the-badge&logo=opensourceinitiative&logoColor=white)](https://opensource.org/licenses/MIT)
9+
10+
[![npm version](https://img.shields.io/npm/v/@hyperb1iss/next-runtime-env?style=for-the-badge&logo=npm&logoColor=white&color=50fa7b)](https://www.npmjs.com/package/@hyperb1iss/next-runtime-env)
11+
[![CI](https://img.shields.io/github/actions/workflow/status/hyperb1iss/next-runtime-env/ci.yml?branch=development&style=for-the-badge&logo=github&logoColor=white&label=CI)](https://github.com/hyperb1iss/next-runtime-env/actions)
12+
[![Downloads](https://img.shields.io/npm/dm/@hyperb1iss/next-runtime-env?style=for-the-badge&logo=npm&logoColor=white&color=ffb86c)](https://www.npmjs.com/package/@hyperb1iss/next-runtime-env)
13+
14+
**Effortlessly populate your environment at runtime, not just at build time.**
15+
16+
[⚡ Installation](#-installation)[🚀 Getting Started](#-getting-started)[🛠 Advanced Usage](#-advanced-usage)
17+
[🚀 Deployment](#-deployment-guide)
18+
19+
</div>
620

721
> **Fork Notice:** This package is a Next.js 15 & React 19 compatible fork of the original
822
> [next-runtime-env](https://github.com/expatfile/next-runtime-env) by Expatfile.tax LLC. All credit for the original
@@ -403,12 +417,8 @@ This fork is maintained by [Stefanie Jane (@hyperb1iss)](https://github.com/hype
403417

404418
---
405419

406-
[npm-img]: https://img.shields.io/npm/v/@hyperb1iss/next-runtime-env
407-
[npm-url]: https://www.npmjs.com/package/@hyperb1iss/next-runtime-env
408-
[github-img]: https://img.shields.io/github/stars/hyperb1iss/next-runtime-env?style=social
409-
[github-url]: https://github.com/hyperb1iss/next-runtime-env
410-
[license-img]: https://img.shields.io/npm/l/@hyperb1iss/next-runtime-env
411-
[license-url]: https://github.com/hyperb1iss/next-runtime-env/blob/main/LICENSE.md
412-
[build-once-deploy-many-link]: https://www.mikemcgarr.com/blog/build-once-deploy-many.html
413-
[fundamental-principle-link]: https://cloud.redhat.com/blog/build-once-deploy-anywhere
414-
[twelve-factor-link]: https://12factor.net
420+
<div align="center">
421+
422+
If you find this useful, [buy me a Monster Ultra Violet ⚡](https://ko-fi.com/hyperb1iss)
423+
424+
</div>

0 commit comments

Comments
 (0)