The official website for the Nano Collective - an open-source AI tools collective building local-first, privacy-respecting AI applications.
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.
- Nanocoder - A powerful AI coding assistant that runs entirely on your machine
- 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)
- Node.js 20+ recommended
- pnpm (preferred) or npm
pnpm install
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
.
Create a production build:
pnpm build
The static site will be exported to the dist/
directory.
Run ESLint to check code quality:
pnpm lint
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Make your changes
- Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- GitHub: github.com/Nano-Collective
- Discord: Join our community
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