IntelliPage is a Notion-like web application that enables users to create and manage documents collaboratively in real time. It features live editing, AI-powered suggestions, and an intuitive user interface for seamless productivity.
- 📝 Live Collaboration – Multiple users can edit documents in real-time.
- 🤖 AI Assistance – Smart suggestions and content generation.
- 🔍 Search & Organize – Easily find and categorize documents.
- 💾 Autosave & Versioning – Automatic saving and access to document history.
- 🎨 Customizable UI – User-friendly interface with theme options.
- 🔐 Secure Access – User authentication and role-based permissions.
- Frontend: Next.js, React, Tailwind CSS, ShadcnUI
- Backend: Node.js
- Database: Firebase
- Authentication: Clerk
- Real-time Collaboration: LiveBlocks
- AI Integration: Cloudflare Workers
Check out the live version of IntelliPage: 🔗 IntelliPage
- Clone the repository:
git clone https://github.com/yourusername/intellipage.git
- Navigate to the project directory:
cd intellipage - Install dependencies:
npm install
- Set up environment variables in a
.envfile: - Start the development server:
npm run dev
Contributions are welcome! Feel free to fork this repository and submit a pull request.