Initial commit

This commit is contained in:
2026-02-04 00:17:30 +00:00
commit 890e52af8c
127 changed files with 9682 additions and 0 deletions

21
frontend/README.md Normal file
View File

@@ -0,0 +1,21 @@
# Clickploy Frontend
The web dashboard for Clickploy, built with SvelteKit.
## Overview
A modern, responsive dashboard to manage your applications, monitor deployments, and view logs in real-time.
## Tech Stack
- **Framework**: SvelteKit
- **Styling**: Tailwind CSS
- **UI Components**: Shadcn-Svelte + Lucide Icons
- **State Management**: Svelte 5 Runes (`$state`, `$derived`)
## Features
- **Project List**: View all deployed applications.
- **Real-time Logs**: Watch builds and runtime logs live.
- **Redeploy**: Trigger manual redeployments.
- **Environment Variables**: Manage runtime configuration.
- **Responsive Design**: Works on desktop and mobile.