69 | 70 |
71 |
72 |

Transform your Supabase Storage into a powerful CMS

73 |

Beautiful, intuitive interface for managing your content. Built for developers who want a simple, powerful way to handle their assets.

74 |
75 |
76 |
npx create-supawald my-app
77 | 80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 | 88 | 89 | Projects 90 | / 91 | Marketing Site 92 | / 93 | Assets 94 | 95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 | 106 | 107 |
108 |
109 | 110 | 111 |
112 |
113 | 114 | 115 |
116 |
117 | 118 | 119 |
120 |
121 | 122 | 123 |
124 |
125 |
126 |
127 | 131 |
132 | 135 | 138 |
139 |
140 |
141 |
142 |
143 | 144 |
145 |
homepage.json
146 |
Modified 2h ago
147 |
148 |
149 |
150 | 151 |
152 |
hero-banner.png
153 |
Modified 1d ago
154 |
155 |
156 |
157 | 158 |
159 |
blog-posts
160 |
12 items
161 |
162 |
163 |
164 | 165 |
166 |
team-photos
167 |
8 items
168 |
169 |
170 |
171 | 172 |
173 |
navigation.yaml
174 |
Modified 3d ago
175 |
176 |
177 |
178 | 179 |
180 |
products
181 |
24 items
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 | 192 | 193 |
194 |

Everything You Need to Manage Content with Supabase

195 |

Supawald turns your Supabase Storage into a modern, file-based CMS. Perfect for developers building with Next.js, Tailwind, and TypeScript.

196 | 197 |
198 |
199 | 200 |

Visual File Explorer

201 |

Navigate and manage folders and files inside your Supabase Storage with an intuitive, drag-and-drop interface.

202 |
203 | 204 |
205 | 206 |

In-Browser File Editing

207 |

Edit Markdown, text, and other plain files directly inside your browser — no need to clone or pull from anywhere.

208 |
209 | 210 |
211 | 212 |

Markdown Previews

213 |

Preview Markdown content in real-time with styled rendering. Perfect for managing blog posts, docs, and rich content.

214 |
215 | 216 |
217 | 218 |

Secure Access Control

219 |

Protect your storage with optional auth credentials. Supports public/private buckets and integrates with Supabase RLS.

220 |
221 | 222 |
223 | 224 |

Real-Time Updates

225 |

Powered by Supabase subscriptions, changes are reflected instantly — no refresh required.

226 |
227 | 228 |
229 | 230 |

Static Site Integration

231 |

Includes a built-in publish API for regenerating your static site pages. Perfect for blogs, product pages, and media-heavy content.

232 |
233 | 234 |
235 | 236 |

Developer First

237 |

Built with Next.js 14, Tailwind CSS, and TypeScript. Easily extend, self-host, or integrate with your existing stack.

238 |
239 | 240 |
241 | 242 |

Supabase Native

243 |

Built on top of Supabase Storage, using its APIs directly. No proprietary vendor lock-in or abstraction layer in the way.

244 |
245 | 246 |
247 | 248 |

Open Source

249 |

Apache 2.0-licensed and fully open source. Use it, fork it, modify it — no limitations, no paywalls, ever.

250 |
251 |
252 |
253 | 254 | 255 |
256 |

Start building in three simple steps

257 |
258 |
259 |
1
260 |

Initialize Your Project

261 |

Kickstart a production-ready CMS with a single command. Supawald sets up everything you need to manage content via Supabase Storage.

262 |
npx create-supawald my-app
263 |
264 | 265 |
266 |
2
267 |

Connect to Supabase

268 |

Link your project to Supabase by configuring your credentials. You'll get real-time updates, secure access, and SSG support out of the box.

269 |
cp .env.example .env.local
270 |
271 | 272 |
273 |
3
274 |

Launch Your CMS

275 |

Install dependencies and start building. You'll have a modern, file-based CMS ready in seconds — perfect for blogs, products, or anything in between.

276 |
npm install && npm run dev
277 |
278 |
279 |
280 | 281 | 282 |
283 |
284 |

Open-source at its core. Enterprise when you need it.

285 |

Use it your way. Start for free or book a demo for enterprise support.

286 |
287 | Get started 288 | Book a demo 289 |
290 |
291 |
292 |