Getting Started
Welcome to the Fysk documentation. This guide will help you get setup and ready to build beautiful interfaces with built in state handling and accessibility in seconds.
Prerequisites
Fysk is built for the modern React ecosystem. Before you begin, ensure you have a project set up with the following:
React 18+ or Next.js 13+ (App Router recommended)
Tailwind CSS (v4 Recommended) for styling
TypeScript (highly recommended)
Lucide React for icons
ShadCN CLI for component installation
How it works
Fysk follows the copy-paste distribution method popularized by shadcn/ui. Instead of installing a large dependencies, you add individual component files to your project.
Why this approach?
Ownership: The code is yours. Customize styles and logic without wrestling with library internals.
Bundle Size: No unused code bloat. Only include what you use.
Flexibility: Mix and match with other libraries seamlessly.
Next Steps
Ready to start building? Head over to the Quick Start guide to get up and running in 2 minutes.
Built with 💖 | Created by Yashraj