The official landing page for Resonate - an Open Source social voice platform maintained by AOSSIE.
Resonate is a social voice platform, similar to Clubhouse and Twitter Spaces, but completely Open Source. It aims to enhance credibility within the open-source community, attract users, and foster growth through real-time audio communication.
Key Features of the App:
- Real-time Audio Communication.
- Create rooms and moderate speakers/events.
- Pair chatting for random partner matching.
- Real-time messaging (Coming Soon).
This website is built using modern web technologies to ensure a smooth and engaging user experience.
- React: Frontend library for building the user interface.
- GSAP: For high-performance animations (ScrollTrigger).
- Lenis: For smooth, inertial scrolling.
- React Icons: For vector icons.
Follow these steps to set up the project locally.
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository
git clone https://github.com/AOSSIE/Resonate-Website.git cd Resonate-Website -
Install dependencies
npm install
-
Start the development server
npm start
The app will run at
http://localhost:3000. -
Build for production
npm run build
This creates an optimized build in the
buildfolder.
src/
├── assets/ # Images and static assets
├── components/ # Modular React components
│ ├── NavBar/ # Navigation bar
│ ├── Hero/ # Hero section
│ ├── Features/ # Features showcase
│ ├── TechStack/ # Tech stack display
│ ├── About/ # About AOSSIE section
│ ├── DownloadApp/ # App download links
│ └── Footer/ # Footer section
├── App.js # Main application component (Animations & Layout)
├── App.css # Global styles
└── index.js # Entry point
We welcome contributions! Please see the AOSSIE contribution guidelines for more details.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is part of AOSSIE. Please check the repository for license details.
Maintained with ❤️ by AOSSIE