PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Avneesh Agarwal

@avneesh

1967 Points 19 Followers

65 Posts

0 Answers

I am a web developer who is documenting his journey and teaching others by writing articles.

Sign In with Solana - Authenticate Users with their Phantom Wallet

## Introduction In this guide, we are going to use thirdweb auth to add sign in with Solana to our Dapps! Before we get started, below are some helpful resources where you can learn more a...

How to support multiple chains in your thirdweb Dapp

This guide will show you how to create a Dapp that works on multiple chains. In this Dapp we are going to allow users to select chains and claim an NFT from the respective chain. I am going...

Build A Mutant Ape Yacht Club (MAYC) NFT Collection Clone

In this guide, we'll show you how to create a clone of the MAYC collection drop where users from an original collection will be airdropped serums that can be used to mint a MAYC NFT. When th...

Stripe Subscriptions Using Sign In With Ethereum

This guide will show you how to build a complete web3 application that allows users to sign in using their web3 wallet and then join a monthly subscription via stripe. Before we get started...

Create a todo app with thirdweb deploy and Next.js

This guide will show you how to build a full web3 application that allows users to create an on-chain to-do list, using Solidity for the smart contract and Next.js for the application. Befo...

Allow GitHub contributors to mint an NFT

In this guide, we'll show you how to create an app where users can sign in with their GitHub and web3 wallet. Once they are signed in, we will validate if they have contributed to one of our...

How to use RainbowKit with Thirdweb 🌈

# Introduction In this guide, we are going to see how to use RainbowKit with Thirdweb! I am going to create a Next.js app and show how the users can connect their wallet with the amazing UX...

How to sell NFTs using a QR code on Solana πŸ”₯

# Introduction In this guide, I am going to show you how to build an NFT collection where users can simply scan a QR code and purchase your NFT! We are going to use some cool tech like Cand...

How to make your website rank on google πŸ”

## Introduction If you run a business or a brand, you know how important it is for you to be reached by more and more people. If you have a website, SEO can help you reach more and more peop...

How not to write clean code in React? 🧹

## Introduction Wassup everyone, long time no see. Today we will see a few ways to not clean code in React, let's jump right into it! ![Jump right into it](https://media1.giphy.com/media/iM...

How to make a count down timer in React πŸ”₯

Hello everyone, in many kinds of apps you need to build a count down. So, today we will see how to build a countdown timer in React! ![Tick tock](https://c.tenor.com/43Q-hz9sRGoAAAAC/clock-...

How to make a sponsors site with Next.js, Tailwind CSS, and Stripe πŸ’΅

Hello everyone, ever thought of creating a site that can allow you to accept sponsors? Let's build a site to accept sponsors, today! ## Setup ### Setting up Next.js app I am going to use...

How I built Inscribe: Bloggers DAO

Wassup everyone, in this article I wanna showcase a DAO that I built in the first week of January while learning web3! So, I built a bloggers Dao called Inscribe with Next.js, TailwindCSS, a...

Metamask authentication in Next.js with Clerk πŸ”’

Hello everyone! As you have seen web3 is very popular right now. Clerk has recently released metamask authentication. So let's take a look at how to implement it in our app! ## What is Cler...

Add google analytics to your Next.js app ✨

Wassup everyone, let's see how to add google analytics to your Next.js site. Google Analytics will help you to see the performance of each page, how well the site is doing in countries, diff...

Make your first Crypto with ThirdWeb 🀯

Have you ever wondered how amazing it would be to create your crypto? So, in this article let's build our very first crypto! ## Setup Create a new folder- ``` mkdir thirdweb-crypto ``` I...

How to start a headless E2E e-commerce store in no time with Medusa πŸ›οΈ

Wassup everyone, in this article we are going to create a headless e-commerce application using an open-source alternative to Shopify- [**Medusa**](https://www.medusajs.com/). ![GIF](https...

Building a CRUD API with Node.js and MongoDB

Howdy everyone, in this article we are going to build a CRUD (Create, Read, Update, Delete) API with [Node.js](https://nodejs.org/) and [MongoDB](https://www.mongodb.com/). This API will be...

2021 Wrapped

This year has been so amazing, and I have done lots of stuff. So in this article, I am just gonna show everything that I did this year. ![GIF](https://media0.giphy.com/media/3o6wrgQPwbYWY8h...

Create an animated sidebar with TailwindCSS in ReactπŸ’«

Hey everyone, in many apps you need a sidebar/drawer which slides in if you click on a hamburger icon. In this tutorial, we are going to see how to build that 🌟. ## Demo {% loom b748e5d32...

Next SEO: A better way to Manage SEO for Next.js πŸ”

The Next.js head tags are a good way to add the meta tags, title, description, open graph image, etc. but you might not remember all the meta tags and it can also look messy, so we are going...

TailwindCSS v3 released! A look at the new features 🎨

## Intro Tailwind CSS v3.0 just got released and they have added a lot of cool features, so let's have a look at them. ![](https://media2.giphy.com/media/AlGNpyW6meDD21cx0l/200w.gif?cid=82...

How to Build a Todo app with Svelte!

## Demo {% loom 99032ab2d14844cfb0962e0e71ed3891 %} ## Setup ### Create app ``` npx degit sveltejs/template svelte-todo-app ``` ### cd into the folder- ``` cd svelte-todo-app ``` ###...

How to add Twitter auth quickly with Supabase to your Next.js site ⚑

πŸ™‹β€β™‚οΈHey there, today we are going to see how to add Twitter auth with Supabase in a Next.js app. Let's get started ![Let's get started gif](https://c.tenor.com/HgjpIg9fxH0AAAAC/excited-let...