Loading repository data…
Loading repository data…
shohail-DeV / repository
An AI-powered content generator app using NextJs, React, TailwindCss, Drizzle, Typescript, Gemini, and Clerk. Implement authentication, built a modern UI, set up a Postgres database, and utilised Google Gemini API to generate content with.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Creator AI is an AI-powered content generation application built using Next.js, React, TailwindCSS, Drizzle ORM, TypeScript, and Clerk for authentication. It leverages Google Gemini API to generate high-quality content efficiently. The app provides a seamless user experience with a modern UI, secure authentication, and a scalable Postgres database for content storage.
git clone https://github.com/your-repo/creator-ai.git
cd creator-ai
npm install
.env.local file:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_key
CLERK_SECRET_KEY=your_clerk_secret
DATABASE_URL=your_postgres_url
GEMINI_API_KEY=your_gemini_api_key
npm run dev
This project is licensed under the MIT License.
Want to contribute? Feel free to open an issue or submit a pull request.