Pilot CX

Category: Portfolio / Business


Pilot CX

Project Details

I developed Pilot CX, a portfolio and business website, using SvelteKit with the latest Svelte 5 syntax. I implemented Tailwind CSS for styling and Shadcn-svelte for a consistent, component-based UI system. On the backend, I worked with Drizzle ORM and MySQL to ensure type-safe queries and maintainable database schema management. For the admin-only dashboard, I built a custom authentication flow inspired by the best principles of Lucia Auth, providing secure access control without relying on deprecated libraries. To enrich the user experience, I integrated Rive animations for smooth, interactive visuals. The project was deployed on a cPanel shared hosting environment, which required careful optimization to maintain reliability and performance. Through this project, I combined modern frontend development, secure backend practices, and creative animation to deliver a polished platform that balances functionality with engaging design.

Technologies Used

Svelte
HTML5
CSS
JavaScript
TypeScript
Drizzle
MySQL

Project Screenshots

Desktop Screenshot for Pilot CXDesktop Screenshot for Pilot CXDesktop Screenshot for Pilot CX
Mobile Screenshot for Pilot CXMobile Screenshot for Pilot CXMobile Screenshot for Pilot CX
Back to Projects
function should(){ return "You should hire me"}
function should(){ return "You should hire me"}
function should(){ return "You should hire me"}
function greet() { return "Hi Visitor"; }
const sum = (a,b) => a + b;