Skip to main content

Tutorial NextJS - Day 2

Hari 2 – Navigasi, Layout, & Dynamic Routing Setelah berhasil melakukan instalasi dan membuat halaman pertama di Hari 1 , pada Hari 2 ini kita akan membuat website menjadi lebih hidup. Kita akan belajar cara membuat menu navigasi agar bisa pindah-pindah halaman, membuat tampilan menu yang konsisten (Layout), dan membuat halaman artikel yang pintar (Dynamic Routing). Tutorial ini tetap menggunakan Windows + VS Code dan melanjutan project nextjs-basic dari hari sebelumnya. 1. Navigasi Antar Halaman ( <Link> ) Di HTML biasa, kita menggunakan tag <a> untuk berpindah halaman. Namun, di Next.js kita menggunakan komponen khusus bernama <Link> . Kenapa harus pakai <Link> ? Jika pakai <a> , layar akan berkedip (loading ulang) setiap pindah halaman. Dengan <Link> , perpindahan halaman terjadi instan tanpa refresh. 1.1 Edit Halaman Home Kita akan menambahkan tombol untuk pergi ke halaman About. Buka file src/app/page.tsx , lalu ganti isinya dengan kod...

Best ChatGPT Alternatives in 2026 (Free & Paid)

 

Introduction

Since the rise of ChatGPT, conversational AI has transformed how people interact with computers. But as AI continues to evolve, many tools now offer strong competition — some even surpassing ChatGPT in specific features like internet access, privacy, research capabilities, or enterprise integration. In this article, we’ll explore the best ChatGPT alternatives in 2026, including both free and paid options you can use today. Zapier+1


1. Google Gemini

Best for: Everyday AI assistant & Google ecosystem users
Google’s AI chatbot Gemini is one of the most widely used alternatives to ChatGPT, especially if you’re already invested in the Google ecosystem. It offers strong language understanding, multimodal inputs (text, image, audio), and seamless integration with tools like Google Docs and Workspace apps. Zapier+1

Pros:

  • Fast and responsive

  • Real-time search integration

  • Deep Google product support

Cons:

  • Some advanced features may require paid plans


2. Claude

Best for: Ethical and thoughtful conversations
Developed by Anthropic, Claude focuses on generating responses with safety and clarity in mind. Its architecture emphasizes ethical use and nuanced replies — making it a strong contender for writers, researchers, and long-form content tasks. wotnot.io

Pros:

  • Strong safety guidelines

  • Good for structured writing

  • Multiple plan tiers

Cons:

  • Free tier limitations


3. Microsoft Copilot

Best for: Productivity & Office integration
Microsoft Copilot (formerly Bing Chat and Copilot in Microsoft 365) integrates AI directly into programs like Word, Excel, and Outlook. It’s ideal for users who need AI support while working on documents, emails, or spreadsheets. Zapier

Pros:

  • Deep Microsoft 365 integration

  • Good for business workflows

  • Free and paid versions available

Cons:

  • Best features require subscriptions


4. Perplexity AI

Best for: Research and citations
Rather than just chat, Perplexity AI surfaces answers with citations and context from real web sources. It’s useful for deep research, fact-checking, and producing answer summaries with links to original sources. Zapier

Pros:

  • Search-grounded responses

  • Good for academic or business use

Cons:

  • Not as conversational as other bots


5. Grok (xAI)

Best for: Social insights & trend analysis
Created by xAI, Grok combines conversational AI with real-time access to social data. This makes it more tuned for trend monitoring, real-time commentary, and context from public posts and events. Zapier

Pros:

  • Real-time awareness

  • Strong social data interpretation

Cons:

  • Limited enterprise support


6. Meta AI

Best for: Social media & everyday tasks
Meta’s AI chatbot works across Facebook, Instagram, and other Meta platforms. It’s designed for general conversations, content planning ideas, and lightweight assistants integrated into social apps. Wall Street Journal

Pros:

  • Integrated with popular social apps

  • Easy access for users of Meta platforms

Cons:

  • Not as advanced for research or deep reasoning


7. DeepSeek

Best for: Free general AI chat
DeepSeek has gained popularity for its strong general responses — often rivaling larger competitors thanks to lightweight efficient models and widespread adoption. Wikipedia

Pros:

  • Strong free tier

  • Competes well with bigger names

Cons:

  • Fewer enterprise features


8. HuggingChat

Best for: Open-source & privacy-minded users
HuggingChat uses open-source models hosted by Hugging Face and is ideal for those who prefer transparent, customizable tools. It’s simple but powerful for basic queries and research. Zapier

Pros:

  • Open-source friendly

  • Totally free

Cons:

  • Not as refined as paid AIs


9. Jan (Open-Source Local Chatbot)

Best for: Offline, privacy-centric use
If privacy matters most, Jan lets you run AI completely offline. Its open-source design means you control the data and don’t rely on cloud services at all. jan.ai

Pros:

  • Offline operation

  • Fully private

Cons:

  • Limited to local compute capacity


10. Amazon Q

Best for: Business & enterprise assistance
Amazon Q is geared toward cloud & business assistants, tying in with AWS infrastructure. It’s optimized for workplace use, data summarization, and enterprise tasks. Wikipedia

Pros:

  • Enterprise focus

  • Deep AWS integration

Cons:

  • Mostly paid / subscription


Free vs Paid ChatGPT Alternatives

Free options (like Gemini free tier, Perplexity, HuggingChat, DeepSeek) are great for daily use and general queries.

Paid alternatives usually offer:

  • More advanced reasoning

  • Memory and extended context

  • Business tools and API access

Choose based on your use case — casual, research, business, or creative tasks.


Conclusion

The landscape of AI chatbots in 2026 is competitive and rich with options. Whether you need:

  • Google-centric workflowsGemini

  • Safe, thoughtful repliesClaude

  • Research with citationsPerplexity

  • Productivity magicMicrosoft Copilot

…there’s an AI suited to your needs beyond ChatGPT. Zapi

Comments

Popular posts from this blog

Why Your React App Shows a Blank Page (And How to Fix It)

Introduction One of the most frustrating problems when working with React JS is opening your app and seeing… nothing . No error message. No UI. Just a blank page . This issue happens frequently, especially after deployment or routing changes. In this article, we’ll explain why React apps show a blank page , the most common causes , and how to fix them step by step . What a “Blank Page” Usually Means in React A blank page usually means: React failed to render the UI JavaScript error stopped execution Routing or build configuration is broken Most of the time, the issue is not React itself , but how the app is configured. 1. JavaScript Error in the Console The first thing you should always check is the browser console. How to Check Open the app Right click → Inspect Open the Console tab If you see a red error message, React stopped rendering. Common Examples Cannot read property of undefined Unexpected token Module not found Fix Read the...

Nginx vs Apache: Which Web Server Should You Use on a VPS?

Introduction When setting up a VPS for hosting websites or applications, one of the first decisions you’ll face is choosing a web server. The two most popular options are Nginx and Apache . Both are powerful, widely used, and production-ready — but they work very differently. In this article, we’ll compare Nginx vs Apache , explain how each one works , highlight their strengths and weaknesses , and help you decide which web server is better for your VPS setup . What Is a Web Server? A web server is software that: Receives requests from browsers Processes those requests Serves HTML, CSS, JavaScript, or API responses Popular web servers include: Nginx Apache LiteSpeed Caddy Among them, Nginx and Apache dominate most VPS environments . What Is Apache? Apache has been around since the mid-1990s and was the most widely used web server for many years. How Apache Works Apache uses a process-based or thread-based model : Each request is handled by a p...

React Build vs Development Mode: What’s the Difference?

Introduction Many React developers are surprised when their app works perfectly during development — but behaves differently after deployment. Features break, routing fails, environment variables disappear, or performance changes dramatically. Most of these issues come from not understanding the difference between React’s development mode and production (build) mode . In this article, we’ll explain: What development mode really does What changes in production builds Why bugs appear only after deployment How to avoid common build-related mistakes What Is Development Mode in React? Development mode is what you use when running commands like: npm start npm run dev In this mode, React prioritizes developer experience , not performance. Key Characteristics of Development Mode Detailed error messages Helpful warnings Hot reloading (instant updates) Slower performance (on purpose) Extra checks for unsafe patterns Development mode helps you find bugs e...