Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harshxraj/blockchain-saas

A sleek, dark-mode SaaS website showcasing blockchain technology, built with Astro.js, Tailwind CSS, and Framer Motion for smooth animations and a modern UI.
https://github.com/harshxraj/blockchain-saas

astrojs blockchain framer-motion react responsive-design saas tailwindcss typescript

Last synced: 3 months ago
JSON representation

A sleek, dark-mode SaaS website showcasing blockchain technology, built with Astro.js, Tailwind CSS, and Framer Motion for smooth animations and a modern UI.

Awesome Lists containing this project

README

        

# Dark-Mode Blockchain SaaS Site

## Project Overview

This project is a **dark-mode blockchain SaaS website** built with **Astro.js**, **TailwindCSS**, and **Framer Motion**. It features an engaging, modern user interface with smooth animations and a dark theme optimized for user experience. The site is structured to demonstrate the power of blockchain technology in a clean, functional design suitable for SaaS platforms.
[Live Link](https://blockchain-saas-weld.vercel.app/)

## Features

- **Dark Mode**: Sleek dark theme for better visual appeal and reduced eye strain.
- **Blockchain Integration**: Demonstrates blockchain's potential within a SaaS website.
- **Framer Motion Animations**: Smooth animations for UI elements, providing a seamless user experience.
- **Responsive Design**: Fully responsive across devices, including mobile and desktop.
- **Astro.js Static Site Generation**: Lightning-fast performance with Astro's static site architecture.
- **Tailwind CSS Styling**: Modern, utility-first CSS framework for custom, scalable design.

## Tech Stack

- **Astro.js**: Static site generator for a fast, scalable web experience.
- **Tailwind CSS**: Utility-first CSS framework for rapid UI development.
- **Framer Motion**: Animation library for React to create interactive and engaging UI components.

## Preview
### Home Page![home-page](https://github.com/user-attachments/assets/970eb0aa-0568-49a3-83b5-b775731eab25)
### Blog Page![blog-page](https://github.com/user-attachments/assets/59153d5a-0b7f-46fd-a65c-0caec6edf381)
### Careers Page![careers-page](https://github.com/user-attachments/assets/7468e378-48e0-4653-9f7e-025f6bf3b263)
### Contact Page![contact-page](https://github.com/user-attachments/assets/b2e7c224-3be6-4f7a-9954-03e803614163)

## Installation and Setup

To run this project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/harshxraj/Blockchain-SaaS.git
```

2. Navigate to the project directory:

```bash
cd Blockchain-SaaS
```

3. Install dependencies:

```bash
npm install
```

4. Run the development server:

```bash
npm run dev
```

5. Open your browser and go to `http://localhost:4321/` to view the site.

## Deployment

This project can be deployed to platforms like [Vercel](https://vercel.com/) or [Netlify](https://www.netlify.com/).

## Contributing

If you would like to contribute to this project:

1. Fork the repository.
2. Create a new feature branch (`git checkout -b feature/your-feature-name`).
3. Commit your changes (`git commit -m 'Add new feature'`).
4. Push the branch (`git push origin feature/your-feature-name`).
5. Open a pull request.