Skip to content

Commit

Permalink
Add SaaS Boilerplates (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoppacalypse authored Oct 29, 2024
1 parent 868d3fd commit 46f3314
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/s.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
import { Resource } from 'types'

export const resources: Resource[] = [
{
name: 'SaaS Boilerplates',
description: 'SaaSBoilerplates.dev is a curated directory that showcases a wide range of SaaS boilerplates, starter kits, and frameworks to help developers quickly launch their SaaS projects.',
categories: ['Productivity', 'Template', 'Startup'],
url: 'https://saasboilerplates.dev',
keywords: ['boilerplates', 'starter kits', 'frameworks', 'development', 'low code'],
},
{
name: 'SaaS Design',
categories: ['Design', 'Inspiration', 'UI'],
Expand Down

0 comments on commit 46f3314

Please sign in to comment.