Create a Newsletter APP with Twitter Revue, Next.js Serverless APIs, and Tailwind CSS. The Best way to get Newsletter on your website and portfolio. It is my side project to create a template(skeleton) for you to get started soon. Please fork/clone/use. Also check out the How To
section below.
View demo here.
- A tutorial to follow: Create a Newsletter app with Twitter Revue, Next.js API Routes, and Tailwindcss
- Do you like a Video Tutorial instead? Here it is on YouTube
- Sign up with Twitter Revue.
- Copy the API Key.
- Create a
.env.local
file with an entry,
REVUE_API_KEY=<YOUR_API_KEY>
- Clone the project.
- Run
npm install
(or yarn) to install dependencies. - Run
npm run dev
(oryarn dev
) to start the development server. - Open http://localhost:3000 in your browser.
Enjoying this starter and want to help? You can:
- Create an issue with some constructive criticism
- Submit a pull request with some improvements to the project
- Give the project a star(⭐)