<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Conor</title>
    <description>The latest articles on DEV Community by Conor (@pinknoise).</description>
    <link>https://dev.to/pinknoise</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2851590%2Fe0ca7151-dca2-4a78-b9c0-5e1429e96528.jpeg</url>
      <title>DEV Community: Conor</title>
      <link>https://dev.to/pinknoise</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pinknoise"/>
    <language>en</language>
    <item>
      <title>My 3hr Landing Page Build Strategy in 2025</title>
      <dc:creator>Conor</dc:creator>
      <pubDate>Wed, 12 Feb 2025 07:37:18 +0000</pubDate>
      <link>https://dev.to/pinknoise/my-3hr-landing-page-build-strategy-in-2025-4mff</link>
      <guid>https://dev.to/pinknoise/my-3hr-landing-page-build-strategy-in-2025-4mff</guid>
      <description>&lt;p&gt;Today I built a wait list landing page for a &lt;a href="https://modergator.com" rel="noopener noreferrer"&gt;new project&lt;/a&gt; of mine.&lt;/p&gt;

&lt;p&gt;I did it in around 2 hr 55 min. This is a PB for me. &lt;/p&gt;

&lt;p&gt;I could definitely have done it faster, but with the trade offs I wanted, I am quite happy. &lt;/p&gt;

&lt;h2&gt;
  
  
  The Strategy
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Note: I'm not affiliated with the brands mentioned.&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Audit current state of drag-and-drop website builders
&lt;/h3&gt;

&lt;p&gt;Time: 45 min | Cost: $0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I really wanted to find one but couldn't find anything that felt slick and cheap out of the box for a developer tool.&lt;/li&gt;
&lt;li&gt;I still don't enjoy wordpress.&lt;/li&gt;
&lt;li&gt;I will use &lt;a href="https://www.webflow.com" rel="noopener noreferrer"&gt;Webflow&lt;/a&gt; for the landing page if I get big enough, due to the sheer value of quick landing page iteration, but I cannot will myself to pay $18 /month rn.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Find an html/tailwind template
&lt;/h3&gt;

&lt;p&gt;Time: 20 min | Cost: $0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I found &lt;a href="https://github.com/tailwindtoolbox/Rainblur-Landing-Page" rel="noopener noreferrer"&gt;this cute 5 y/o tailwind template&lt;/a&gt; from &lt;a href="https://www.tailwindtoolbox.com/" rel="noopener noreferrer"&gt;tailwindtoolbox&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;I can work really fast in tailwind, and just wanted some static html site so I didn't lock myself into any engineering decisions and could host it on a CDN.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Customize the template
&lt;/h3&gt;

&lt;p&gt;Time: 1 hr | Cost: $0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Haven't done much pure HTML in a while, makes you realize me nice components are.&lt;/li&gt;
&lt;li&gt;I wanted to have a code snippet hero image and found this &lt;a href="https://carbon.now.sh/" rel="noopener noreferrer"&gt;neat little web app&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://emoji.aranja.com/" rel="noopener noreferrer"&gt;Another nice web app&lt;/a&gt; to get an emoji as a png for my temporary logo.&lt;/li&gt;
&lt;li&gt;I added a little extra to the landing page with the planned features.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. Buy a domain
&lt;/h3&gt;

&lt;p&gt;Time: 15 min | Cost: $10.16&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I went with &lt;a href="https://porkbun.com/" rel="noopener noreferrer"&gt;PorkBun&lt;/a&gt;, which is my first time using them. They're really neat and dev friendly. I probably will stick with them now over Namecheap. &lt;/li&gt;
&lt;li&gt;They have a free email forwarder built in, which is super nice. It's great for signing up for services that you'll want to use for the new project.&lt;/li&gt;
&lt;li&gt;Note: Found a $1 dollar coupon code: &lt;code&gt;VIKAS&lt;/code&gt; for .com domains. Probably not worth the time looking for it, but whatever. &lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. Sign up / Configure an email tool
&lt;/h3&gt;

&lt;p&gt;Time: 15 min | Cost: $0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Signed up to &lt;a href="https://www.emailoctopus.com" rel="noopener noreferrer"&gt;EmailOctopus&lt;/a&gt; with new custom domain email address.&lt;/li&gt;
&lt;li&gt;I knew I'd use EmailOctopus, they're great for indie hackers, nice free tier, and really simple.&lt;/li&gt;
&lt;li&gt;Generated a form to collect emails into the list&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  6. Add email form to HTML &amp;amp; Test email sign up
&lt;/h3&gt;

&lt;p&gt;Time: 5 min | Cost: $0&lt;/p&gt;

&lt;h3&gt;
  
  
  7. Deploy Webpage
&lt;/h3&gt;

&lt;p&gt;Time: 15 min | Cost: $0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I used &lt;a href="https://pages.github.com/" rel="noopener noreferrer"&gt;Github Pages&lt;/a&gt;, where I host this website already.&lt;/li&gt;
&lt;li&gt;Super easy to post a static site and point a custom domain at it.&lt;/li&gt;
&lt;li&gt;PorkBun can actually autofill Github's DNS into its DNS settings, which was so cool. Saved me some time.&lt;/li&gt;
&lt;li&gt;Let's ignore the few minutes I waited for DNS propagation and my SSL cert loading.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Results
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Time Spent:
&lt;/h3&gt;

&lt;p&gt;2 hrs 55 min&lt;/p&gt;

&lt;h3&gt;
  
  
  Cost:
&lt;/h3&gt;

&lt;p&gt;$10.16&lt;/p&gt;

&lt;h3&gt;
  
  
  Deliverables:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;My own website&lt;/li&gt;
&lt;li&gt;Customizable code / theme&lt;/li&gt;
&lt;li&gt;Functioning Email list&lt;/li&gt;
&lt;li&gt;No hosting / email fees&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Thoughts
&lt;/h3&gt;

&lt;p&gt;This would be easy to speed up if repeated. I could get it down to 1 hr if I did an exact copy with a different idea.&lt;/p&gt;

&lt;p&gt;Let me know if you've any tips or tools to check out!&lt;/p&gt;




&lt;p&gt;This was originally posted on my own blog, &lt;a href="//www.c0n0.com"&gt;c0n0.com&lt;/a&gt;, if you'd like to get emails about my posts.&lt;/p&gt;

&lt;p&gt;I also wrote another 2nd part to this on &lt;a href="https://c0n0.com/posts/why-wait-lists/" rel="noopener noreferrer"&gt;why I make waitlists for side projects&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
