← all projects

Omiyage

Omiyage is a wishlist application. It's publically available here.

The git repository of omiyage: here.

Look at CI for omiyage here.

A selfhosted wishlist application, created largely by vibe coding1 as an experiment2. Choice of technology is my own, namely Spring Boot for the backend and SvelteKit for the frontend. This because I'm relatively familiar with them, so that I can fix hallucinations.

You can find a lot of information in the README file on github, but roughly speaking, here's why omiyage is cool:

In any case, it's intended to be selfhosted3 with docker. Give it a go on my instance, or deploy your own by reading the readme on github.

1

Note that while the project is created by vibe coding, this page doesn't contain any generated content.

2

I plan to rewrite it from scratch without LLMs, so that the code is actually maintainable.

3

It uses CORS, and is a pain to get working in its current vibed state.