Skip to content

v0.0.2-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@faisal-rx faisal-rx released this 09 May 16:36
· 324 commits to main since this release
b8f7eb6

Released all 12 packages at 0.0.2-alpha.0 in lockstep (nextly, create-nextly-app, and 10 @nextlyhq/* packages).

What's changed

@nextlyhq/adapter-drizzle

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app

@nextlyhq/adapter-mysql

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app
  • Updated dependencies [de96251]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.0

@nextlyhq/adapter-postgres

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app
  • Updated dependencies [de96251]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.0

@nextlyhq/adapter-sqlite

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app
  • Updated dependencies [de96251]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.0

@nextlyhq/admin

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app
  • Updated dependencies [de96251]:

    • @nextlyhq/ui@0.0.2-alpha.0

create-nextly-app

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app

nextly

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app
  • Updated dependencies [de96251]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.0
    • @nextlyhq/adapter-postgres@0.0.2-alpha.0
    • @nextlyhq/adapter-mysql@0.0.2-alpha.0
    • @nextlyhq/adapter-sqlite@0.0.2-alpha.0

@nextlyhq/plugin-form-builder

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app
  • Updated dependencies [de96251]:

    • nextly@0.0.2-alpha.0
    • @nextlyhq/admin@0.0.2-alpha.0
    • @nextlyhq/ui@0.0.2-alpha.0

@nextlyhq/storage-s3

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app

@nextlyhq/storage-uploadthing

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app

@nextlyhq/storage-vercel-blob

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app

@nextlyhq/ui

Patch Changes

  • #4 de96251 Thanks @mobeenabdullah! - Initial alpha release of Nextly — a TypeScript-first, Next.js-native CMS and app framework.

    All 12 packages publish at 0.0.2-alpha.0 in lockstep under the alpha dist-tag.

    Highlights:

    • Core (nextly) — REST + Direct API, RBAC, hooks, and the runtime engine. API key prefix is nx_live_.
    • Admin (@nextlyhq/admin) — Full-featured admin dashboard.
    • UI (@nextlyhq/ui) — Headless component primitives shared across packages and plugins.
    • CLI (create-nextly-app) — Project scaffolder with blog and blank templates, multi-DB picker, telemetry opt-out.
    • Database adapters@nextlyhq/adapter-postgres, @nextlyhq/adapter-mysql, @nextlyhq/adapter-sqlite, plus the shared @nextlyhq/adapter-drizzle base.
    • Storage adapters@nextlyhq/storage-s3 (also R2 / MinIO / B2 / Wasabi), @nextlyhq/storage-vercel-blob, @nextlyhq/storage-uploadthing.
    • Plugins (preview)@nextlyhq/plugin-form-builder for early exploration; public plugin APIs stabilize at the beta release.

    Alpha caveats: APIs may change before 1.0. Pin exact versions in production.

    Install:

    pnpm create nextly-app@alpha my-app
    # or
    npx create-nextly-app@alpha my-app