https://github.com/sanidhyy/brainwave
Modern Animated SaaS Generative AI Landing Page.
https://github.com/sanidhyy/brainwave
ai animation artificial-intelligence css css-animation framer-motion generative-ai html javascript machine-learning modern-ui-ux react reactjs typescript
Last synced: about 1 year ago
JSON representation
Modern Animated SaaS Generative AI Landing Page.
- Host: GitHub
- URL: https://github.com/sanidhyy/brainwave
- Owner: sanidhyy
- License: mit
- Created: 2024-03-10T13:03:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T03:52:35.000Z (about 1 year ago)
- Last Synced: 2025-06-02T13:07:10.260Z (about 1 year ago)
- Topics: ai, animation, artificial-intelligence, css, css-animation, framer-motion, generative-ai, html, javascript, machine-learning, modern-ui-ux, react, reactjs, typescript
- Language: JavaScript
- Homepage: https://app-brainwave.netlify.app/
- Size: 13.8 MB
- Stars: 97
- Watchers: 1
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Brainwave - Modern Animated SaaS Generative AI Landing Page

[](https://github.com/sanidhyy "Ask Me Anything!")
[](https://github.com/sanidhyy/brainwave/blob/main/LICENSE "GitHub license")
[](https://github.com/sanidhyy/brainwave/commits/main "Maintenance")
[](https://github.com/sanidhyy/brainwave/branches "GitHub branches")
[](https://github.com/sanidhyy/brainwave/commits "Github commits")
[](https://github.com/sanidhyy/brainwave/issues "GitHub issues")
[](https://github.com/sanidhyy/brainwave/pulls "GitHub pull requests")
[](https://app-brainwave.netlify.app/ "Netlify Status")
# :notebook_with_decorative_cover: Table of Contents
- [Folder Structure](#bangbang-folder-structure)
- [Getting Started](#toolbox-getting-started)
- [Screenshots](#camera-screenshots)
- [Tech Stack](#gear-tech-stack)
- [Stats](#wrench-stats)
- [Contribute](#raised_hands-contribute)
- [Acknowledgements](#gem-acknowledgements)
- [Buy Me a Coffee](#coffee-buy-me-a-coffee)
- [Follow Me](#rocket-follow-me)
- [Learn More](#books-learn-more)
- [Deploy on Netlify](#page_with_curl-deploy-on-netlify)
- [Give A Star](#star-give-a-star)
- [Star History](#star2-star-history)
- [Give A Star](#star-give-a-star)
## :bangbang: Folder Structure
Here is the folder structure of this app.
```bash
brainwave/
|- public/
|-- apple-icon.png
|-- favicon.ico
|-- favicon1.png
|-- favicon2.png
|- src/
|-- assets/
|--- benefits/
|--- collaboration/
|--- hero/
|--- notification/
|--- pricing/
|--- roadmap/
|--- services/
|--- socials/
|--- svg/
|--- index.js
|-- components/
|--- design/
|--- Benefits.jsx
|--- Button.jsx
|--- Collaboration.jsx
|--- CompanyLogos.jsx
|--- Footer.jsx
|--- Generating.jsx
|--- Header.jsx
|--- Heading.jsx
|--- Hero.jsx
|--- Notification.jsx
|--- Pricing.jsx
|--- PricingList.jsx
|--- Roadmap.jsx
|--- Section.jsx
|--- Services.jsx
|--- Tagline.jsx
|-- config/
|--- index.js
|-- constants/
|--- index.js
|-- App.jsx
|-- index.css
|-- main.jsx
|- .eslintrc.cjs
|- .gitignore
|- index.html
|- package-lock.json
|- package.json
|- postcss.config.js
|- tailwind.config.js
|- vite.config.js
```
## :toolbox: Getting Started
1. Make sure **Git** and **NodeJS** is installed.
2. Clone this repository to your local computer.
3. Install project dependencies using `npm install --legacy-peer-deps` or `yarn install --legacy-peer-deps`
4. Now app is fully configured 👍 and you can start using this app using either one of `npm run dev` or `yarn dev`.
**NOTE:** Please make sure to keep your API keys and configuration values secure and do not expose them publicly.
## :camera: Screenshots




## :gear: Tech Stack
[](https://react.dev/ "React JS") [](https://vitejs.dev/ "Vite JS") [](https://developer.mozilla.org/en-US/docs/Web/JavaScript "Javascript") [](https://tailwindcss.com/ "Tailwind CSS") [](https://netlify.app/ "Netlify")
## :wrench: Stats
[](https://pagespeed.web.dev/analysis?url=https://app-brainwave.netlify.app/ "Stats for Brainwave")
## :raised_hands: Contribute
You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.
## :gem: Acknowledgements
Useful resources and dependencies that are used in Brainwave.
- [framer-motion](https://www.npmjs.com/package/framer-motion): ^11.0.12
- [react](https://www.npmjs.com/package/react): ^18.2.0
- [react-dom](https://www.npmjs.com/package/react-dom): ^18.2.0
- [react-just-parallax](https://www.npmjs.com/package/react-just-parallax): ^3.1.16
- [react-router-dom](https://www.npmjs.com/package/react-router-dom): ^6.22.3
- [scroll-lock](https://www.npmjs.com/package/scroll-lock): ^2.1.5
- [typewriter-effect](https://www.npmjs.com/package/typewriter-effect): ^2.21.0
- [@types/react](https://www.npmjs.com/package/@types/react): ^18.2.56
- [@types/react-dom](https://www.npmjs.com/package/@types/react-dom): ^18.2.19
- [@vitejs/plugin-react](https://www.npmjs.com/package/@vitejs/plugin-react): ^4.2.1
- [autoprefixer](https://www.npmjs.com/package/autoprefixer): ^10.4.18
- [eslint](https://www.npmjs.com/package/eslint): ^8.56.0
- [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react): ^7.33.2
- [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks): ^4.6.0
- [eslint-plugin-react-refresh](https://www.npmjs.com/package/eslint-plugin-react-refresh): ^0.4.5
- [postcss](https://www.npmjs.com/package/postcss): ^8.4.35
- [tailwindcss](https://www.npmjs.com/package/tailwindcss): ^3.4.1
- [vite](https://www.npmjs.com/package/vite): ^5.1.4
## :coffee: Buy Me a Coffee
[
](https://www.buymeacoffee.com/sanidhy "Buy me a Coffee")
## :rocket: Follow Me
[](https://github.com/sanidhyy "Follow Me")
[](https://twitter.com/intent/tweet?text=Check+out+this+amazing+app:&url=https%3A%2F%2Fgithub.com%2Fsanidhyy%2Fbrainwave "Tweet about this project")
[](https://www.youtube.com/@OPGAMER./?sub_confirmation=1 "Subscribe to my YouTube Channel")
## :books: Learn More
To deepen your understanding of React.js and Netlify, explore the following resources:
- [React.js Documentation](https://reactjs.org/docs) - delve into React.js features, concepts, and API.
- [React Official Tutorial](https://reactjs.org/tutorial) - an interactive tutorial to get hands-on experience with React.
For Netlify-specific information:
- [Netlify Documentation](https://docs.netlify.com) - learn about Netlify's features, deployment options, and more.
- [Getting Started with Netlify and React](https://docs.netlify.com/frameworks/react) - a guide on deploying React applications on Netlify.
You're encouraged to contribute and provide feedback on [Netlify's GitHub repository](https://github.com/netlify/netlify).
## :page_with_curl: Deploy on Netlify
The simplest way to deploy your React.js app is to use the [Netlify Platform](https://app.netlify.com/start) - a powerful platform for modern web projects.
Explore the [Netlify deployment documentation](https://docs.netlify.com/site-deploys/create-deploys) for step-by-step instructions on deploying your React.js app on Netlify.
Happy coding, and feel free to share your thoughts and improvements with the [Netlify community](https://community.netlify.com)!
## :star: Give A Star
You can also give this repository a star to show more people and they can use this repository.
## :star2: Star History
