NEXTJS

Blogs 4

MDX and Next.js: A Powerful Combination

Unleash the power of MDX and Next.js to create interactive web content. This article explores their basics and how they work together.

Blazing Fast Next.js with Drizzle ORM and Turso Database

Build lightning-fast Next.js apps with ease using Drizzle ORM and Turso database. This step-by-step guide shows you how to connect, query, and deploy a performant full-stack app.

Custom Component In MDX and Nextjs

A guide to create reusable components

A Deep Dive To Server Actions In NextJs

Harness the power of Server Actions for streamlined data fetching and mutations in your Nextjs applications.

Projects 5

Acme Auth: A Next.js Based Authentication

Discover how Acme Auth, a robust full-stack authentication system crafted with React, Next.js, Express, and MongoDB, empowers seamless user authentication, signup, login, logout, and password reset functionalities.

AuthJs Template: A Powerful Starter Kit for Secure Next.js Authentication

The "AuthJs Template" simplifies integrating robust authentication into your Next.js web apps. It covers database sessions, credential management, two-factor authentication, and more.

Next.js 14 Blog with App Router and MDX

Explore a Next.js 14 project demonstrating the new App Router, server actions, and MDX integration for streamlined blog creation.

True Feedback - Where your identity remains a secret

Explore a Next.js 14 project that dive into the World of Anonymous Feedback.

Turso Vector Search: A RAG-based AI Chatbot

Explore a modern RAG (Retrieval Augmented Generation) implementation using Turso as a vector database, Next.js, and Google AI for creating an intelligent chatbot with memory capabilities.

Snippets 2

How to add copy to clipboard button.

Adding copy button in mdx in next js app router

Adding Dark Mode to a Next.js App with TailwindCSS

Discover how to effortlessly implement a dark mode feature in your Next.js application using TailwindCSS.