Skip to content

drxc00/booklyai

Repository files navigation

BooklyAI Icon

An AI-Powered Ebook Generator that actually works. Powered by GPT-4o.

Built with Next.js 15 App Router, TypeScript, MongoDB, AWS S3 & Lambda functions, and LemonSqueezy.

✨ Features

  • Next.js 15 - Modern React framework for server-side rendering
  • Database & Storage
    • MongoDB as primary database
    • AWS S3 for PDF storage
  • Backend Services
    • AWS Lambda Functions for backend operations
    • User Authentication via Google and Github OAuth using Auth.js
  • E-commerce Integration
    • LemonSqueezy payment gateway
  • AI-Powered Ebook Generation
    • Create ebooks based on:
      • Topic
      • Target audience
      • Description
    • Powered by GPT-4o for high-quality content generation

🚀 Deployment

  • Backend: AWS Lambda function (private)
  • Frontend: Self-hosted on VPS
  • Live Site: https://booklyai.com

ℹ️ Notes

This repository contains only the front-end code. The AWS Lambda function required for full functionality is not publicly available.