An advanced Content Generation Platform built with modern web technologies like Next.js, TypeScript, PostgreSQL, and Generative AI, designed to help users generate structured, relevant, and creative content with ease.
| Category | Tools / Frameworks |
|---|---|
| Frontend | Next.js, TypeScript |
| Backend | Drizzle ORM, REST APIs |
| Authentication | Clerk.dev |
| Database | PostgreSQL |
| Hosting/Deployment | Vercel / Railway / Render (as per setup) |
| Others | Multiple libraries – see package.json |
- ✍️ Generate high-quality, AI-based content
- 🔐 Secure user authentication via Clerk
- 💾 Persistent storage using PostgreSQL
- 💡 Type-safe APIs and DB access using Drizzle ORM
- ⚙️ Fully typed with TypeScript for robustness
- 🔄 Real-time response rendering and suggestions
- Node.js v18+
- PostgreSQL (local or cloud)
- Clerk account for auth
git clone https://github.com/your-username/ai-content-generator.git
cd ai-content-generator
npm install
npm run dev