From fd200f634e8992be55504e09a4857020d7d6f4d5 Mon Sep 17 00:00:00 2001 From: Lubomir Georgiev Date: Wed, 20 May 2026 16:59:29 +0700 Subject: [PATCH] Remove migrated Cloudflare SaaS template --- pages/cloudflare/_meta.json | 1 - pages/cloudflare/community.mdx | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100644 pages/cloudflare/community.mdx diff --git a/pages/cloudflare/_meta.json b/pages/cloudflare/_meta.json index c46d124..bb0a275 100644 --- a/pages/cloudflare/_meta.json +++ b/pages/cloudflare/_meta.json @@ -7,7 +7,6 @@ "howtos": "How-Tos", "examples": "", "perf": "Performance Tips", - "community": "Community projects", "known-issues": "Known issues", "troubleshooting": "", "migrate-from-0.6-to-1.0.0-beta": "Migrate from 0.6 to 1.0.0-beta", diff --git a/pages/cloudflare/community.mdx b/pages/cloudflare/community.mdx deleted file mode 100644 index 4435533..0000000 --- a/pages/cloudflare/community.mdx +++ /dev/null @@ -1,30 +0,0 @@ -import { Callout } from "nextra/components"; - -## Projects from the community - -### Fully-featured SaaS starter kit - -The [Cloudflare Workers SaaS template](https://github.com/LubomirGeorgiev/cloudflare-workers-nextjs-saas-template) is a fully-featured SaaS app that works with `@opennextjs/cloudflare` and utilizes lots of other Cloudflare services. -Here is a list of some of the features it includes: - -- Custom authentication with password and Google SSO - - Session storage in Cloudflare KV - - Forgot password - - Change password - - Change user settings -- Security - - Protection with Cloudflare Turnstile Captcha - - Rate Limiting with Cloudflare KV to prevent abuse - - Validation for all user actions with react-zsa and zod -- Database: Drizzle ORM and Cloudflare D1 -- UI: `shadcn/ui`, Tailwind CSS and HeroUI (formerly NextUI) -- Transactional email templates with react-email and integration with Resend and Brevo -- Dev Experience - - Completely type safe - - Comprehensive eslint config - - Integrated with Cursor AI - - .cursorrules - - A markdown project documentation that Cursor can refer to for more context and better responses - - Detailed documentation for local development and production deployment - - Automatic deployment using GitHub Actions and the Wrangler CLI -- And more...