https://github.com/drxc00/booklyai
An AI powered ebook generator that actually works
https://github.com/drxc00/booklyai
ai ebook-generator gpt-4
Last synced: 7 days ago
JSON representation
An AI powered ebook generator that actually works
- Host: GitHub
- URL: https://github.com/drxc00/booklyai
- Owner: drxc00
- Created: 2024-12-17T09:33:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T10:00:38.000Z (about 2 months ago)
- Last Synced: 2025-04-05T11:18:33.691Z (about 2 months ago)
- Topics: ai, ebook-generator, gpt-4
- Language: TypeScript
- Homepage: https://booklyai.net
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [booklyai](https://booklyai.com)
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.net](https://booklyai.net)## âšī¸ Notes
This repository contains only the front-end code. The AWS Lambda function required for full functionality is not publicly available.