Zaplog AI is a revolutionary blogging platform designed for creators who want to harness the power of modern technology and artificial intelligence. Built with a serverless backend using Hono on Cloudflare Workers and a lightning-fast frontend powered by Vite and Tailwind CSS, Zaplog AI delivers an exceptional user experience.
Features
- Serverless Backend: Utilizes Cloudflare Workers with Hono for a highly performant, scalable backend.
- Modern Frontend: Crafted with Vite and Tailwind CSS for a sleek, responsive design.
- OAuth Authentication: Secure sign-in capabilities with robust OAuth integration.
- AI-Powered Content: Generate engaging blog posts effortlessly using an AI agent.
- Efficient Data Management: Powered by PostgreSQL with Prisma and Prisma Accelerate to ensure reliable and efficient database pooling.
Installation
Clone the repository and follow the steps below to get started:
git clone https://github.com/shricastic/zaplog-ai.git
cd zaplog-ai
# Install dependencies for both backend and frontend
pnpm install
# Start the development servers
pnpm run dev