Skip to content

Releases: ReadyPixels/volqan

v1.0.0 — Stable Release

05 Apr 05:04

Choose a tag to compare

Volqan v1.0.0 — Stable Release

Volqan is now production-ready. This release completes the community and developer ecosystem.

Extension SDK

  • @volqan/extension-sdk — build extensions with defineExtension(), lifecycle hooks, route/admin page/content type registration, and testing utilities

Theme SDK

  • @volqan/theme-sdk — build themes with defineTheme(), CSS tokens, component overrides, and preview support

CLI Scaffolding

  • volqan create extension <name> — scaffold a new extension project
  • volqan create theme <name> — scaffold a new theme project

Developer Documentation

  • Comprehensive guides for building extensions and themes
  • API references, publishing guides, and example recipes
  • Developer hub at /docs/developer-guide.md

Deep Link Integration

  • Browse Marketplace buttons in admin Extensions and Themes pages
  • One-click install URLs: bazarix.dev/install/{slug}
  • URL builder and parser utilities in @volqan/core

Previous Releases

  • v0.5.0-beta — Page builder, dashboard, AI assistant, extensions (Blog/SEO/Forms), themes, Stripe billing
  • v0.1.0-alpha — Core MVP with auth, RBAC, content modeling, REST/GraphQL APIs, media manager

Full documentation: https://volqan.dev
Developer guide: https://github.com/ReadyPixels/volqan/blob/main/docs/developer-guide.md

v0.5.0-beta — Phase 2: Beautiful and Accessible

05 Apr 03:54

Choose a tag to compare

Phase 2: Beautiful and Accessible

Visual Page Builder

  • 28-block drag-and-drop page builder with live preview
  • Block categories: text, media, layout, interactive, commerce, embed
  • Block property editor with real-time updates

Dashboard & Analytics

  • 7 dashboard widgets with SVG-based charts
  • Content stats, recent activity, system health, quick actions
  • Storage usage and extension status overview

AI Assistant

  • Embedded AI panel with swappable LLM providers
  • OpenAI, Claude, Gemini, and Ollama support
  • Chat interface with markdown rendering

Responsive Admin

  • Mobile navigation with slide-out menu
  • Responsive layout breakpoints for all admin views
  • Touch-optimized interactions

Official Extensions

  • Blog: posts, categories, tags, RSS feed generation
  • SEO: meta analyzer, sitemap generator, robots.txt builder
  • Forms: visual form builder, field validation, submission handling

Official Themes

  • Default: blue/light professional design
  • Minimal: dark/emerald modern aesthetic

Stripe Integration

  • Support Plans with yearly and monthly billing (25% monthly uplift)
  • Checkout flow and subscription management
  • Enhanced webhook handler (8 event types)
  • Admin billing UI with 6 components

Licensing API

  • License check, activate, and deactivate endpoints
  • Installation tracking and management
  • Attribution removal validation

76 files changed, 17,230 lines added

v0.1.0-alpha — Core MVP

05 Apr 03:28

Choose a tag to compare

Pre-release

🌋 Volqan v0.1.0-alpha — Core MVP

The first alpha release of Volqan, the universal open-source application framework.

Core Systems

  • Database Layer — Prisma ORM supporting PostgreSQL, MySQL, and SQLite
  • Authentication — Built-in JWT + OAuth (email/password, Google, GitHub)
  • RBAC — Role-based access control (Super Admin, Admin, Editor, Viewer)
  • Content Modeling — Dynamic schema builder with 17 field types
  • REST API — Auto-generated with filtering, pagination, sorting
  • GraphQL API — Auto-generated with full CRUD operations
  • Media Manager — Upload, browse, delete with local filesystem + S3/R2 adapters
  • Extension Engine — Load, enable, disable, configure with sandboxed execution
  • Theme Engine — CSS custom property injection with hot-swap and live preview
  • Attribution System — License-aware footer with 24h caching
  • Billing — Stripe webhook handler + Platform Service Fee calculator

Admin UI

  • Beautiful admin panel built with shadcn/ui + Tailwind CSS v4
  • Collapsible sidebar, dark/light mode, fully responsive
  • Dashboard, content management, media library, extension manager
  • Theme manager with live token editor
  • User management and settings panel

Infrastructure

  • npx create-volqan-app CLI scaffolding tool
  • Docker + Docker Compose for development and production
  • pnpm monorepo with 6 workspace packages

What's Next (Phase 2)

  • Visual drag-and-drop page builder
  • Embedded AI assistant panel
  • Official extensions (Blog, SEO, Forms)
  • Official themes (Default, Minimal)
  • Stripe integration for Support Plans

License: Open Core Attribution License v1.0
Docs: https://shaerif.github.io/volqan/