https://github.com/oxide-byte/d2c
Doc 2 Code (AI)
https://github.com/oxide-byte/d2c
Last synced: 9 days ago
JSON representation
Doc 2 Code (AI)
- Host: GitHub
- URL: https://github.com/oxide-byte/d2c
- Owner: oxide-byte
- License: mit
- Created: 2026-05-28T12:21:50.000Z (14 days ago)
- Default Branch: master
- Last Pushed: 2026-05-28T15:48:53.000Z (14 days ago)
- Last Synced: 2026-05-28T16:05:14.918Z (14 days ago)
- Language: Rust
- Size: 743 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# D2C – Doc to Code
## Purpose
This project is linked to the idea of Spec Driven Development, but it focus as starting point and base the documentation first. This based on MD-Book of Rust, the and based on the quote "English" as first programming language, the creation of the software is based on a book and chapters.
## Functional Chapters
- introduction.md: Containing a summary of the application to create.
- ai_rules.md: Containing the rules and constraints for the AI.
- stack.md: Containing the technology stack and dependencies.
## Story Chapter
The application is build on chapters representing features and having it's own md file. The MD files are included in the SUMMARY.md. One MD file should build in
- first part, description, non technical and defining the feature in business
- second part short architectural description of the implementation
- third part after code implementation, the references to the code part.