Make project fully OSS with htmx dashboard#5
Merged
Conversation
- Remove Plan field from tenant (no more free/pro tiers — all features available to everyone) - Rewrite web dashboard with htmx + Tailwind CDN: 30s partial polling, add/remove services from UI, platform badges, responsive layout - Add htmx partial endpoints: /dashboard/partials/stats, /dashboard/partials/services, POST/DELETE /dashboard/services - Comprehensive README with Homebrew install, REST API examples, daemon mode, multi-tenant CLI, full architecture map - Web test coverage: 81.4% → 85.7% (12 tests covering all new endpoints) - Add .claude/worktrees/ to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- notify coverage: 63.9% → 88.9% (multi-notifier, FromConfig factory) - Replace "billing" example service with "frontend" in config templates Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Planfield removed; all features available to everyone. No Stripe dependency./dashboardwith htmx partial polling (30s), add/remove services from UI, Tailwind CDN styling. No build step.GET /dashboard/partials/stats,GET /dashboard/partials/services,POST /dashboard/services,DELETE /dashboard/services/{name}Test plan
go test ./... -count=1— all 22 packages passgo build ./...— compiles cleango vet ./...— clean🤖 Generated with Claude Code