Welcome to the Community Guide to Open-Source AI Software Craft! This project is a collaborative, open-source guide and knowledge base for software engineers working with open-source AI tools and workflows. Our goal is to help the community share best practices, tools, and insights for building, maintaining, and contributing to open-source AI software tools.
This website is built using MkDocs and is designed to be easy to read, search, and contribute to. It serves as a living document for:
- Guides and tutorials for open-source AI development
- Tool and library overviews
- Best practices and workflows
- Community-contributed tips and resources
You can browse the site online or build it locally to preview your changes.
The site is powered by MkDocs, a static site generator for project documentation. All content lives in the docs/
directory as Markdown files. The navigation and site configuration are managed in mkdocs.yml
.
Key files and folders:
docs/
— All documentation content (Markdown files)mkdocs.yml
— Site configuration and navigationstylesheets/extra.css
— Custom styles
To view the site locally:
pip install mkdocs
mkdocs serve
Then open http://localhost:8000 in your browser.
- Edit or add Markdown files in the
docs/
directory. Each file becomes a page on the site. - Update
mkdocs.yml
to add new pages to the navigation. - Preview locally with
mkdocs serve
. - Commit your changes and open a pull request (see below).
We welcome contributions from everyone! Whether you want to fix a typo, add a new guide, or suggest improvements, your help is appreciated.
- Check open issues or open a new one to discuss your idea.
- Fork the repository and create a new branch for your changes.
- Make your edits (see above for how to update the site).
- Open a pull request with a clear description of your changes.
- Participate in code review and update your PR as needed.
If you have questions, suggestions, or want to get involved, please open an issue or join the discussion on GitHub.
Thank you for helping make open-source AI software better for everyone!