https://github.com/francescoxx/contentbox
The organized solution for Content Creators.
https://github.com/francescoxx/contentbox
content content-management
Last synced: about 1 year ago
JSON representation
The organized solution for Content Creators.
- Host: GitHub
- URL: https://github.com/francescoxx/contentbox
- Owner: FrancescoXX
- License: mit
- Created: 2023-08-04T15:24:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T06:34:00.000Z (over 2 years ago)
- Last Synced: 2025-04-14T19:08:23.837Z (about 1 year ago)
- Topics: content, content-management
- Language: CSS
- Homepage: https://contentbox.vercel.app
- Size: 636 KB
- Stars: 85
- Watchers: 3
- Forks: 24
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# ContentBox
The organized solution for Content Creators.
[](https://gitpod.io/#https://github.com/FrancescoXX/contentbox)
## Core idea
If you are an active content creator, you probably have many pieces of content.
The problem is that you have to manage them in different places, and keeping track of them is hard.
ContentBox is a solution to this problem. It's a place where you can store all your content, and it's easy to manage.
You can add content from different sources and search for them easily (search will be integrated with Algolia).
## Features
✅ Deployment with Vercel
✅ Google Analytics
✅ Algolia Integration for Search
✅ Dark/light mode
✅ Navbar
✅ Announcement bar
## Tech Stack
- Docusaurus
- React
- JavaScript
- Algolia (search)
# Videos
#1 https://youtube.com/live/BxYJnON2r4o
#2 https://youtube.com/live/PH2qkpIle50
#3 https://www.youtube.com/watch?v=jeP5Cnqk35U
# How to use it
```
git clone https://github.com/FrancescoXX/contentbox.git
```
```
npm i
```
```
npm start
```