SkillAgentSearch skills...

Kforum

a simple and modern forum

Install / Use

/learn @ruislan/Kforum
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

KForum

A simple and modern forum.

screenshot

Build With

  • Framework: NextJS
  • Database: MySQL
  • ORM: Prisma
  • Auth: Next Auth
  • State: Zustand
  • Styling: Tailwind CSS、Headless UI
  • Editor: TipTap

Running Locally

  1. Running MySQL first
  2. Rename .env.example to .env
  3. Set the property DATABASE_URL
cd kforum
pnpm install
pnpm prisma db push
pnpm seed:dev
pnpm dev

admin user:

user: admin
pass: 123123

Running Docker

  1. Rename .env.example to .env
docker compose up -d

that's all, enjoy.

Other

NextJS is amazing, you can build a website instantly. If your website is growing big, you can easily rewrite your backend services in any other languages (Java, Go, Rust, etc...).

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated5mo ago
Forks2

Languages

JavaScript

Security Score

92/100

Audited on Oct 26, 2025

No findings