diff --git a/.changeset/chilly-rules-marry.md b/.changeset/chilly-rules-marry.md
deleted file mode 100644
index c1d921c748..0000000000
--- a/.changeset/chilly-rules-marry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@nextui-org/input": patch
----
-
-label placement with file input type (#4364)
diff --git a/.changeset/clever-teachers-live.md b/.changeset/clever-teachers-live.md
deleted file mode 100644
index dd9df28446..0000000000
--- a/.changeset/clever-teachers-live.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@nextui-org/shared-utils": patch
----
-
-fix process is not defined
diff --git a/.changeset/famous-avocados-run.md b/.changeset/famous-avocados-run.md
deleted file mode 100644
index cdcb7f4c60..0000000000
--- a/.changeset/famous-avocados-run.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-"@nextui-org/checkbox": patch
-"@nextui-org/switch": patch
-"@nextui-org/radio": patch
----
-
-bump `@nextui-org/theme` in peerDependencies
diff --git a/.changeset/late-doors-rhyme.md b/.changeset/late-doors-rhyme.md
deleted file mode 100644
index 1588c6a78a..0000000000
--- a/.changeset/late-doors-rhyme.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@nextui-org/theme": patch
----
-
-Fixing the input in card to not become invisible on hover and making time-input and date-input consistent to other inputs.
diff --git a/.changeset/many-kiwis-pretend.md b/.changeset/many-kiwis-pretend.md
deleted file mode 100644
index c277a1a324..0000000000
--- a/.changeset/many-kiwis-pretend.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-"@nextui-org/alert": patch
-"@nextui-org/theme": patch
----
-
-Fix #4382 `hideIconWrapper` property wasn't removing the borded on `Alert` component
diff --git a/.changeset/old-peas-cheat.md b/.changeset/old-peas-cheat.md
deleted file mode 100644
index 14647cb366..0000000000
--- a/.changeset/old-peas-cheat.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@nextui-org/theme": patch
----
-
-menu base use overflow-clip to fix listbox section sticky (#4335)
diff --git a/.changeset/polite-dingos-call.md b/.changeset/polite-dingos-call.md
deleted file mode 100644
index 6c2270045f..0000000000
--- a/.changeset/polite-dingos-call.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@nextui-org/alert": patch
----
-
-fix alert slots & variantProps import (#4336)
diff --git a/.changeset/silent-jars-grow.md b/.changeset/silent-jars-grow.md
deleted file mode 100644
index fd977ba035..0000000000
--- a/.changeset/silent-jars-grow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@nextui-org/input-otp": patch
----
-
-Change ensures that the input value does not accept any disallowed characters when the value prop contains them (#4329)
diff --git a/.changeset/twelve-ducks-thank.md b/.changeset/twelve-ducks-thank.md
deleted file mode 100644
index ad8ba259a3..0000000000
--- a/.changeset/twelve-ducks-thank.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@nextui-org/system-rsc": patch
----
-
-Fix data type returned by the extendVariants function (#4269)
diff --git a/.changeset/two-ghosts-search.md b/.changeset/two-ghosts-search.md
deleted file mode 100644
index 93c016e26b..0000000000
--- a/.changeset/two-ghosts-search.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@nextui-org/alert": patch
----
-
-replace decrepate onClick in Alert
diff --git a/apps/docs/.gitignore b/apps/docs/.gitignore
index d9392ede0a..9b99dfb34d 100644
--- a/apps/docs/.gitignore
+++ b/apps/docs/.gitignore
@@ -28,6 +28,7 @@ yarn-error.log*
# local env files
.env
.env*.local
+.dev.vars
# vercel
.vercel
@@ -35,3 +36,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
+
+# cloudflare
+.wrangler
+/.open-next/
diff --git a/apps/docs/app/blog/layout.tsx b/apps/docs/app/blog/layout.tsx
index 81b173e1f0..a105d13a2c 100644
--- a/apps/docs/app/blog/layout.tsx
+++ b/apps/docs/app/blog/layout.tsx
@@ -16,13 +16,21 @@ export default function DocsLayout({children}: DocsLayoutProps) {
aria-hidden="true"
className="fixed hidden dark:md:block dark:opacity-70 -bottom-[40%] -left-[20%] z-0"
>
-