DEV Community

Cover image for My First Project in Next js: Lumina AI
Tushar
Tushar

Posted on

My First Project in Next js: Lumina AI

Hey everyone,

I've just completed my first Next js web app AI project: Lumina.AI. It's a is a SaaS-based AI platform built with Next.js, Shadcn, Tailwind CSS, Clerk, and the OpenAI API. I build it by following a YT tutorial( Code With Antonio ). While building this project i face with many challenges like the OpenAI release new version "4.6.0". The v4 is a complete rewrite of the SDK, in which many method names were changed, and some were deleted. But in the end, I was able to overcome these problems.

Source Code: GitHub repo.

Features:

  • Clerk Authentication
  • Chatbot: A AI chatbot that can answer user queries.
  • Image Generation: Generate stunning images using AI.
  • Code Generation: Automatically generate code snippets based on user requirements.
  • Video: Generate a video clip based on user input.
  • Music Generation: Generate music beat based on user input.

I built it using Next.js.

I'd genuinely appreciate feedback on:

  • The user experience
  • Site responsiveness
  • Bugs or areas of improvement

Top comments (0)