Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VitNode/vitnode
Community Management Software (CMS) built on top of NextJS (React), NestJS (Express) and PostgreSQL.
https://github.com/VitNode/vitnode
cms nestjs nextjs tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Community Management Software (CMS) built on top of NextJS (React), NestJS (Express) and PostgreSQL.
- Host: GitHub
- URL: https://github.com/VitNode/vitnode
- Owner: VitNode
- License: mit
- Created: 2023-03-25T19:14:04.000Z (over 1 year ago)
- Default Branch: canary
- Last Pushed: 2024-09-13T10:36:19.000Z (about 2 months ago)
- Last Synced: 2024-09-13T11:34:44.294Z (about 2 months ago)
- Topics: cms, nestjs, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://vitnode.com
- Size: 28.2 MB
- Stars: 29
- Watchers: 4
- Forks: 5
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# VitNode
> [!WARNING]
> 🛠️ VitNode is still in development! You can try it out, but it is not recommended to use it now in production.VitNode is a Community Management Software built on top of [NextJS (React)](https://nextjs.org/), [NestJS (Express)](https://nestjs.com/) and [PostgreSQL](https://www.postgresql.org/).
**Community Management Software** is more than a CMS — it's a full-stack solution designed to empower developers with flexibility and ease. With built-in community features like user management, notifications, activity feeds, search content, device tracker, and more. **VitNode** is the perfect solution for building websites and applications that engage users and grow communities.
## 🚀 Installation
```bash
npx create-vitnode-app@latest
```or
```bash
pnpm create vitnode-app@latest
```## Requirements
| 📦 Package Manager | Minimum | Recommended |
| :----------------- | :------ | :---------- |
| npm | 7 | 9 |
| pnpm | 8 | 9 || 🛠️ Software | Minimum | Recommended |
| :---------- | :------ | :---------- |
| Node.js | 18 | 20 |
| PostgreSQL | 14 | 16 || 🖥️ Hardware | Minimum | Development |
| :---------- | :------------- | :------------- |
| CPU | 1GHz (2+ core) | 1GHz (4+ core) |
| RAM | 4GB | 8GB |
| Storage | 10GB | 20GB |
| Network | 100Mbps | 100Mbps || 🧑💻 Browser | Minimum | Recommended |
| :--------- | :------ | :---------- |
| Chrome | >= 106 | >= 115 |
| Firefox | >= 110 | >= 121 |
| Edge | >= 106 | >= 120 |
| Safari | >= 16 | >= 17.2 |
| Opera | >= 94 | >= 101 |