Zona Capio project

I developed a web application for a local business. The web application was built using AstroJs, TypeScript, TailwindCss, and Preact (React but less heavy). This is a freelance project. The client wanted a simple and intuitive interface to connect with their customers and know their preferences.
Blog
-
Video preview of web application
-
Sample backend server logs showing API activity and user interactions.
-
Deployment is managed with Dokploy, an open-source tool for seamless cloud deployment.
-
Database initialization is handled with a custom SQL script for PostgreSQL.
-
Implemented session middleware to use sessions and authentication.
-
A custom spinning wheel animation enhances the user experience in the roulette game.
-
Database administration was performed via the PostgreSQL terminal, including table and relationship setup.
-
The CMS bot automates content management tasks, improving efficiency and consistency. It was created to be used by non-developer admins.
-
Code preview of the CMS bot implementation.