DEV Community

Tanay Karnik
Tanay Karnik

Posted on โ€ข Originally published at nuxflare.com

1 1 1 1 1

Announcing Nuxflare 0.2: UX improvements, better NuxtHub compatibility, custom domains, GitHub Actions support

I'm super excited to share the release of Nuxflare 0.2.2 with you today.

Here's what's new:

๐Ÿš€ Better CLI Experience

We've completely rebuilt the CLI to make it easier to use. Getting started is now as simple as:

nuxflare init
Enter fullscreen mode Exit fullscreen mode

Image description

Just run this command in your project and follow the simple steps to set up and deploy.

๐ŸŒ Custom Domains

You can now easily set up your own domain during the initial setup (with nuxflare init).
This domain is used when you deploy to production:

nuxflare deploy --production
Enter fullscreen mode Exit fullscreen mode

Want separate domains for testing? No problem! Set up a dev domain and use stages:
For example, if your dev domain is dev.nuxflare.com and you deploy to stage tanay, your app will be at tanay.dev.nuxflare.com

nuxflare deploy --stage tanay
Enter fullscreen mode Exit fullscreen mode

๐Ÿ”„ Works Like NuxtHub CLI

If you've used NuxtHub before, you'll feel right at home. We now support familiar commands like:

nuxflare logs --production  # see real-time remote logs
nuxflare open --stage tanay  # quickly view your deployed site
Enter fullscreen mode Exit fullscreen mode

๐Ÿค– GitHub Actions Support

Automate everything with our new GitHub Actions support! You can now set up:

  • Manual deployments
  • Automatic production deployments with the main branch
  • Create preview deployments for each PR

๐Ÿ—๏ธ Cleaner Project Structure

We now create a dedicated nuxflare folder for all the technical stuff, keeping your main sst.config.ts file clean and simple.

๐Ÿงฉ Works With Monorepos

You can now use Nuxflare in projects with multiple Nuxt appsโ€”more about this soon. This is how Nuxflare Pro works.

๐Ÿ› ๏ธ More Reliable Than Ever

We've fixed lots of issues to make everything work better:

  • Smoother deployments
  • Better resource handling
  • Cleaner cleanup when you remove things

Give Nuxflare 0.2 a try today and let me know what you think! I'd love to hear your feedback as we keep making Nuxflare better together.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs