Skip to content

An all round web, SaaS application where user can sign-up and use provided tools to generate images, videos, Code snippets and chat with AI.

Notifications You must be signed in to change notification settings

debadityasingh8972/Genius-ai-saas

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Features:

  • Folder structure in Next 13 App Router
  • TailwindCSS 2.1 design
  • Tailwind animations and effects
  • Responsive layout
  • Clerk Authentication (Email, Google, Apple, and other social Logins)
  • Client form validation and handling using react-hook-form
  • Server side form validation and error handling using react-toast
  • Image Generation Tool (Open AI)
  • Video Generation Tool (Replicate AI)
  • Conversation Generation Tool (Open AI)
  • Music Generation Tool (Replicate AI)
  • handled relations between Server and Child components!
  • write POST, DELETE, and GET routes in route handlers (app/api)
  • Reusable layouts.

Things TO-DO

  • fetch data in server react components by directly accessing database without API!
  • Stripe monthly/yearly subscription integration.
  • Free tier with API limiting
  • Prisma Integration.
  • Bright/Dark Mode.

Install packages

npm i

Setup .env file

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard

OPENAI_API_KEY=
REPLICATE_API_TOKEN=

DATABASE_URL=

STRIPE_API_KEY=
STRIPE_WEBHOOK_SECRET=

NEXT_PUBLIC_APP_URL="http://localhost:3000"

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

An all round web, SaaS application where user can sign-up and use provided tools to generate images, videos, Code snippets and chat with AI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published