Skip to content

Releases: lra8dev/Anonify

Anonify v1.0.0 — Major Release

30 Oct 21:06

Choose a tag to compare

Release Date: October 31, 2025
Tag: v1.0.0
URL: https://anonify-planet.vercel.app


🆕 What’s New

  • Upgraded Tech Stack — Migrated to Next.js 15 with App Router for better performance and scalability.
  • Backend Revamp — Integrated Prisma ORM with PostgreSQL (NeonDB) for secure and efficient data handling.
  • 💬 Real-Time Messaging — Enhanced message fetching and delivery system for smooth, instant updates.
  • 🎨 Improved UI/UX — Complete design overhaul with a cleaner, more intuitive interface.
  • 🔐 Authentication Upgrade — Integrated NextAuth v5 (beta) with OAuth + email login.
  • 🧠 React Query + Server Actions for faster and smoother state management.

🐞 Bug Fixes

  • Fixed broken authentication flow during login/signup.
  • Resolved message sync delay issue on slower connections.
  • Fixed UI contrast issues for dark/light themes.
  • Eliminated unnecessary API calls improving app responsiveness.

📈 Performance Improvements

  • Reduced API response time by 30%.
  • Optimized Prisma queries for efficient database access.
  • Improved build speed using Turbopack and pnpm.
  • Enhanced caching and prefetch logic with React Query.

🧩 Tech Stack Overview

  • Frontend: Next.js 15, TypeScript, TailwindCSS, Shadcn UI
  • Backend: Node.js, Prisma ORM, Neon PostgreSQL
  • Auth: NextAuth v5 (Google + GitHub + Email)
  • State Management: React Query
  • Deployment: Vercel + Neon Cloud

🧠 Notes for Developers

  • Run pnpm install after pulling this version.
  • Make sure your .env is configured like .env.example.
  • Run pnpm db:generate before local development.

This version marks the start of a stable and production-ready journey — with many exciting updates ahead.

Full Changelog: https://github.com/lra8dev/Anonify/commits/v1.0.0