Skip to content

Qrator is an AI-powered content creation platform for creators. It helps you generate ideas, scripts, thumbnails, and optimize your content for SEO, all in one place.

Notifications You must be signed in to change notification settings

Divii2205/Qrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

Qrator

Qrator is an AI-powered content creation platform for creators. It helps you generate ideas, scripts, thumbnails, and optimize your content for SEO, all in one place.

Features

  • AI Idea Generator: Get creative content ideas based on your goals and trends.
  • Script Generator: Turn ideas into professional scripts for videos, podcasts, and more.
  • Thumbnail Creator: Generate eye-catching thumbnails with AI-powered design suggestions.
  • SEO Tools: Analyze and optimize your content for better visibility and engagement.
  • Content Calendar: Plan and schedule your content across platforms.
  • Content Vault: Store, organize, and manage all your generated content securely.
  • Google Auth Integration: Sign in with Google for a seamless experience.

Project Structure

Qrator/           # Frontend (React + Vite)
  src/
    components/
    pages/
    utils/
  package.json
  vite.config.js
  ...
Qrator-backend/   # Backend (Node.js + Express)
  routes/
  services/
  utils/
  package.json
  ...

Getting Started

Prerequisites


1. Clone the Repository

git clone https://github.com/yourusername/qrator.git
cd Qrator

2. Setup the Backend

cd Qrator-backend
cp .env.example .env   # Add your Supabase and Gemini API keys
npm install
npm run migrate        # (If you have migration scripts)
npm start
  • The backend runs on http://localhost:4000 by default.

3. Setup the Frontend

cd ../Qrator
npm install
npm run dev
  • The frontend runs on http://localhost:5173 by default.

Environment Variables

Backend (Qrator-backend/.env):

SUPABASE_URL=your_supabase_url
SUPABASE_KEY=your_supabase_key
GEMINI_API_KEY=your_gemini_api_key

Usage

  • Visit http://localhost:5173 in your browser.
  • Sign in with Google.
  • Start generating ideas, scripts, thumbnails, and more!

Folder Overview


License

MIT


Credits

Built by creatives for creators.

About

Qrator is an AI-powered content creation platform for creators. It helps you generate ideas, scripts, thumbnails, and optimize your content for SEO, all in one place.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages