A workspace for experimenting, prototyping, and incubating new ideas. Projects start here as proof-of-concepts and graduate to their own repositories once they mature.
This repository serves as a creative sandbox where:
- New ideas are born - Quick experiments and POCs live here
- Concepts are validated - Test feasibility before committing to full projects
- Projects mature - Develop until they're ready to stand alone
- Graduation happens - Successful projects move to dedicated repos
me/
├── projects/ # Active POCs and experiments
│ ├── project-a/ # Early-stage exploration
│ └── project-b/ # Maturing concept
└── graduated/ # Links to projects that have their own repos
- Create a new directory in
projects/ - Build your POC with minimal structure
- Focus on validating the core concept
- Keep it simple and iterate quickly
When a project is ready for its own repository:
- Create a new dedicated Git repository
- Move the project code to the new repo
- Add a link in the
graduated/section below - Clean up or remove from this repo
Projects that have evolved into their own repositories:
- bengaluru-restoration-project - Currently being set up as independent repo
- Keep experiments lightweight and focused
- Don't over-engineer early POCs
- Graduate projects when they have clear direction
- Archive or delete failed experiments
- Document learnings in project READMEs
Check the projects/ directory for active work.
This is a living workspace. Ideas come and go. The best ones graduate.