Making legislation understandable through AI
Awra is an AI-powered platform that makes legislative bills accessible and understandable to every citizen. By combining state-of-the-art language models with legislative data, Awra breaks down complex bills into clear, actionable insights.
Legislative bills are notoriously complex and hard to understand. This complexity creates a barrier between citizens and their government. Awra bridges this gap by:
- Explaining bills in plain language
- Analyzing state-specific impacts (Coming soon)
- Breaking down cost implications
- Mapping relationships between bills
- Providing historical context
- Quick Questions - Bills List
- Dark mode
- Live Bills Dashboard
- Update connection pools for chats
- Update user restrictions with guest (log in) and limit with LLM.
- Improve chat interface.
- State-level bill analysis (agent)
- Updated News relevant to certain bills
- Committee hearing tracking
If you have an idea / suggestion create a pull request.
# Install dependencies
pnpm install
# Set up environment variables
cp .env.example .env.local
# Run development server
pnpm dev