feat(alpha): Add DAO management app with Zoon contract integration#3
Draft
bobbythelobster wants to merge 4 commits intosamholmes:mainfrom
Draft
feat(alpha): Add DAO management app with Zoon contract integration#3bobbythelobster wants to merge 4 commits intosamholmes:mainfrom
bobbythelobster wants to merge 4 commits intosamholmes:mainfrom
Conversation
added 4 commits
February 6, 2026 04:48
- Add file-based routing for SolidStart - Create alpha layout with navigation - DAO Explorer: browse, search, sort DAOs - DAO Dashboard: view tasks, proposals, outcomes, create tasks - Onboarding Wizard: 4-step DAO creation flow - Add types, mock data, and styling - Update app.tsx for file-based routing
- Add contracts.ts with viem config for anvil - Add wallet.ts for wallet connection - Update AlphaLayout with wallet connect UI - Deployed Zoon contracts to anvil
- Onboard page uses deployed Zoon contract - Dashboard creates tasks via Zoon.createTask() - Wallet connection required for transactions - Error handling for missing wallet/contracts
Defines SuperDAO's mission statement: - Founders problem → Venture creation through discovery - Funding → Capital to bring venture to life - Execution → Building product, hiring team, delivering value This section will appear on homepage between hero and main content sections.
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
Adds full /alpha DAO management application with SolidJS + Vinxi frontend and Zoon smart contract integration.
Features
🎨 Frontend (SolidJS + Vinxi)
🔗 Contract Integration (viem)
🧪 Testing
Contract Addresses (anvil)
TODO (follow-up PRs)
Testing Instructions