World of AI
Description
World of AI is a full-stack application built with Next.js, React, TypeScript, Tailwind, Firebase and Axios. Next.js is a React framework that enables server-side rendering and static site generation. React is a JavaScript library for building user interfaces. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Tailwind is a utility-first CSS framework that provides pre-defined classes for styling HTML elements. Firebase is a mobile and web application development platform that provides backend services such as authentication, real-time database, and hosting. Axios is a promise-based HTTP client for the browser and Node.js.
With World of AI app you can:
- Generate AI images using AI Image Generator from RapidAPI (https://rapidapi.com/sohailglt/api/ai-image-generator3/)
- Generate AI audio using Assembly AI (https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API?ref=assemblyai.com)
- Chat with Chatty AI using ChatGPT from RapidAPI (https://rapidapi.com/Glavier/api/chatgpt53/)
Generate AI images
Generate AI audio
Chat with chatty AI
How to use
npm install
npm run build
npm run start
yarn install
yarn start
How to create next app
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app
Deploy your own
Deploy the example using Vercel or preview live with StackBlitz
Deploy it to the cloud with Vercel (Documentation).