🚀 Feature Announcement: 4 New Flexible Deployment Methods Live + The Road to v1.0.0! #12
nickdesjardins
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello NextBlock community! 👋
We have just completed a major engineering sprint focused entirely on enhancing onboarding flexibility and deployment engineering across our framework architectures.
Our main production goals this week were to eliminate setup complications, ensure flawless Supabase migration handling inside standalone environments, and give developers a range of options to boot up the CMS based on their project needs.
We are proud to share that we now officially support 4 robust deployment matrices:
Best for: Rapid prototyping, client handoffs, and instant evaluation.
Mechanics: Utilizing our native Vercel marketplace layout, this link coordinates with Supabase to provision your database structure, auth tables, and image storage automatically without requiring any manual variable insertion during initialization.
Best for: Starting clean, fresh app router configurations.
Mechanics: Run npm create nextblock inside your machine terminal. Follow the prompts to build your isolated layout, run npm run dev, and watch the system construct the dashboard dynamically.
Best for: Core code contributors and heavy application engineers.
Mechanics: Fork and clone nextblock-cms/nextblock to get direct access to our full Nx Monorepo workspace layout, recursive JSONB block parsing tables, and custom TipTap commands core.
Best for: Cross-platform local testing and environment sandboxing.
Mechanics: Clone the repo and execute npm run docker:setup. This leverages multi-stage caching to automatically check PostgreSQL readiness states, pull internal migrations from libs/db/src/supabase/migrations, and launch the unified production server securely.
🛠️ What's Happening Next Week?
Next week is a dedicated Stability Sprint. Our core maintainers will be running exhaustive testing sequences across all four setup vectors to clean up dependency warnings, optimize edge network request streams, and ensure absolute schema resilience.
This stability drive is the final stepping stone before we launch our landmark release: NextBlock CMS v1.0.0 is officially dropping before the end of this summer!
We want to give a massive thank you to our contributors and alpha testers. If you find any routing anomalies or dependency friction while testing these new deployment paths, please open a formal Issue tracker or log it directly inside our community Discord help desk.
Let's build the future of the web together! 🧱
All reactions