Skip to content

Facelessism/cradle

Repository files navigation

Cradle ⟵⁠(⁠o⁠_⁠O⁠)

A personal collection of small ideas, experiments, and geeky projects I'm exploring and building.

What this repository contains

Cradle is a repository for my small ideas, experiments and lightweight prototypes. It contains runnable demos, maybe eventually some short technical notes and utility scripts intended for rapid iteration and learning.

Each project folder would include:

  • a short README.md describing the goal and how to run or test it,
  • minimal dependency manifest (requirements.txt, package.json etc.)
  • example usage or quick demo scripts if possible.

Project Structure

Cradle/
│
├── data/
│   └── projects.json
│
├── projects/
│   ├── ai-ml/
│   ├── devtools/
│   ├── games/
│   └── productivity/...
│
├── scripts/
│   └── generate-projects.js
│
├── README.md
├── index.html
├── script.js
└── style.css

Getting started

  1. Clone the repo after forking
git clone https://github.com/<yourusername>/cradle.git
  1. Open the local repository
cd cradle
  1. Open the Landing page
  • Simply just open the index.html on your browser... OR
  • Use a local server using Python(recomended by me)
python -m http.server 8000

Then visit

http://localhost:8000
  1. For Individual projects
    • Open their index.html directly on browser

🗂️ Architecture Documentation

Every project in Cradle includes an ARCHITECTURE.md file that explains its folder structure, components, data flow, and design decisions. If you are adding a new project, use the standardized template at the repository root:

ARCHITECTURE_TEMPLATE.md

See CONTRIBUTING.md for full instructions on how to fill it in.

🔧 Troubleshooting

Running into issues? Check the Troubleshooting Guide for solutions to common setup, development, and Git problems before opening a new issue.

🤝 Contributing

Contributions are welcome! Whether you're fixing bugs, improving documentation, or adding new ideas and experiments, your help is greatly appreciated.

Before getting started, please read our Contributing Guide for information about the development workflow, coding standards, and pull request process.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

Very Important Note

Don't forget to leave a star behind for the repo if you're visiting this

About

A collection of my minis

Topics

Resources

License

Code of conduct

Contributing

Stars

8 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors