Welcome to the Nous Foundation website — building open, decentralized intelligence.
This project is built with Next.js and bootstrapped using create-next-app. Our website showcases decentralized news, tools, and open-source projects.
Clone the repository and install dependencies:
git clone https://github.com/shmaplex/nous.git
cd nous
npm install
# or
yarn install
# or
pnpm installRun the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 in your browser to view the website.
You can start editing the page by modifying app/page.tsx. Changes are hot-reloaded automatically.
app/ # Next.js App Router pages and components
components/ # Reusable UI components
public/ # Static assets (images, logos, etc.)
styles/ # Global and Tailwind CSS files
types/ # TypeScript type definitions
package.json # Project dependencies and scripts
next.config.js # Next.js configuration
We welcome contributions! Here's how you can help:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/my-feature
- Make your changes.
- Test locally.
- Commit your changes:
git commit -m "Add my feature" - Push to your branch:
git push origin feature/my-feature
- Open a Pull Request and describe your changes.
Please follow our code style and use clear commit messages.
To learn more about Next.js, check out:
- Next.js Documentation – learn about Next.js features and API.
- Learn Next.js – an interactive Next.js tutorial.
- Next.js GitHub repository – feedback and contributions welcome.
The easiest way to deploy your Next.js app is to use Vercel.
Check out the Next.js deployment documentation for more details.
This project is licensed under the Common Sense License (CSL) v1.1.
Copyright (C) 2025
The Common Sense License Working Group
Permission is granted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Full license terms can be found at: https://github.com/shmaplex/csl
Large-Scale Commercial Users must comply with contribution requirements described in Section 8 of the CSL v1.1 License.
For more details, see the LICENSE file in this repository.