A modern, professional redesign of the SignalsHQ website featuring a sleek enterprise SaaS aesthetic focused on tax automation software. This project showcases a complete reimagining of the user interface with cutting-edge web technologies.
🚀 Live Demo: https://signalshq-redesign.vercel.app/
This project is a comprehensive redesign of SignalsHQ, implementing a modern, responsive web application with a focus on user experience and visual appeal. The redesign features multiple pages including pricing, authentication, security, and contact sections, all built with contemporary web development best practices.
- Modern UI/UX: Clean, professional design with generous whitespace and intuitive navigation
- Responsive Design: Fully responsive across all device sizes
- Multiple Pages:
- Home/Landing page
- Pricing page with interactive pricing cards
- Authentication pages
- Security page
- Contact page
- Interactive Components: Smooth animations and transitions using Framer Motion
- Theme Support: Built with Next.js themes support
- Optimized Performance: Server-side rendering and optimized assets
- Framework: Next.js 15 (App Router)
- Language: TypeScript
- Styling:
- Tailwind CSS 4
- styled-jsx
- CSS Variables for theming
- UI Components:
- Custom React components
- Radix UI primitives
- Headless UI
- Lucide React icons
- Animations: Framer Motion
- Forms: React Hook Form with Zod validation
- Other Libraries:
- Three.js for 3D graphics
- Recharts for data visualization
- React Dropzone
- And more...
- Node.js 20.x or higher
- npm, yarn, pnpm, or bun package manager
- Clone the repository:
git clone https://github.com/aloukikjoshi/SignalsHQ-redesign.git
cd SignalsHQ-redesign- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev- Open http://localhost:3000 with your browser to see the result.
SignalsHQ-redesign/
├── src/
│ ├── app/ # Next.js app directory
│ │ ├── auth/ # Authentication pages
│ │ ├── contact-us/ # Contact page
│ │ ├── pricing/ # Pricing page
│ │ ├── security/ # Security page
│ │ └── globals.css # Global styles
│ └── components/ # Reusable React components
│ └── sections/ # Page sections
├── public/ # Static assets
└── ...config files
- Clean & Professional: Modern enterprise SaaS aesthetic
- Typography: Inter font family for consistent, readable text
- Color Scheme: Purple accent (#B692F6) with professional neutrals
- Whitespace: Generous spacing for improved readability
- Component-based: Modular, reusable components for maintainability
npm run dev- Start development server with Turbopacknpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLint
This project is deployed on Vercel. Visit the live site at: https://signalshq-redesign.vercel.app/
To deploy your own instance:
- Push your code to GitHub
- Import your repository on Vercel
- Vercel will automatically detect Next.js and configure the build settings
- Deploy!
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is available for educational and demonstration purposes.
Aloukik Joshi
- GitHub: @aloukikjoshi
- Original SignalsHQ branding and concept
- Next.js team for the amazing framework
- Vercel for hosting and deployment platform