Find events, guests and friends 💙❤️💚 https://vibetype.app/
Find a file
semantic-release-bot e886523b0e chore(release): 12.43.0 [skip ci]
## [12.43.0](https://github.com/maevsi/vibetype/compare/12.42.0...12.43.0) (2025-12-08)

### Features

* **event:** add map ([631580c](631580c1a3))
* **event:** rework dashlets ([c4eda20](c4eda20a8c))
* **guest:** correct invitation naming ([44bb4e3](44bb4e322e))

### Bug Fixes

* **components:** account for map in bottom menu's z-index ([f8bb853](f8bb853fc7))
2025-12-08 16:59:13 +00:00
.github chore(deps): update all non-major dependencies 2025-12-03 08:30:24 +00:00
.idea feat!: rename maevsi to vibetype (#1814) 2025-03-12 08:33:34 +01:00
.vscode refactor(config): move to dot directory 2024-05-10 06:41:26 +02:00
src chore(release): 12.43.0 [skip ci] 2025-12-08 16:59:13 +00:00
tests feat(guest): correct invitation naming 2025-12-08 17:25:22 +01:00
.dockerignore chore(docker): ignore .data directory 2025-11-26 10:17:52 +01:00
.editorconfig refactor(test): move out of root 2023-12-06 07:25:53 +01:00
.gitignore chore(git): ignore temporary stylelint configuration file 2025-07-06 06:38:12 +02:00
.imgbotconfig refactor(imgbot): drop file ending 2024-12-11 09:42:29 +01:00
.nvmrc chore(deps): upgrade node to v24 2025-07-15 07:37:47 +02:00
.releaserc.json refactor(configuration): add file endings 2024-06-18 01:18:09 +02:00
.renovaterc.json chore(deps): unpin vite 2025-10-14 21:19:55 +02:00
CHANGELOG.md chore(release): 12.43.0 [skip ci] 2025-12-08 16:59:13 +00:00
CODE_OF_CONDUCT.md feat(contact): correct email address 2023-12-03 04:15:36 +01:00
CONTRIBUTING.md refactor(vue): use template refs (#1824) 2025-03-17 18:15:22 +01:00
docker-entrypoint.sh feat(auth)!: refactor (#1776) 2025-02-16 15:34:41 +01:00
Dockerfile chore(docker): correct pnpm store directory permissions for development 2025-12-07 22:19:49 +01:00
LICENSE Add License "CC BY-NC-SA 4.0" 2020-05-15 18:46:46 +02:00
package.json chore(deps): remove semantic-release 2025-12-08 17:41:33 +01:00
pnpm-lock.yaml chore(deps): remove semantic-release 2025-12-08 17:41:33 +01:00
pnpm-workspace.yaml refactor(test): move out of root 2023-12-06 07:25:53 +01:00
README.md docs(readme): remove pnpm store path setup instruction 2025-11-26 07:13:17 +01:00
SECURITY.md feat!: rename maevsi to vibetype (#1814) 2025-03-12 08:33:34 +01:00
SECURITY_CONTRIBUTION.md feat!: rename maevsi to vibetype (#1814) 2025-03-12 08:33:34 +01:00

ci status license status

Vibetype

Find events, guests and friends: vibetype.app.

This project is deployed within the maevsi/stack in accordance with the dargstack template to make deployment a breeze.

Welcome

Table of Contents

  1. Contributing
  2. Development
    1. Frontend only
    2. Fullstack
  3. Security
  4. Technology

Contributing

Before you start with development, make sure you familiarize yourself with our guide for contributions to ensure your development experience stays flawless! 🔧

Development

The setup for frontend development is easy! 💅

The setup for backend development is more complex as it consists of numerous services which are best set up containerized 🧑‍💻

You're encouraged to ask questions on Vibetype's Discord if the setup could go smoother!

Frontend only

click here for instructions

Preparation

  1. (optional) if you're on Windows, you might want to
  2. set up WSL to be able to use all Linux functionality this project utilizes
  3. set up Visual Studio Code for WSL so that it works properly with Linux-specific features such as symbolic links
  4. install Git to download this project's modules and participate in version management
  5. install mkcert for development certificate generation and installation, so that all services are available through https
  6. install nvm to be able to switch the currently active Node.js version on your machine (useful when working on multiple Node.js projects)

Setup

  1. create a directory named vibetype in a directory of your liking

  2. download this repository into that newly created directory:

    cd vibetype
    git clone https://github.com/maevsi/vibetype.git
    
  3. switch into the vibetype subdirectory and setup Node:

    cd vibetype
    nvm install
    
  4. then install all dependencies using pnpm, which should include the src directory automatically:

    corepack enable
    pnpm install
    
  5. finally, start the frontend:

    cd src
    pnpm dev
    
  6. you should now be able to access Vibetype under https://localhost:3000/! 🎉

Fullstack

click here for instructions

Preparation

  1. if you're on Windows, you might want to
  2. set up WSL to be able to use all Linux functionality this project utilizes
  3. set up Visual Studio Code for WSL so that it works
  4. install Git to download this project's modules and participate in version management
  5. install nvm to be able to switch the currently active Node.js version on your machine
  6. install mkcert for development certificate generation and installation, so that all services are available through https
  7. install Docker so that all services run in their containers
  8. install dargstack to bootstrap a Docker stack setup

Setup

  1. create a directory named vibetype in a directory of your liking

  2. download the project modules vibetype, maevsi/stack and sqitch into that newly created directory:

    cd vibetype
    git clone https://github.com/maevsi/vibetype.git
    git clone https://github.com/maevsi/stack.git
    git clone https://github.com/maevsi/sqitch.git
    
    • vibetype contains the frontend and database migrations
    • maevsi/stack is the service configuration
    • sqitch is the database migration service
  3. switch into the vibetype subdirectory and setup Node:

    cd vibetype
    nvm install
    
  4. then install all dependencies using pnpm, including the src directory:

    corepack enable
    pnpm install
    
  5. configure Vibetype's dargstack then take note of the following output:

    cd ../stack/src/development
    cp stack.env.template stack.env
    
  6. install a root development certificate on your system and create subcertificates for the application to have all services available under https:

    mkcert -install
    ./certificates/mkcert.sh
    

    Note that in a WSL setup mkcert does not import the root certificate authority into your browsers' certificate store. You'd need to manually add this certificate to your browsers' storage then. You can find the directory containing the certificate file by running mkcert -CAROOT.

  7. you are now ready to start everything up:

    cd ../../
    dargstack deploy
    
  8. finally, create the Docker development images for vibetype and sqitch so that their services start successfully:

    dargstack build vibetype
    dargstack build sqitch
    
  9. you should now be able to access Vibetype under https://localhost! 🎉

    If there are issues, you can debug the services as described in the following "Container Management" section.

Container Management

To see if services are running or not you can use Portainer if you prefer a web view instead of the command line. Head to this gist for the Portainer setup command. When the container is running, you'll be able to access Portainer under https://localhost:9443. You may be asked to accept the risk of a self-signed certificate, which is ok to do at this time. On your local Portainer website, create a user, add an environment, start the Docker wizard, choose "Socket", name it e.g. "local" and close the wizard. Under "home", select the newly created environment then. You'll have access to all containers, images, volumes and more via the left sidebar then.

Security

Head to our disclosure policy to see how to report security issues and how we value your report.

Technology

Nuxt