An open API service indexing awesome lists of open source software.

https://github.com/thesakshijaiswal/fusion

Fusion is a clean, high-impact UI for SaaS platforms. Built for speed, focus, and effortless design. Powered by Next.js, TypeScript, and Tailwind CSS, it blends modern aesthetics with intuitive, collaborative features.
https://github.com/thesakshijaiswal/fusion

animation drag-and-drop framer-motion javascript nextjs responsive-web-design saas-application tailwindcss typescript

Last synced: 2 months ago
JSON representation

Fusion is a clean, high-impact UI for SaaS platforms. Built for speed, focus, and effortless design. Powered by Next.js, TypeScript, and Tailwind CSS, it blends modern aesthetics with intuitive, collaborative features.

Awesome Lists containing this project

README

          

# Fusion: Impactful Design, Created Effortlessly

**Fusion** is a streamlined interface built to explore what modern product design can feel like clean, fast, and purpose-driven. Crafted with Next.js, TypeScript, Tailwind CSS, and Framer Motion, it focuses on delivering smooth interactions, thoughtful layouts, and a visual rhythm that resonates with **startup-grade user experiences**. It’s a hands-on exploration of building intuitive, high-impact UIs with real-world product thinking.

## πŸš€ Key Features

- πŸ–±οΈ**Custom Multiplayer Cursor**
A Figma-inspired cursor that mimics the multiplayer editing experience, adding a modern, collaborative feel to the UI.

- 🎯**Animated Hero Cards with Drag & Drop**
Two hero section cards animate in from opposite directions on load and support drag-and-drop interactions for playful engagement.

- ♾️**Infinite Scroll Animations**
Seamless infinite scrolling effects in both the Hero and CTA sections create a sense of momentum and modern motion design.

- 🌟**Scroll-Reveal Introduction**
The introduction section features elegant text reveal animations triggered on scroll, powered entirely by Framer Motion.

- ⚑**Interactive Hover Effects**
The Features section showcases dynamic hover interactions including text gradients, reveal-on-hover transitions, keyboard-press simulations, and icon animations like rotate and scale.

- 🎞️**Bidirectional Infinite Scroll in Integrations**
Two opposing scroll animations one upward and one downward run continuously in the Integrations section, delivering visual depth and balance.

- πŸ“œ**Smooth FAQ Drawer Animations**
Expandable FAQ drawers with smooth open-close transitions provide a refined and user-friendly reading experience.

## 🧰 Tech Stack

| react | next | Javascript | typescript | tailwindcss | |
|:---:|:---:|:---:|:---:|:---:|:---:|
| **React** | **Next** | **Javascript** | **TypeScript** | **Tailwind CSS** | **Framer Motion** |

|vite|tailwindmerge |prettier |eslint|
|:---:|:---:|:---:|:---:|
| **Vite** | **TW Merge** | **Prettier** | **EsLint** |

## ✨ Installation Steps

#### 1. Clone the Repository

```bash
git clone https://github.com/thesakshijaiswal/fusion.git
cd fusion
```

#### 2. Install Dependencies

```bash
npm install
```

#### 3. Start Development Server

```bash
npm run dev
```

## πŸ“‚ Folder Structure

```bash
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .prettierrc
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
β”œβ”€β”€ eslint.config.mjs
β”œβ”€β”€ next.config.ts
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ postcss.config.mjs
β”œβ”€β”€ public
β”œβ”€β”€ src
β”œβ”€β”€ app
β”‚ β”œβ”€β”€ favicon.ico
β”‚ β”œβ”€β”€ globals.css
β”‚ β”œβ”€β”€ layout.tsx
β”‚ └── page.tsx
β”œβ”€β”€ assets
β”‚ β”œβ”€β”€ Images
β”‚ └── logo.svg
β”œβ”€β”€ components
β”‚
└── sections
β”‚ β”œβ”€β”€ CallToAction..tsx
β”‚ β”œβ”€β”€ Faqs.tsx
β”‚ β”œβ”€β”€ Features.tsx
β”‚ β”œβ”€β”€ Footer.tsx
β”‚ β”œβ”€β”€ Hero.tsx
β”‚ β”œβ”€β”€ Integration.tsx
β”‚ β”œβ”€β”€ Introduction.tsx
β”‚ β”œβ”€β”€ LogoTicker.tsx
β”‚ └── Navbar.tsx
└── tsconfig.json
```

## πŸ›  Developer

[![GitHub](https://img.shields.io/badge/GitHub-thesakshijaiswal-181717?style=for-the-badge&logo=github)](https://github.com/thesakshijaiswal)

If you found this project useful or inspiring, please consider ⭐️ **starring the repo** to support the work!

## πŸ“„ License

This project is licensed under the [MIT License](LICENSE).