Api Blogs

These are Api Blogs for curious minds.

Next.js API Routes: Building Server Endpoints - Syed Ali Naqi Hasni

Next.js API Routes: Building Server Endpoints

Next.js API routes allow you to create serverless functions as part of your Next.js application. This means you can build backend functionality without needing a separate server, making it easier to handle tasks like form submissions, authentication, and data fetching directly within your Next.js app.

January 14, 2026
15 min read
Next.js API Routes: Building Server Endpoints - Syed Ali Naqi Hasni

Next.js API Routes: Building Server Endpoints

Discover how to create API routes in Next.js for backend logic — authentication, form handling, data fetching — right inside your frontend framework.

February 5, 2023
6 min read