Vibe Coding Challenge - Day 8: Case Files Dedective Game


Each one is a unique and different detective game. Artificial Conan Doyle

Announcement
My detective game, Case Files, which I released today, seems to be a good example of this type of game in terms of visuals and interface. You can create case files on any topic and content you want, collect clues, and examine suspects like a detective.
If you’d like to try it, the link is below 👇
casefiles.labdays.io

Context
I started the Vibe Coding Challenge. I plan to release a new product every day, and today is my 7th day. You can visit my website (labdays.io) to learn about the process.

Notes from the 8th day of the Challenge
AI is quite good at the frontend, but when it comes to the backend, it gravitates towards stacks with external dependencies and requires dashboard setups like Supabase.
I’m using Vercel for deployments, and the backend operations are resource-intensive. I need to find a more cost-effective stack and deployment option.
The best thing about Vibe Coding is that you don’t even know the features on your site. You just think, “Wow, I hadn’t thought of that, it’s amazing!”
I admire the work that comes out. However, I’m also curious how far it can continue to be developed. It leaps 100 steps forward initially. However, when you try to build upon it, it cannot linearly add another 100 steps. Its capabilities decrease as the codebase grows.
Doing a project every day is really tiring, but also satisfying. I couldn’t continue without the dopamine it gives me.
People are slowly starting to notice my projects. I need to produce more advanced work and develop open-source projects that everyone can use.
I’m realizing that everything digital is starting to become worthless with artificial intelligence. It is not only daily projects like mine that are losing value. I doubt even the projects that are number 1 on Product Hunt are making any profit. I think nowadays, developers are creating for each other in the digital environment. Ordinary people are completely oblivious to all this.
Digital products have become devalued. We need to try to create things that bridge the gap between the digital world and the real world.
The more connected something is to the physical world, the more valuable it becomes.

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post

the empty chair problem — why I’m building a desktop AI instead of another chatbot

Next Post

The ‘Dark Factory’ Myth

Related Posts

Vue3 重点难点全解析:这些坑你踩过几个?

Vue3 发布已久,Composition API、响应式重构、TypeScript 支持等特性让人眼前一亮,但真正深入项目后,才发现“会用”和“用对”之间隔着不少难点。本文梳理了 Vue3 开发中高频踩坑的重点难点,希望能帮你少走弯路。 一、响应式系统的“糖”与“坑” Vue3 用 Proxy 代替了 Object.defineProperty,解决了 Vue2 中对象新增属性不响应、数组索引和长度监听等历史难题。但新的响应式 API 也带来了新的心智负担。 1. ref…
Read More