Coder Social home page Coder Social logo

ladunjexa / nextjs14-saas-landing-page Goto Github PK

View Code? Open in Web Editor NEW
19.0 1.0 2.0 12.25 MB

๐ŸŒˆ Modern SaaS landing page with sleek parallax effects and bento box layouts.

Home Page: https://nextjs14-saas-landing-page.vercel.app

License: MIT License

CSS 1.94% TypeScript 91.68% JavaScript 6.38%
landing-page modern-ui-ux nextjs14 react-just-parallax saas-boilerplate spa tailwindcss

nextjs14-saas-landing-page's Introduction

Next.js 14 SaaS Landing Page

Latest release Stars Fork GitHub commits Pull requests

demo

ladunjexa License Top Language Contributors Release PRs deployment Known Vulnerabilities

๐ŸŒ Live Demo

Explore the live demonstration of the project: nextjs14-saas-landing-page

๐Ÿ“ Description

Brainwave is a Modern UI/UX website, developed using React.js and Tailwind CSS, exemplifies modern UI/UX principles. Its sleek design, seamless animations, and overall user experience set a high standard, serving as a reference or inspiration for future modern applications or websites in general.

Folder Structure
nextjs14-saas-landing-page/
โ”œโ”€โ”€ .vscode/
โ”‚   โ””โ”€โ”€ settings.json
โ”œโ”€โ”€ app/
โ”‚   โ”œโ”€โ”€ favicon.ico
โ”‚   โ”œโ”€โ”€ globals.css
โ”‚   โ”œโ”€โ”€ page.tsx
โ”‚   โ””โ”€โ”€ layout.tsx
โ”œโ”€โ”€ components/
โ”‚   โ”œโ”€โ”€ atoms/
โ”‚   โ”‚   โ”œโ”€โ”€ button.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ generating.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ heading.tsx
โ”‚   โ”‚   โ””โ”€โ”€ tagline.tsx
โ”‚   โ”œโ”€โ”€ design/
โ”‚   โ”‚   โ”œโ”€โ”€ benefits.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ collaboration.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ hero.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ navbar.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ pricing.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ roadmap.tsx
โ”‚   โ”‚   โ””โ”€โ”€ services.tsx
โ”‚   โ”œโ”€โ”€ layout/
โ”‚   โ”‚   โ”œโ”€โ”€ footer.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ navbar.tsx
โ”‚   โ”‚   โ””โ”€โ”€ section.tsx
โ”‚   โ”œโ”€โ”€ sections/
โ”‚   โ”‚   โ”œโ”€โ”€ benefits/index.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ collaboration/index.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ hero/
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ company-logos.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ notification.tsx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ index.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ pricing/
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ pricing-list.tsx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ index.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ roadmap/index.tsx
โ”‚   โ”‚   โ””โ”€โ”€ services/index.tsx
โ”‚   โ””โ”€โ”€ svg/
โ”‚       โ”œโ”€โ”€ arrow.tsx
โ”‚       โ”œโ”€โ”€ brackets.tsx
โ”‚       โ”œโ”€โ”€ button-gradient.tsx
โ”‚       โ”œโ”€โ”€ chat-bubble-wing.tsx
โ”‚       โ”œโ”€โ”€ clip-path.tsx
โ”‚       โ”œโ”€โ”€ menu-svg.tsx
โ”‚       โ”œโ”€โ”€ plus-svg.tsx
โ”‚       โ””โ”€โ”€ section-svg.tsx
โ”œโ”€โ”€ constants/
โ”‚   โ””โ”€โ”€ index.ts
โ”œโ”€โ”€ hooks/
โ”‚   โ””โ”€โ”€ use-get-call-by-id.ts
โ”œโ”€โ”€ lib/
โ”‚   โ””โ”€โ”€ utils.ts
โ”œโ”€โ”€ public/
โ”‚   โ”œโ”€โ”€ assets/[[...slug]]/[[...]].{png,svg,jpg}
โ”‚   โ”œโ”€โ”€ thumbnail.png
โ”‚   โ”œโ”€โ”€ next.svg
โ”‚   โ””โ”€โ”€ vercel.svg
โ”œโ”€โ”€ .eslintignore
โ”œโ”€โ”€ .eslintrc.json
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ .prettierignore
โ”œโ”€โ”€ .prettierrc
โ”œโ”€โ”€ next-env.d.ts
โ”œโ”€โ”€ next.config.mjs
โ”œโ”€โ”€ package-lock.json
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ postcss.config.mjs
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ tailwind.config.ts
โ””โ”€โ”€ tsconfig.json

๐Ÿ“– Table of Contents

Table of Contents

โœจ Technologies Used

Brianwave is built using the following technologies:
  • TypeScript: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
  • Next.js: Next.js is a React framework for building server-side rendered and statically generated web applications.
  • Tailwind CSS: Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces.
  • ESLint: ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code.
  • Prettier: Prettier is an opinionated code formatter.
  • React Just Parallax: React Just Parallax is a simple and lightweight parallax component for React.
  • Vercel: Vercel is a cloud platform for frontend developers, providing the frameworks, workflows, and infrastructure to build a faster, more personalized Web.

Technologies Used

๐Ÿงฐ Get Started

To get this project up and running in your development environment, follow these step-by-step instructions.

๐Ÿ“‹ Prerequisites

In order to install and run this project locally, you would need to have the following installed on your local machine.

โš™๏ธ Installation and Run Locally

Step 1:

Download or clone this repo by using the link below:

git clone https://github.com/ladunjexa/nextjs14-saas-landing-page.git

Step 2:

Execute the following command in the root directory of the downloaded repo in order to install dependencies:

npm install

Step 3:

Execute the following command in order to run the development server locally:

npm run dev

Step 4:

Open http://localhost:3000 with your browser to see the result.

๐Ÿ“œ Scripts

All scripts are defined in the package.json file. Here is a list of all scripts:

Script Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run start Start your production site locally
npm run lint Run ESLint
npm run ts:check: Run TypeScript type checking

๐Ÿš€ Deployment

Deploy to production (manual)

You can create an optimized production build with the following command:

npm run build

Deploy on Vercel (recommended)

The easiest way to deploy this Next.js app is to use the Vercel Platform.

Deploy with Vercel

Deploy on Netlify

You can also deploy this Next.js app with Netlify.

Deploy with Netlify

Check out Next.js deployment documentation for more details.

๐Ÿ”ง Contributing

contributors

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

To fix a bug or enhance an existing module, follow these steps:

  1. Fork the repo
  2. Create a new branch (git checkout -b improve-feature)
  3. Make the appropriate changes in the files
  4. Commit your changes (git commit -am 'Improve feature')
  5. Push to the branch (git push origin improve-feature)
  6. Create a Pull Request ๐ŸŽ‰

๐Ÿ“ฉ Bug / Feature Request

If you find a bug (failure of a module to execute its intended function), kindly open an issue here by including the issue with a title and clear description.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

๐Ÿ’Ž Acknowledgements

I'd like to express my gratitude to the following people who helped me with this project and made it possible:

๐Ÿ“ž Contact Us

Telegram LinkedIn Instagram Discord

๐Ÿ“‹ License

Brianwave is open source software licensed as MIT and is free to use โ€” See LICENSE for more details.

nextjs14-saas-landing-page's People

Contributors

ladunjexa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.