Official documentation for Singularities AI - an open source AI conversation platform.
This documentation describes how to use Singularities AI, a platform for engaging in natural conversations with local AI models via Ollama.
- Official Website: https://singularities-ai.com
- Online Documentation: https://docs.singularities-ai.com
The documentation is organized in two languages:
- Démarrer - Installation and setup guide
- Fonctionnalités - Detailed feature descriptions
- Getting Started - Installation and setup guide
- Features - Detailed feature descriptions
- Framework: Nuxt - Vue.js full-stack framework
- UI Components: Shadcn/UI - Open source components
- Content: Nuxt Content - Headless content system
- Styling: Tailwind CSS - Utility-first CSS framework
We welcome contributions to this documentation!
- Fork the repository
- Create a branch for your feature (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Follow the existing file structure
- Maintain consistency between French and English versions
- Test locally before submitting
- Use clear commit messages
content/
├── en/ # English documentation
│ ├── 1.getting-started/
│ └── 2.features/
└── fr/ # French documentation
├── 1.demarrer/
└── 2.fonctionnalites/
# Development
npm run dev
# Production build
npm run build
# Preview build
npm run preview
# Static generation
npm run generate- GitHub Issues: Open an issue
- Email: [email protected]
Singularities AI - Making conversational AI accessible to everyone 🚀