The image is sourced from the game Ark Order, featuring the character 'KUN' (鲲).
This is the frontend for KUN Visual Novel forum, and it is the first version. We have developed it using the vue
framework.
The purpose of creating KUN Visual Novel is to:
- Promote genuinely good games so that everyone can access visual data through platforms like VNDB, avoiding the influence of "experts."
- Distance ourselves from the culture of praising one moment and condemning the next in the modern internet, promoting critique as a virtue, among other things.
- Encourage anyone to learn basic computer skills to avoid "superficial experts."
- Construct a forum primarily driven by individual user enjoyment to resist the formation of social hierarchies.
- Many current websites use templates, resulting in a lack of diversity, causing aesthetic fatigue.
- And much more.
We believe that "what truly makes a good game is something that makes you feel happy and genuinely laugh."
The backend project for the first version is kun-galgame-koa.
- The world's cutest galgame forum.
- Our mission is to create the best possible atmosphere.
- We will never have advertisements.
- We will never charge users.
- Compatible with all modern browsers on both mobile and desktop.
- Responsive design for screens of any size.
- Developed entirely using
Vue3
Composition API and fully supportsTypescript
. The coding style follows the best practices recommended on the Vue official website.
I18n
internationalization.- Custom background images.
- Day/Night mode.
- Font selection for the entire site.
- Adjust website page width.
- The website refreshes the
token
every 60 minutes, causing a brief white screen. This is done for security reasons. - The website uses
vue-quill
as the rich text editor. However, this editor employs outdated API, which may generate console warnings when the editor appears. This is due to the editor's design and is not an error in the website's code. We plan to develop our own rich text editor in the future. - If you encounter any errors on the website or have suggestions, please contact us.
To view all the features of the website, please click here.
To explore all the page functionalities, please click here.
This is a reconstructed version of KUNGalgame-pure-css
. It is developed using Vite + Vue3 + Vue-router4 + Typescript + SCSS + Pinia
as the frontend technology stack. It does not rely on any UI frameworks, as this project aims to stand out without UI frameworks. The world is already full of sameness, and we want to bring something different. The project does not integrate ESLint
, Prettier
, and similar tools because they can be troublesome, and we love to take it easy. We plan to integrate the necessary project configurations when the first version of the project goes live.
The repository for the pure HTML + CSS project can be found here.
However, during the reconstruction, we added substantial content and switched from fontawesome
to iconify
for icons. This may result in a different appearance. Here, we provide a preview of the homepage:
- Clone the repository:
git clone https://github.com/KUN1007/kun-galgame-vue
- Navigate to the project directory:
cd kun-galgame-vue
- Install dependencies:
pnpm i
- Start the development server:
vite dev
The upcoming release is only the first version. We had planned the content for versions 2 and 3 from the project's initial design, including:
- Analyzing data from websites such as
VNDB
,-エロゲー批評空間-
,bangumi
, etc. - Streaming media publishing (uploading and releasing videos).
- Creating a mobile app version.
- And more. In short, we will do our best to implement anything you can think of.
If you want to join our development or Galgame groups, you can connect with us through the following channels:
- Telegram Group
- Tencent QQ Group: 830146796
The following two groups are Galgame groups for discussions and feedback:
- Telegram Group
- Tencent QQ Group: 871857690
Special thanks to yuyu
for the Chinese translation.
This project follows the GPL
open-source license.