Skip to main content

Project Ideas

This page is an idea hub for learners who want to practice Python and CLI design with quickli.

Ideas to build next

  1. Project scaffolding tool (scaffy)
    • Create a project structure for common app types.
    • Initialize a Git repository.
    • Prepare starter files such as ignore files, issue templates, pull request templates, container files, and README files.
  2. Compose-to-Kubernetes manifest generator (c2k)
    • Read selected Docker Compose services.
    • Generate a limited, explicit set of Kubernetes manifests from that input.
    • Keep generated resources predictable and easy to inspect.
Share your build story

We are looking for builders. If you build a tool with quickli, we would love to hear about your app, your learning story, and your feedback about the framework.

Please suggest your own ideas or share your project by opening an issue.

A future iteration can add a dedicated showcase page for community ideas and completed projects.