Skip to content

Commit 276071d

Browse files
committed
add product hunt blog post
1 parent 9aa6559 commit 276071d

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

blog/2024-12-11-product-hunt.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
slug: 2024-12-11-product-hunt
3+
title: "Defang is live on Product Hunt!"
4+
tags:
5+
[
6+
Cloud,
7+
BYOC,
8+
V1,
9+
Launch Week,
10+
Defang Compose Update,
11+
Product Hunt,
12+
]
13+
author: Defang Team
14+
image: https://docs.defang.io/img/product-hunt/product-hunt.png
15+
---
16+
import { Button } from '@mui/material';
17+
18+
![Defang Compose Update - Product Hunt](/img/product-hunt/product-hunt.png)
19+
20+
21+
# **Defang is live on Product Hunt!**
22+
23+
The moment is finally here – **Defang V1 is officially LIVE on Product Hunt!** 🎉
24+
25+
<a
26+
href="https://www.producthunt.com/posts/defang?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-defang"
27+
target="_blank"
28+
>
29+
<img
30+
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=689929&theme=light"
31+
alt="Defang - Go from idea to your favorite cloud in minutes. | Product Hunt"
32+
style={{ width: 250, height: 54, borderRadius: '0px !important' }}
33+
className="unstyled"
34+
width={250}
35+
height={54}
36+
/>
37+
</a>
38+
39+
40+
Over the past few months, our team has been working tirelessly to create a tool that transforms how developers develop, deploy, and debug cloud apps. With Defang, you can go from idea to your favorite cloud in minutes. 🚀
41+
42+
Today, we have the opportunity to showcase Defang to a global audience, and your support could make all the difference!
43+
44+
If you already have a Product Hunt account, it's super easy.
45+
* ✅ You can support our product if you like what we have built so far
46+
* ✅ You can leave a comment and any feedback you may have (comments are great!)
47+
* ✅ You can leave a review
48+
49+
Product Hunt launches are time sensitive as they last 24 hours, so if you have 30 seconds available right now, it would really mean a lot.
50+
51+
If you don't already have a Product Hunt account, please don't create one now to upvote (we may get penalized for that).
52+
53+
Instead, you can like and share our (e.g. LinkedIn, Twitter, Instagram or Facebook) posts
54+
.
55+
Thank you in advance. Your support means the world.

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,9 @@ To go further, consider looking at implementing MUI custom themes.
8484
*/
8585
.MuiTypography-root, .MuiFormLabel-root, .MuiInputBase-input {
8686
color: var(--ifm-font-color-base) !important;
87+
}
88+
89+
img.unstyled {
90+
border-radius: 0px !important;
91+
box-shadow: none !important;
8792
}
171 KB
Loading

0 commit comments

Comments
 (0)