diff --git a/ALPHA_README.md b/ALPHA_README.md new file mode 100644 index 0000000..b565991 --- /dev/null +++ b/ALPHA_README.md @@ -0,0 +1,58 @@ +# SuperDAO /alpha + +The alpha version of SuperDAO - a DAO management platform built on the Zoon protocol. + +## Features + +### 1. DAO Explorer (`/alpha/explore`) +- Browse and discover DAOs in the ecosystem +- Search by name, address, or mission +- Sort by recent, popular, or name +- View DAO details (founders, members, tasks, governance params) + +### 2. DAO Dashboard (`/alpha/dashboard`) +- View active tasks and proposals +- Vote on task outcomes +- Create new tasks/proposals +- Track voting progress + +### 3. Onboarding Wizard (`/alpha/onboard`) +- 4-step DAO creation process: + 1. DAO name and mission + 2. Founder configuration (addresses + ZEIT allocation) + 3. Governance parameters (voting type, quorum, voting period) + 4. Review and deploy + +## Tech Stack + +- **Framework**: SolidJS + SolidStart (Vinxi) +- **Styling**: Custom CSS with dark theme +- **State**: SolidJS signals +- **Routing**: File-based routing via `@solidjs/start/router` + +## Local Development + +```bash +# Install dependencies +npm install + +# Start dev server +npm run dev + +# Visit http://localhost:3000/alpha +``` + +## Routes + +- `/` - Landing page +- `/alpha` - Alpha home +- `/alpha/explore` - DAO explorer +- `/alpha/dashboard` - DAO dashboard +- `/alpha/onboard` - Create DAO wizard + +## Contract Integration (TODO) + +Currently uses mock data. Contract integration planned: +- Connect wallet via wagmi/viem +- Read DAO data from Zoon contracts +- Submit transactions for voting, task creation, etc. diff --git a/README.md b/README.md index bc85b46..c114548 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,103 @@ -# SuperDAO +--- +
+
+
+
+
+
+
+
+
+
+
+Manage tasks, vote on proposals, and coordinate with your DAO
+No active tasks
+No pending proposals
+No outcomes to vote on
++ {task.description} +
+{props.task.description}
+ + {props.task.outcomes.length > 0 && ( +{props.task.description}
+ +Discover decentralized organizations in the SuperDAO ecosystem
+{dao.mission}
+ +No DAOs found matching "{search()}"
+ +The next generation of DAO coordination and governance
+Discover and join existing DAOs in the ecosystem
+Manage tasks, vote on proposals, track activity
+Launch your own DAO with the Zoon protocol
++ SuperDAO is a platform for tokenized ventures, enabling governance and ownership in the evolving + landscape of decentralized organizations. Built on the Zoon protocol, it features task-based + coordination, configurable voting mechanisms, and fair reward distribution using Zeit tokens. +
++ Your DAO "{daoName()}" has been deployed. +
+Set up a new decentralized organization with the Zoon protocol
+Add founder addresses and their initial ZEIT allocation.
+