Blog

About Future Blog

A personal experiment in futuristic blogging — built from scratch to learn modern full-stack development.

What is Future Blog?

Future Blog (aka NeoBlog) is my personal blog platform and learning playground. It started as a way to deeply understand modern Next.js patterns while building something visually striking in a cyberpunk aesthetic.

The goal: create a clean, fast, beautiful blog with authentication, comments, dashboard, and a dark/neon/futuristic design — all while mastering backend + frontend integration.

Why this project?

I'm learning full-stack development hands-on. Instead of following boring tutorials, I decided to build something real, beautiful, and extensible.

  • Master Next.js 15 App Router (Server Components, Streaming, Suspense)
  • Learn Prisma ORM with PostgreSQL (migrations, relations, nested comments)
  • Implement secure authentication with NextAuth.js + custom flows
  • Practice optimistic UI updates (comments), caching, server actions
  • Design a consistent cyberpunk theme using Tailwind + glassmorphism + neon gradients

Tech Stack

Next.js 15
App Router
Prisma
PostgreSQL
NextAuth.js
Tailwind CSS
TypeScript
Nodemailer

"This is not just a blog — it's a living document of my journey into modern web development."

Current Status

  • Authentication & Email flows — complete
  • Nested comments system — working
  • Dashboard + post CRUD — implemented
  • Image upload, tags, admin panel — coming soon