Skip to content

Commit 81ee669

Browse files
committed
docs: update sponsors section in README file
1 parent d315fb1 commit 81ee669

File tree

1 file changed

+146
-0
lines changed

1 file changed

+146
-0
lines changed

README.md

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,79 @@
88

99
Clone this project and use it to create your own backend.
1010

11+
## Sponsors
12+
13+
<table width="100%">
14+
<tr height="187px">
15+
<td align="center" width="33%">
16+
<a href="https://go.clerk.com/zGlzydF">
17+
<picture>
18+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/6fb61971-3bf1-4580-98a0-10bd3f1040a2">
19+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/f80a8bb5-66da-4772-ad36-5fabc5b02c60">
20+
<img alt="Clerk – Authentication & User Management for Next.js" src="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/f80a8bb5-66da-4772-ad36-5fabc5b02c60">
21+
</picture>
22+
</a>
23+
</td>
24+
<td align="center" width="33%">
25+
<a href="https://www.coderabbit.ai?utm_source=next_js_starter&utm_medium=github&utm_campaign=next_js_starter_oss_2025">
26+
<picture>
27+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/coderabbit-logo-dark.svg?raw=true">
28+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/coderabbit-logo-light.svg?raw=true">
29+
<img alt="CodeRabbit" src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/coderabbit-logo-light.svg?raw=true">
30+
</picture>
31+
</a>
32+
</td>
33+
<td align="center" width="33%">
34+
<a href="https://sentry.io/for/nextjs/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo">
35+
<picture>
36+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/sentry-white.png?raw=true">
37+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/sentry-dark.png?raw=true">
38+
<img alt="Sentry" src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/sentry-dark.png?raw=true">
39+
</picture>
40+
</a>
41+
<a href="https://about.codecov.io/codecov-free-trial/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo">
42+
<picture>
43+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/codecov-white.svg?raw=true">
44+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/codecov-dark.svg?raw=true">
45+
<img alt="Codecov" src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/codecov-dark.svg?raw=true">
46+
</picture>
47+
</a>
48+
</td>
49+
</tr>
50+
<tr height="187px">
51+
<td align="center" width="33%">
52+
<a href="https://launch.arcjet.com/Q6eLbRE">
53+
<picture>
54+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/arcjet-dark.svg?raw=true">
55+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/arcjet-light.svg?raw=true">
56+
<img alt="Arcjet" src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/arcjet-light.svg?raw=true">
57+
</picture>
58+
</a>
59+
</td>
60+
<td align="center" width="33%">
61+
<a href="https://l.crowdin.com/next-js">
62+
<picture>
63+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/crowdin-white.png?raw=true">
64+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/crowdin-dark.png?raw=true">
65+
<img alt="Crowdin" src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/crowdin-dark.png?raw=true">
66+
</picture>
67+
</a>
68+
</td>
69+
<td align="center" style=width="33%">
70+
<a href="https://nextjs-boilerplate.com/pro-saas-starter-kit">
71+
<img src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/nextjs-boilerplate-saas.png?raw=true" alt="Next.js SaaS Boilerplate with React" />
72+
</a>
73+
</td>
74+
</tr>
75+
<tr height="187px">
76+
<td align="center" width="33%">
77+
<a href="mailto:contact@creativedesignsguru.com">
78+
Add your logo here
79+
</a>
80+
</td>
81+
</tr>
82+
</table>
83+
1184
### Features
1285

1386
Developer experience first:
@@ -100,6 +173,79 @@ Licensed under the MIT License, Copyright © 2022
100173

101174
See [LICENSE](LICENSE) for more information.
102175

176+
## Sponsors
177+
178+
<table width="100%">
179+
<tr height="187px">
180+
<td align="center" width="33%">
181+
<a href="https://go.clerk.com/zGlzydF">
182+
<picture>
183+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/6fb61971-3bf1-4580-98a0-10bd3f1040a2">
184+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/f80a8bb5-66da-4772-ad36-5fabc5b02c60">
185+
<img alt="Clerk – Authentication & User Management for Next.js" src="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/f80a8bb5-66da-4772-ad36-5fabc5b02c60">
186+
</picture>
187+
</a>
188+
</td>
189+
<td align="center" width="33%">
190+
<a href="https://www.coderabbit.ai?utm_source=next_js_starter&utm_medium=github&utm_campaign=next_js_starter_oss_2025">
191+
<picture>
192+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/coderabbit-logo-dark.svg?raw=true">
193+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/coderabbit-logo-light.svg?raw=true">
194+
<img alt="CodeRabbit" src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/coderabbit-logo-light.svg?raw=true">
195+
</picture>
196+
</a>
197+
</td>
198+
<td align="center" width="33%">
199+
<a href="https://sentry.io/for/nextjs/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo">
200+
<picture>
201+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/sentry-white.png?raw=true">
202+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/sentry-dark.png?raw=true">
203+
<img alt="Sentry" src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/sentry-dark.png?raw=true">
204+
</picture>
205+
</a>
206+
<a href="https://about.codecov.io/codecov-free-trial/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo">
207+
<picture>
208+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/codecov-white.svg?raw=true">
209+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/codecov-dark.svg?raw=true">
210+
<img alt="Codecov" src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/codecov-dark.svg?raw=true">
211+
</picture>
212+
</a>
213+
</td>
214+
</tr>
215+
<tr height="187px">
216+
<td align="center" width="33%">
217+
<a href="https://launch.arcjet.com/Q6eLbRE">
218+
<picture>
219+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/arcjet-dark.svg?raw=true">
220+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/arcjet-light.svg?raw=true">
221+
<img alt="Arcjet" src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/arcjet-light.svg?raw=true">
222+
</picture>
223+
</a>
224+
</td>
225+
<td align="center" width="33%">
226+
<a href="https://l.crowdin.com/next-js">
227+
<picture>
228+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/crowdin-white.png?raw=true">
229+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/crowdin-dark.png?raw=true">
230+
<img alt="Crowdin" src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/crowdin-dark.png?raw=true">
231+
</picture>
232+
</a>
233+
</td>
234+
<td align="center" style=width="33%">
235+
<a href="https://nextjs-boilerplate.com/pro-saas-starter-kit">
236+
<img src="https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template/public/assets/images/nextjs-boilerplate-saas.png?raw=true" alt="Next.js SaaS Boilerplate with React" />
237+
</a>
238+
</td>
239+
</tr>
240+
<tr height="187px">
241+
<td align="center" width="33%">
242+
<a href="mailto:contact@creativedesignsguru.com">
243+
Add your logo here
244+
</a>
245+
</td>
246+
</tr>
247+
</table>
248+
103249
---
104250

105251
Made with ♥ by [CreativeDesignsGuru](https://creativedesignsguru.com) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40Ixartz)](https://twitter.com/ixartz)

0 commit comments

Comments
 (0)