Skip to content

Commit 1777abe

Browse files
authored
Add new resource: Open Source Boilerplates (#628)
1 parent de18065 commit 1777abe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

resources/o.ts

+15
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,19 @@ export const resources: Resource[] = [
164164
'Optimize images online with this free tool, compress & convert images in PNG, JPEG, SVG, AVIF, WebP and GIF formats, and even get picture HTML tags for correct implementation.',
165165
url: 'https://www.optimizeimages.com',
166166
},
167+
{
168+
name: 'Open Source Boilerplates',
169+
categories: ['Programming', 'Template', 'Open Source'],
170+
description:
171+
'A curated list of open source boilerplates and starter kits for building modern applications. From web development with React & Next.js to mobile apps with React Native, Flutter, and native platforms.',
172+
url: 'https://opensourceboilerplates.com',
173+
keywords: [
174+
'saas starter kits',
175+
'open source boilerplates',
176+
'saas boilerplates',
177+
'react native boilerplates',
178+
'flutter boilerplates',
179+
'native boilerplates',
180+
],
181+
},
167182
]

0 commit comments

Comments
 (0)