1
4 Comments

I built a product in 6 hours

It's been a little I was experimenting with various tech stacks to figure out what fits me best. HTML, PHP, React, Vue, Gatsby, Next.js, you name it - I tried it.

Lately, it gives me more and more comfort to design my landing pages in Notion and wrap them up in a Next.js project. I think that way I get both the speed of creating content quickly in markdown and the familiarity and extensibility of Next.js.

That's exactly what I did with my latest gig Articles Swap (https://www.articlesswap.com/). As it is a platform to exchange content with other startup founders, a sleek landing page was a important bit and got that sorted quickly with Notion. Then the next important bit was to build the matching system. I would normally use Node.js but Next.js got it all bundled up so no need for babel, express, nodemon and all that stuff. I then built the emailing functionality with Next.js API routes there and used Google Cloud Scheduler to periodically call them and have founders notified for new opportunities and about exchange completions.

More precisely:

  1. Started off my Next.js template that has Stripe Subscriptions ready-to-go
  2. Created a landing page in notion inspired by various examples online
  3. Added SEO title, description and image + integration with Google Analytics
  4. Hooked up a Chilli Pepper form and connected it to Notion table
  5. Build the email automation on Next.js, nodemailer and Google Cloud Scheduler

It's the first time I'm finishing a project in a day 🎉 🎉

  1. 1

    Well done! Wish I had the chops to put something together this fast. lol

    1. 2

      Thanks!

      One of the first posts that caught my attention here on IH was how-i-built-and-launched-a-product-in-14-hours. At the time I thought it's impossible to do something similar myself too. It's been quite a while!

      *PS: A few things that really helped launching quickly:

      1. Getting really comfortable with the tools I'm using.
      2. Try not to be creative and focus on being productive.
      3. Avoid trying new tools and libraries.
      4. Using Next.js for the whole stack.
      1. 1

        Yea, that's great. I'm a no-code founder, so I am just in awe of what guys like you can do.

        1. 1

          🙈🙈

Trending on Indie Hackers
Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 29 comments My Top 20 Free Tools That I Use Everyday as an Indie Hacker 19 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments How I Launched FrontendEase 13 comments