timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.95k stars 2.09k forks source link

Buttondown Api i can't generate help #891

Open heyjumanji opened 7 months ago

heyjumanji commented 7 months ago

I want to enable the enail subscription feature in my site but im unable to can someone please. Or any other free site which i can use for free please reply with a step guide

timlrx commented 7 months ago

You would need to add the API key as an environment variable. Step by step:

  1. Copy https://github.com/timlrx/tailwind-nextjs-starter-blog/blob/main/.env.example to your own .env file
  2. Add the API key obtained from buttondown in this line: https://github.com/timlrx/tailwind-nextjs-starter-blog/blob/main/.env.example#L14C1-L14C19
  3. Re-deploy
heyjumanji commented 7 months ago

I can't generate one its said its paid i want a free solution. Please help

timlrx commented 7 months ago

Buttondown is free till a certain subscriber count I believe. You can definitely try it out and I am using it personally so there's probably no bug here.

EmilMoe commented 4 months ago

I switched to emailoctopus because it seems like buttondown requires payment in order to integrate with any API.

heyjumanji commented 2 months ago

I switched to emailoctopus because it seems like buttondown requires payment in order to integrate with any API.

Does it working for you?

jonbranan commented 4 weeks ago

I am having trouble with buttondown too. It looks like its rejecting the api request from the website.

Screenshot 2024-11-04 at 10 50 51 PM

I assumed the issue was with the api request from pliny so I updated my branch from upstream. Still hasn't fixed it ☹️