diff --git a/data/json/en/tools/template.jsonc b/data/json/en/tools/template.jsonc index 8efb5d1..25b8f33 100644 --- a/data/json/en/tools/template.jsonc +++ b/data/json/en/tools/template.jsonc @@ -39,6 +39,12 @@ // J // K // L + { + "name": "LaunchSaaS", + "description": "Production-ready Next.js SaaS starter kit with Better Auth, Stripe/Creem payments, blog, docs, and admin dashboard. Build and launch your SaaS, AI tool, or web app in hours, not weeks.", + "url": "https://launchsaas.org/", + "tags": ["saas app", "nextjs", "paid"] + }, { "name": "Launchway", "description": "Remix starter kit that provides developers with pre-built features like authentication, payment processing, and UI components, aiming to save 40-65+ hours of development time without any vendor lock-in to help products launch faster.", diff --git a/data/json/zh/tools/template.jsonc b/data/json/zh/tools/template.jsonc index 1234d9f..d6e2253 100644 --- a/data/json/zh/tools/template.jsonc +++ b/data/json/zh/tools/template.jsonc @@ -39,6 +39,12 @@ // J // K // L + { + "name": "LaunchSaaS", + "description": "Next.js SaaS 全功能启动模板(生产级) —— 内置 Better Auth 用户认证、Stripe/Creem 在线支付集成、博客系统、技术文档模块与管理后台 Dashboard。快速构建并上线你的 SaaS 平台、AI 工具或 Web 应用程序,大幅缩短开发周期,从数周压缩至数小时。", + "url": "https://launchsaas.org/", + "tags": ["SaaS应用", "Next.js", "付费"] + }, // M { "name": "Makerkit",