diff --git a/frontend/src/renderer/components/Sidebar.jsx b/frontend/src/renderer/components/Sidebar.jsx
new file mode 100644
index 0000000..7ae6937
--- /dev/null
+++ b/frontend/src/renderer/components/Sidebar.jsx
@@ -0,0 +1,54 @@
+import React from 'react';
+import { Menu } from 'antd';
+import {
+ FolderOutlined,
+ ClockCircleOutlined,
+ ShareAltOutlined,
+ DeleteOutlined,
+ CloudOutlined
+} from '@ant-design/icons';
+
+function Sidebar({ collapsed, onCollapse }) {
+ const menuItems = [
+ {
+ key: 'files',
+ icon: