1 comments

  • plvo 2 hours ago

    Every new project = same repetitive setup: configuring database ORM with auth tables, setting up UI components and themes, fixing TypeScript paths

    Built a OSS CLI to skip this and start coding immediately. Sharing in case it helps:

    bunx create-faster@latest

    Github: https://github.com/plvo/create-faster

    Any feedback is appreciated! If you have any ideas or libs suggestions, please feel free to send me a message :)