Skip to content

Nano-Collective/website

Repository files navigation

Nano Collective Website

The official website for the Nano Collective - an open-source AI tools collective building local-first, privacy-respecting AI applications.

About

This website serves as the landing page and showcase for the Nano Collective organization, highlighting our mission to democratize access to powerful AI tools that run locally, respect user privacy, and are shaped by the community.

Featured Projects

  • Nanocoder - A powerful AI coding assistant that runs entirely on your machine

Tech Stack

  • Framework: Next.js 15 with React 19
  • Language: TypeScript 5
  • Styling: Tailwind CSS 4 with custom OKLCH color scheme
  • UI Components: shadcn/ui built on Radix UI primitives
  • Icons: Lucide React & React Icons
  • Build Tool: Turbopack
  • Deployment: Static export (no Node.js server required)

Getting Started

Prerequisites

  • Node.js 20+ recommended
  • pnpm (preferred) or npm

Installation

pnpm install

Development

Run the development server:

pnpm dev

Open http://localhost:3000 to view the site.

The page auto-reloads as you edit files. Main page content is in pages/index.tsx.

Build

Create a production build:

pnpm build

The static site will be exported to the dist/ directory.

Lint

Run ESLint to check code quality:

pnpm lint

Contributing

We welcome contributions! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add amazing feature')
  5. Push to the branch (git push origin feature/amazing-feature)
  6. Open a Pull Request

Community

License

This project is open source and available under the MIT License with Attribution.

See LICENSE.md for full details. When using this software, please include attribution to Nano Collective and contributors.


Built with care by the Nano Collective community

About

The website for the Nano Collective 🌐

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published