Skip to content

make your own application like k8s with cursor composer!

License

Notifications You must be signed in to change notification settings

devhaemin/codernetes

Repository files navigation

Deterministic Programming with Codernetes!

A framework for generating production-ready applications using YAML-driven development.

Key Concepts

  • YAML-Driven Development: Define your entire application architecture using simple YAML files
  • Cursor IDE Integration: Leverage AI-powered code generation through Cursor IDE
  • Kubernetes-Inspired: Familiar declarative syntax for defining services, deployments, and resources

Quick Start

Just write your application YAML file! And cursor will generate your application code! yml example

  1. Install Prerequisites:

  2. Generate Your Application:

    • Create your application YAML (see example.yml)
    • Use Cursor Composer to generate code: bash cursor compose your-app.yml
  3. Just saying "Keep going"

  4. Review and Run

Example video

Codernetes Demo

Screenshot

Codernetes Demo

You can see the frontend and backend code generated by Codernetes. Frontend Frontend Frontend Backend Database

Project Structure

Generated projects follow a standardized structure:

  • frontend/ - Flutter application
  • backend/ - Spring Boot API
  • database/ - PostgreSQL schemas and migrations
  • deploy/ - Docker and deployment configurations
  • docs/ - Generated documentation

Contributing

  1. Fork the repository
  2. Create your feature YAML file
  3. Test with Cursor Composer
  4. Submit a Pull Request

Documentation

License

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

Contributor

About

make your own application like k8s with cursor composer!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published