- A revolutionary platform for transparent project finance and management. Start projects,
- manage funding, and track progress with complete public visibility. Every transaction,
- decision, and milestone is open to the public, fostering trust and accountability.
-
-
-
-
-
-
Easy Project Creation
-
- Start any project with a few clicks. Define goals, milestones, and funding needs with
- our intuitive interface.
-
-
-
-
-
Multiple Funding Sources
-
- Accept donations, credit, or investments. Track all contributions transparently and
- provide real-time updates to stakeholders.
-
-
-
-
-
Public Financial Dashboard
-
- Real-time visibility into project finances, tasks, and progress. Monitor every
- transaction and milestone in real-time.
-
-
-
-
-
Task Management
-
- Break down projects into tasks, assign costs, and track completion. Every task's
- budget and progress is visible to all stakeholders.
-
-
-
-
-
Public Audit Trail
-
- Complete transparency with every transaction logged and visible. Built-in tools for
- financial stewardship and accountability.
-
-
-
-
-
Insights and Analytics
-
- Data-driven insights into project performance, spending patterns, and milestone
- achievement rates.
-
-
-
-
-
-
How It Works
-
-
-
1. Project Setup
-
- Create your project with a clear description, goals, and funding requirements. Break
- down the project into tasks, each with its own budget and timeline. All this
- information is immediately public and searchable.
-
-
-
-
-
2. Funding Collection
-
- Accept multiple types of funding: donations, investments, or credit. Each
- contribution is tracked and displayed in real-time. Donors and investors can see
- exactly how their money is being used.
-
-
-
-
-
3. Transparent Execution
-
- As the project progresses, every transaction and task update is automatically
- recorded and displayed. Stakeholders can track progress, view financial statements,
- and monitor milestone completion in real-time.
-
-
-
-
-
-
-
-
- );
-}
diff --git a/app/projects/governance/README.md b/app/projects/governance/README.md
deleted file mode 100644
index a4507a46..00000000
--- a/app/projects/governance/README.md
+++ /dev/null
@@ -1,74 +0,0 @@
-# Solon Governance Project
-
-This is a Next.js implementation of the Solon decentralized direct democracy platform, showcasing the key features and vision of this governance system.
-
-## Features
-
-- **Open Pay**: Public timeline of all government transactions with social interaction features
-- **Open Law**: Laws with problem statements, KPIs, timeframes, and political accountability tracking
-- **Open Service**: Competitive bidding system for government functions
-- **Open Vote**: Citizen voting on laws, budgets, and policies
-- **Portal**: Central hub for citizen interaction with all Solon products
-
-## Implementation Details
-
-### Products
-
-- `page.tsx`: Main landing page component
-- `layout.tsx`: Layout component with metadata
-- Helper components:
- - `VisionCard`: Displays core vision pillars
- - `RoadmapItem`: Shows implementation timeline phases
-
-### Folder Structure
-
-- `/open-pay`: Open payment and transaction tracking system
-- `/open-law`: Open law creation and tracking framework
-- `/open-service`: Public service marketplace
-- `/open-vote`: Direct democracy voting system
-- `/portal`: Unified citizen portal with modular architecture
- - `/components`: Portal-specific component modules
- - `MetricsGrid.tsx`: Dashboard metrics display
- - `ComponentCards.tsx`: Navigation cards for Solon modules
- - `ActivityFeed.tsx`: Recent user activity tracking
- - `TaxFlow.tsx`: Tax allocation visualization
- - `ActionCenter.tsx`: Pending user actions
- - `TabsContainer.tsx`: Tab system with filter capability
- - `ComponentPreview.tsx`: Preview cards for Solon modules
-- `/components`: Shared components used across the application
-- `/whitepaper`: Documentation and vision
-- `/build`: Developer resources and contribution guidelines
-
-### Technical Stack
-
-- Next.js 14.2
-- React
-- TypeScript
-- TailwindCSS
-
-## Future Development
-
-This is a frontend prototype. Future development will include:
-
-- Backend API integration
-- Authentication system
-- Interactive transaction and voting systems
-- Mobile responsiveness enhancements
-
-## TypeScript Interfaces
-
-```typescript
-interface VisionCardProps {
- title: string;
- description: string;
- icon: React.ReactNode;
-}
-
-interface RoadmapItemProps {
- phase: string;
- title: string;
- description: string;
- timeline: string;
- current?: boolean;
-}
-```
diff --git a/app/projects/governance/agencies/[id]/page.tsx b/app/projects/governance/agencies/[id]/page.tsx
deleted file mode 100644
index 327ecb83..00000000
--- a/app/projects/governance/agencies/[id]/page.tsx
+++ /dev/null
@@ -1,68 +0,0 @@
-'use client';
-
-import React from 'react';
-import { useRouter } from 'next/navigation';
-import Link from 'next/link';
-import AgencyProfile from '../../components/AgencyProfile';
-import { sampleAgencies } from '../../data/sampleData';
-
-export default function AgencyDetailPage({ params }: { params: Promise<{ id: string }> }) {
- const _router = useRouter();
- const { id: agencyId } = React.use(params);
-
- const agency = sampleAgencies.find((a) => a.id === agencyId);
-
- if (!agency) {
- return (
-
-
-
Agency Not Found
-
- The agency you are looking for does not exist or has been moved.
-
-
-
- View All Agencies
-
-
-
-
- );
- }
-
- return (
-
-
-
-
-
-
-
- );
-}
diff --git a/app/projects/governance/agencies/page.tsx b/app/projects/governance/agencies/page.tsx
deleted file mode 100644
index c61e91e0..00000000
--- a/app/projects/governance/agencies/page.tsx
+++ /dev/null
@@ -1,221 +0,0 @@
-'use client';
-
-import React from 'react';
-import Link from 'next/link';
-import { sampleAgencies } from '../data/sampleData';
-import { formatCurrency, formatNumber } from '@/lib/format';
-
-const AgenciesPage = () => {
- return (
-
-
-
-
Government Agencies
-
- Explore all government agencies, their performance metrics, and transparency scores.
-
-
-
-
-
-
Agency Transparency Index
-
- Complete, accessible profiles of all government agencies and their operations.
-
- );
-};
-
-export default AgencyProfile;
diff --git a/app/projects/governance/components/ApplicationsSection.tsx b/app/projects/governance/components/ApplicationsSection.tsx
deleted file mode 100644
index 4cf19858..00000000
--- a/app/projects/governance/components/ApplicationsSection.tsx
+++ /dev/null
@@ -1,445 +0,0 @@
-'use client';
-
-import React from 'react';
-
-/**
- * Applications section component for Solon Governance platform
- * Showing how the platform can be applied at different levels of government
- */
-const ApplicationsSection: React.FC = () => {
- return (
-
-
-
-
Application Areas
-
- Solon's versatile platform adapts to governance needs across various levels of
- government and specialized jurisdictions.
-
-
-
-
- {/* Municipal Government */}
-
-
-
-
-
-
Municipal Governance
-
-
- Local governments can implement direct democracy for enhancing community engagement
- and transparency.
-
-
-
-
- Local budget allocation through citizen voting
-
-
-
- Infrastructure project prioritization
-
-
-
- Community service evaluation and improvement
-
-
-
- Local ordinance creation and review
-
-
-
-
-
- 23 municipalities currently implementing Solon
-
-
-
-
- {/* State/Provincial Level */}
-
-
-
-
-
-
State/Provincial Level
-
-
- State governments can leverage the platform for broader policy implementation and
- regional coordination.
-
-
-
-
- State budget transparency and allocation
-
-
-
- Legislative review and creation by citizens
-
-
-
- Public service efficiency tracking
-
-
-
- Resource allocation optimization
-
-
-
-
-
- 7 states/provinces in pilot program
-
-
-
-
- {/* Federal Transparency */}
-
-
-
-
-
-
Federal Transparency
-
-
- National governments can provide unprecedented transparency through integrated
- oversight systems.
-
-
-
-
- National budget transparency and oversight
-
-
-
- Law creation with direct citizen input
-
-
-
- Program effectiveness measurement
-
-
-
- Corruption prevention through public oversight
-
-
-
-
-
- 3 countries exploring implementation
-
-
-
-
- {/* Special Districts */}
-
-
-
-
-
-
Special Districts
-
-
- Special jurisdictions can optimize service delivery through targeted governance
- modules.
-
-
-
-
- School district resource allocation
-
-
-
- Utility board management and oversight
-
-
-
- Transportation planning and execution
-
-
-
- Special-purpose governance entities
-
-
-
-
-
- 42 special districts using customized solutions
-
-
-
-
-
-
-
-
-
Custom Implementation
-
- Every governmental entity has unique needs. Our team works with you to implement a
- custom Solon solution designed for your specific governance context, legal
- requirements, and community needs.
-
-
-
-
-
-
-
-
-
- );
-};
-
-export default ApplicationsSection;
diff --git a/app/projects/governance/components/CTASection.tsx b/app/projects/governance/components/CTASection.tsx
deleted file mode 100644
index ea174be4..00000000
--- a/app/projects/governance/components/CTASection.tsx
+++ /dev/null
@@ -1,123 +0,0 @@
-'use client';
-
-import React from 'react';
-
-/**
- * Call-to-Action section component for Solon Governance platform
- * Encouraging users to request a demo or learn more
- */
-const CTASection: React.FC = () => {
- return (
-
-
-
-
- Ready to Transform Governance?
-
-
- Join the future of decentralized direct democracy. Contact us to learn more about
- implementing Solon in your jurisdiction.
-
-
-
-
-
Request a Demo
-
- See Solon in action with a live demonstration tailored to your governance needs.
-
-
-
-
-
-
Consultation
-
- Speak with our governance experts about implementing Solon in your community.
-
-
-
-
-
-
-
-
-
Join Our Newsletter
-
- Stay updated on Solon's latest developments, case studies, and governance
- innovations.
-
- Solon is a blockchain-based governance platform that revolutionizes how governments
- operate by introducing unprecedented transparency, accountability, and citizen
- participation. It replaces opaque, inefficient traditional governance systems with a
- technical framework that ensures every transaction is visible, every law has measurable
- outcomes, government services are competitively provided, and citizens can directly
- participate in decision-making.
-
- ),
- category: 'general',
- },
- {
- id: 'general-2',
- question: 'Can Solon work with existing government institutions?',
- answer: (
-
- Yes, Solon is designed to be adaptable and can be integrated with existing government
- structures. It can be implemented gradually, with different components adopted at
- different paces based on readiness and need. The platform can function alongside
- traditional systems during transition periods, and can be customized to meet the specific
- requirements of different levels of government, from municipal to national.
-
Solon's platform is built on a modern technology stack including:
-
-
Ethereum-compatible blockchain for smart contracts and transactions
-
IPFS (InterPlanetary File System) for distributed data storage
-
Zero-knowledge proofs for privacy-preserving verification
-
React-based front-end for intuitive user interfaces
-
GraphQL API layer for efficient data access
-
AI-powered analytics for pattern recognition and anomaly detection
-
-
- This combination enables a secure, scalable, and user-friendly governance platform.
-
-
- ),
- category: 'technical',
- },
- {
- id: 'implementation-1',
- question: 'How long does it take to implement Solon in a municipality?',
- answer: (
-
- Implementation timelines vary based on municipality size and complexity, but typically
- follow this pattern:
-
-
- Small municipalities (under 50,000 residents): 3-6
- months for initial deployment, with full functionality within 12 months.
-
-
- Medium municipalities (50,000-250,000): 6-9 months
- for initial deployment, with full functionality within 18 months.
-
-
- Large municipalities (over 250,000): 9-12 months for
- initial deployment, with phased implementation over 24-36 months.
-
-
- Each implementation includes system setup, data migration, staff training, and a
- transition period where Solon runs parallel to existing systems.
-
- ),
- category: 'implementation',
- },
- {
- id: 'implementation-2',
- question: 'What training is required for government staff?',
- answer: (
-
-
- Solon implementation includes comprehensive training programs tailored to different
- roles:
-
- Governments implementing Solon typically experience significant cost savings:
-
-
-
- Procurement costs: 20-30% reduction through
- increased competition and transparency
-
-
- Administrative overhead: 15-25% reduction through
- automation and streamlined processes
-
-
- Fraud prevention: 60-80% reduction in fraudulent
- transactions and misappropriation
-
-
- Service delivery: 25-40% improved cost efficiency
- through marketplace competition
-
-
- Tax compliance: 10-15% increase due to greater
- trust and transparency
-
-
-
- Most governments achieve ROI within 24-36 months of full implementation.
-
-
- ),
- category: 'economic',
- },
- {
- id: 'economic-2',
- question: 'How is the Solon platform licensed and priced?',
- answer: (
-
- Solon offers flexible licensing models to accommodate different government needs:
-
-
- SaaS subscription: Annual subscription based on
- population size, starting at $0.50 per citizen annually for basic features, with premium
- features available.
-
-
- Perpetual license: One-time purchase with ongoing
- maintenance fees (approximately 20% of license cost annually). Pricing is tailored to
- government size and required functionality.
-
-
- Open source community: Core components are available
- under open source licenses for governments with technical expertise to self-implement and
- maintain.
-
-
- All options include initial implementation support, with additional consulting and
- customization services available at standard rates.
-
- Redefining governance through maximum transparency, direct citizen participation, and
- market-based efficiency. A revolution in democratic systems for the 21st century.
-
-
- {/* Visual content - replacing dark background with lighter design */}
-
-
-
-
- Empowering citizens with transparent, decentralized decision-making
-
-
-
- {/* Key Principle 1: Transparency */}
-
-
-
- 1
-
- Transparency
-
-
-
• All government transactions
-
• All laws and regulations
-
• All contracts and contractors
-
• All decision-making processes
-
-
-
- {/* Key Principle 2: Measurement */}
-
-
-
- 2
-
- Outcome Measurement
-
-
- Clear metrics about the purpose, origin, and effectiveness of every law and
- regulation.
-
-
-
- {/* Key Principle 3: Marketplace */}
-
-
-
- 3
-
- Government Function Marketplace
-
-
- Government functions are first considered for elimination, automation, or
- outsourcing to the private sector. Only when these options fail will the
- government perform the function, with an open marketplace for competitive
- bidding.
-
-
-
-
-
-
-
-
-
- );
-};
-
-export default HeroSection;
diff --git a/app/projects/governance/components/RoadmapSection.tsx b/app/projects/governance/components/RoadmapSection.tsx
deleted file mode 100644
index 47e84a79..00000000
--- a/app/projects/governance/components/RoadmapSection.tsx
+++ /dev/null
@@ -1,185 +0,0 @@
-'use client';
-
-import React from 'react';
-
-/**
- * Roadmap section component for Solon Governance platform
- * Showing the implementation timeline with phases
- */
-const RoadmapSection: React.FC = () => {
- const roadmapItems = [
- {
- phase: 'Phase 1',
- title: 'Core Platform Development',
- description:
- 'Development of the basic transaction transparency system, law documentation framework, and secure authentication.',
- timeline: 'Q1-Q2 2024',
- current: true,
- },
- {
- phase: 'Phase 2',
- title: 'Marketplace Development',
- description:
- 'Building the bidding system for government functions, KPI tracking infrastructure, and contract management system.',
- timeline: 'Q3-Q4 2024',
- },
- {
- phase: 'Phase 3',
- title: 'Advanced Features',
- description:
- 'Integration of AI-powered analytics for corruption detection, predictive modeling, and existing government systems.',
- timeline: 'Q1-Q2 2025',
- },
- {
- phase: 'Phase 4',
- title: 'Scale and Expand',
- description:
- 'Adding multi-language support, customization for different levels of government, and third-party API ecosystem.',
- timeline: 'Q3 2025 onwards',
- },
- ];
-
- return (
-
-
-
-
Implementation Roadmap
-
- Our strategic plan for bringing Solon to communities worldwide in four key phases.
-
- );
-};
-
-export default TransactionWithTraceability;
diff --git a/app/projects/governance/components/VisionSection.tsx b/app/projects/governance/components/VisionSection.tsx
deleted file mode 100644
index 29452940..00000000
--- a/app/projects/governance/components/VisionSection.tsx
+++ /dev/null
@@ -1,130 +0,0 @@
-'use client';
-
-import React from 'react';
-
-/**
- * Vision section component for Solon Governance platform
- * Showcasing the three core principles of the platform
- */
-const VisionSection: React.FC = () => {
- return (
-
-
-
-
Our Vision
-
- Solon is built on three core principles that transform how citizens interact with
- governance systems.
-
-
-
-
- {/* Vision Card 1 */}
-
-
-
-
-
Maximum Transparency
-
- A governance system where every transaction, vote, and decision is publicly visible
- and traceable, making corruption virtually impossible.
-
-
-
- {/* Vision Card 2 */}
-
-
-
-
-
Direct Democracy
-
- Citizens directly participate in decision-making, from budgeting to lawmaking, with
- verified voting systems and clear accountability mechanisms.
-
-
-
- {/* Vision Card 3 */}
-
-
-
-
-
Market-Based Governance
-
- Government functions operate in a competitive marketplace, with clear KPIs,
- data-driven evaluations, and continuous improvement mechanisms.
-
-
-
-
-
-
-
-
- Philosophy: Solon's Approach
-
-
- Named after the ancient Athenian lawmaker and reformer, Solon represents a return to
- the core principles of democracy—rule by the people—enhanced with modern technology
- and data-driven systems.
-
-
- Our approach combines the best of direct democracy, market efficiency, and
- technological transparency to create governance systems that are more responsive,
- accountable, and effective than traditional models.
-
- Indicate how you would like your tax contributions to be allocated across agencies.
-
- This is advisory only and does not change your actual tax allocation.
-
-
-
-
-
-
-
-
-
-
-
Important Information
-
-
- Your preferences will be recorded and shared with policymakers, but actual budget
- allocations are determined through the democratic process. This feedback helps
- representatives understand citizen priorities.
-
- {sliderTotal > 100
- ? `Your total allocation exceeds 100% by ${sliderTotal - 100}%. Please adjust to reach exactly 100%.`
- : `Your total allocation is under 100% by ${100 - sliderTotal}%. Please adjust to reach exactly 100%.`}
-
- Indicate how you would like your tax contributions to be allocated across agencies.
-
- This is advisory only and does not change your actual tax allocation.
-
-
-
-
-
-
-
-
-
-
-
Important Information
-
-
- Your preferences will be recorded and shared with policymakers, but actual budget
- allocations are determined through the democratic process. This feedback helps
- representatives understand citizen priorities.
-
- {sliderTotal > 100
- ? `Your total allocation exceeds 100% by ${sliderTotal - 100}%. Please adjust to reach exactly 100%.`
- : `Your total allocation is under 100% by ${100 - sliderTotal}%. Please adjust to reach exactly 100%.`}
-
- )}
-
-
-
-
-
-
-
-
-
- );
-};
diff --git a/app/projects/governance/components/citizen/CitizenBenefitsTab.tsx b/app/projects/governance/components/citizen/CitizenBenefitsTab.tsx
deleted file mode 100644
index c7888042..00000000
--- a/app/projects/governance/components/citizen/CitizenBenefitsTab.tsx
+++ /dev/null
@@ -1,104 +0,0 @@
-import { type FC } from 'react';
-import { type CitizenBenefit } from '@/types/governance';
-import { formatCurrency, getStatusBadgeClasses } from '@/lib/governance/utils';
-
-interface CitizenBenefitsTabProps {
- benefits: CitizenBenefit[];
-}
-
-export const CitizenBenefitsTab: FC = ({ benefits }) => {
- return (
-
-
-
Benefits Received
-
- Government services and benefits you have received.
-
- Your feedback helps improve public service and ensures accountability.
-
-
-
-
-
-
-
-
- );
-}
diff --git a/app/projects/governance/employees/page.tsx b/app/projects/governance/employees/page.tsx
deleted file mode 100644
index 58dfd16f..00000000
--- a/app/projects/governance/employees/page.tsx
+++ /dev/null
@@ -1,159 +0,0 @@
-'use client';
-
-import React from 'react';
-import Link from 'next/link';
-import { sampleTeamMembers } from '../data/sampleData';
-import { formatCurrency } from '@/lib/format';
-
-export default function EmployeesPage() {
- // Helper function to get transparency score color
- const getTransparencyColor = (score: number) => {
- if (score >= 90) return 'text-green-600';
- if (score >= 80) return 'text-blue-600';
- if (score >= 70) return 'text-yellow-600';
- return 'text-red-600';
- };
-
- return (
-
-
-
-
-
-
Government Employees
-
- Explore the public servants working to deliver government services
-
-
-
-
-
Employee Transparency Index
-
- Our employee transparency system promotes accountability by making key information about
- public servants available to citizens. Review roles, responsibilities, and performance
- metrics for the individuals responsible for managing public resources.
-
-
-
- {sampleTeamMembers.map((employee) => (
-
-
-
-
-
{employee.name}
-
{employee.position}
-
-
- T-Score: {employee.transparency}
-
-
-
-
-
{employee.department}
-
{employee.bio}
-
-
-
- Key Details
-
-
-
Years of Service:
-
{employee.yearsOfService}
-
Salary:
-
{formatCurrency(employee.salary)}
-
-
-
-
-
- View Profile
-
-
-
-
- ))}
-
-
-
-
-
Transparency Standards
-
- Our employee profiles adhere to strict standards of transparency while respecting
- privacy. Here's what's included:
-
- End the era of unaccountable legislation. Every law now has clear problem
- statements, measurable KPIs, and defined accountability timelines.
-
-
-
- Explore Active Laws
-
-
- See the Impact
-
-
-
-
-
-
- ACTIVE
-
-
-
- Street Safety Enhancement Act
-
-
- Enacted: March 12, 2023 • Status: In Progress
-
-
-
-
-
PROBLEM STATEMENT
-
- Pedestrian injuries at intersections have increased 14% in the last two years.
-
-
-
-
KEY METRICS
-
-
-
-
- Target: 50% reduction in accidents
- Current: 42%
-
-
-
-
ACCOUNTABILITY
-
Lead: Transportation Safety Board
-
Timeline: Complete by Dec 2023
-
-
-
-
-
-
-
-
- {/* Benefits Section */}
-
-
-
- Why Open Law Transforms Governance
-
-
-
-
-
📊
-
Measure Real Results
-
- Studies show that laws with clearly defined metrics are 3.7x more likely to achieve
- their intended outcomes. Open Law ensures every piece of legislation has measurable
- targets and accountability.
-
-
-
-
-
🛡️
-
- True Political Accountability
-
-
- When politicians sponsor laws, they become directly accountable for results. Open
- Law creates a permanent record of promises made versus results delivered.
-
-
-
-
-
📝
-
Citizen Participation
-
- Open Law transforms citizens from passive subjects into active participants. Comment
- directly on laws, suggest improvements, and help measure outcomes in your community.
-
-
-
-
-
-
- {/* How It Works Section */}
-
-
-
-
How Open Law Works
-
- A revolutionary framework for legislation that brings clarity, measurability, and
- accountability to every law.
-
-
-
-
-
-
- 1
-
-
Problem Definition
-
- Every law starts with a clearly articulated problem statement backed by data. No
- more vague objectives or hidden agendas.
-
-
-
-
-
- 2
-
-
KPI Definition
-
- Each law includes specific, measurable Key Performance Indicators that define
- success. You'll know exactly if a law is working.
-
-
-
-
-
- 3
-
-
Timeline Setting
-
- Clear timeframes for implementation and evaluation prevent laws from lingering in
- limbo. Automatic evaluation at predetermined milestones.
-
-
-
-
-
- 4
-
-
Accountability Assignment
-
- Specific individuals and departments are assigned responsibility. If a law fails,
- citizens know exactly who to hold accountable.
-
-
-
-
-
-
- {/* Demo Section */}
-
-
-
-
Explore Active Legislation
-
- In a full implementation, this section would contain real-time data on all active
- laws, their KPIs, and current progress.
-
-
-
-
-
-
-
Community Health Initiative
-
- Enacted: January 2023
-
- On Track
-
-
-
-
-
-
PROBLEM
-
- Rising obesity rates across all demographics and limited access to preventative
- care.
-
-
-
-
METRICS
-
-
-
Obesity Rate Reduction
-
-
-
-
- Target: 15%
- Current: 5.2%
-
-
-
-
Preventative Care Access
-
-
-
-
- Target: 95%
- Current: 57%
-
-
-
-
-
-
-
Lead: Health Department
-
Timeline: 2023-2025
-
-
- View Details →
-
-
-
-
-
-
-
-
Clean Energy Transition Act
-
- Enacted: October 2022
-
- At Risk
-
-
-
-
-
-
PROBLEM
-
- High carbon emissions from municipal operations and aging energy infrastructure.
-
- "Cities that have implemented the Open Law framework have seen a 43% increase in
- successful policy outcomes. Laws that don't work get fixed or removed.
- Accountability is no longer optional."
-
-
Independent Policy Research Institute
-
-
-
-
-
- {/* CTA Section */}
-
-
-
- Transform Your Legislative Process
-
-
- Join the growing movement of accountable, measurable, and transparent legislation. The
- future of law-making is here.
-
-
-
- Request Implementation Details
-
-
-
-
-
- );
-}
diff --git a/app/projects/governance/open-pay/page.tsx b/app/projects/governance/open-pay/page.tsx
deleted file mode 100644
index 16731f56..00000000
--- a/app/projects/governance/open-pay/page.tsx
+++ /dev/null
@@ -1,253 +0,0 @@
-'use client';
-
-import React from 'react';
-import Link from 'next/link';
-import TransactionDemo from '../components/TransactionDemo';
-
-/**
- * Open Pay - Transparent government transactions with instant verification
- * Highlights the value of complete financial transparency in governance
- */
-
-// Enhanced transaction type with social components and law traceability
-type _Transaction = {
- id: string;
- date: string;
- department: string;
- recipient: string;
- description: string;
- amount: number;
- status: string;
- documents: string[];
- approvals: string[];
- metrics: {
- timeToCompletion: string;
- costVsBudget: string;
- qualityScore: string;
- };
- // Social components
- socialInteraction?: {
- likes: number;
- dislikes: number;
- comments: number;
- shares: number;
- donations: number;
- };
- // Law traceability
- enablingLaw?: {
- id: string;
- name: string;
- date: string;
- sponsors: string[];
- link: string;
- };
- timeline?: { date: string; event: string }[];
-};
-
-export default function OpenPay() {
- return (
-
- {/* Hero Section */}
-
-
-
-
-
Open Pay
-
- End financial opacity in government forever. A revolutionary transaction system that
- gives every taxpayer direct visibility into how their money is spent.
-
-
-
- See Live Transactions
-
-
- Explore Benefits
-
-
-
-
-
-
- LIVE
-
-
-
-
- Department of Transportation
-
-
Transaction #TX-2026-01-15-001
-
-
-
$249,800
-
January 15, 2026
-
-
-
Highway Repair - Section 14A
-
-
-
-
-
-
- 💬 18 comments
-
-
-
-
-
-
-
-
- {/* Benefits Section */}
-
-
-
- Why Open Pay is Indispensable
-
-
-
-
-
⚡
-
- Eliminate Wasteful Spending
-
-
- Research shows public scrutiny reduces unnecessary government spending by up to 18%
- while improving service quality. Open Pay provides the transparency needed to
- identify and eliminate waste.
-
-
-
-
-
🛡️
-
- Prevent Corruption Automatically
-
-
- When every dollar is tracked publicly, corruption becomes nearly impossible. Open
- Pay's transaction verification system creates an environment where financial
- misconduct is immediately visible.
-
-
-
-
-
📈
-
Restore Public Trust
-
- In regions using similar systems, public trust in government increased by 41%. Open
- Pay bridges the gap between taxpayers and their government, creating unprecedented
- accountability.
-
-
-
-
-
-
- {/* Demo Section */}
-
-
-
-
See It In Action
-
- Explore, comment on, and verify real government transactions in real-time. This is
- what true financial transparency looks like.
-
-
-
-
-
-
-
- {/* Implementation Section */}
-
-
-
-
- Implementation Without Disruption
-
-
- Open Pay can be implemented alongside existing financial systems with minimal
- operational changes, making the transition to transparency smooth and cost-effective.
-
-
-
-
-
-
For Government Leaders
-
-
- ✓
- Showcase your commitment to transparency
-
-
- ✓
- Reduce audit costs by up to 35%
-
-
- ✓
- Improve public approval ratings
-
-
- ✓
- Reduce administrative overhead
-
-
-
-
-
-
For Citizens
-
-
- ✓
- See exactly how your tax dollars are spent
-
-
- ✓
- Provide direct feedback on government spending
-
-
- ✓
- Hold elected officials accountable
-
-
- ✓
- Participate in spending prioritization
-
-
-
-
-
-
-
- {/* CTA Section */}
-
-
-
Ready for True Financial Transparency?
-
- Join the growing movement of governments and citizens embracing complete financial
- transparency. The future of public finance is open.
-
-
-
- Request Implementation Details
-
-
-
-
-
- );
-}
diff --git a/app/projects/governance/open-service/page.tsx b/app/projects/governance/open-service/page.tsx
deleted file mode 100644
index 5e0e6411..00000000
--- a/app/projects/governance/open-service/page.tsx
+++ /dev/null
@@ -1,526 +0,0 @@
-'use client';
-
-import React from 'react';
-import Link from 'next/link';
-
-/**
- * Open Service - Competitive government service marketplace
- * Transforms public service delivery through competition and transparency
- */
-export default function OpenService() {
- return (
-
- {/* Hero Section */}
-
-
-
-
-
Open Service
-
- Revolutionize government services through competition and real-time feedback. Better
- services, lower costs, and total transparency.
-
- Independent studies confirm that competitive bidding for government services reduces
- costs by 15-32% while maintaining or improving quality standards.
-
-
-
-
-
⚡
-
- Accelerate Service Improvement
-
-
- When providers compete and citizens rate services, quality improves 4x faster than
- traditional monopolistic government service delivery models.
-
-
-
-
-
🔍
-
- Full Contract Transparency
-
-
- Every service contract, performance metric, and citizen feedback rating is publicly
- visible. No more backroom deals or unaccountable service providers.
-
-
-
-
-
-
- {/* How It Works Section */}
-
-
-
-
How Open Service Works
-
- A revolutionary marketplace that transforms how government services are delivered to
- citizens.
-
-
-
-
-
-
- 1
-
-
Service Definition
-
- Government defines exact service requirements, quality standards, and budgets.
- Citizens can comment on and help refine these specifications.
-
-
-
-
-
- 2
-
-
Competitive Bidding
-
- Service providers—both private companies and public agencies—submit competitive bids
- to deliver services at the best possible value.
-
-
-
-
-
- 3
-
-
Performance Tracking
-
- All providers are measured against clear performance metrics in real-time. Citizens
- can view exactly how services are performing against targets.
-
-
-
-
-
- 4
-
-
Citizen Feedback
-
- Citizens rate and review services directly. Poor performers face contract
- termination, while high performers receive bonuses and contract extensions.
-
-
-
-
-
-
- {/* Marketplace Demo Section */}
-
-
-
-
Service Marketplace
-
- In a full implementation, citizens would see all active service contracts with
- real-time performance data.
-
-
-
-
-
-
-
-
Park Maintenance
-
- Excellent
-
-
-
Provider: GreenScape Solutions
-
-
-
-
- Service Quality
- 96%
-
-
-
-
-
-
-
- Response Time
- 92%
-
-
-
-
-
-
- Annual Contract: $875K
- Savings: $130K
-
-
-
- View Contract Details →
-
-
-
-
-
-
-
-
-
Street Cleaning
-
- Good
-
-
-
Provider: CleanStreets Inc.
-
-
-
-
- Service Quality
- 84%
-
-
-
-
-
-
-
- Response Time
- 79%
-
-
-
-
-
-
- Annual Contract: $1.2M
- Savings: $220K
-
-
-
- View Contract Details →
-
-
-
-
-
-
-
-
-
Public Transit
-
- Warning
-
-
-
Provider: Metro Systems LLC
-
-
-
-
- Service Quality
- 68%
-
-
-
-
-
-
-
- On-Time Performance
- 72%
-
-
-
-
-
-
- Annual Contract: $4.8M
- Rebid Scheduled
-
-
-
- View Contract Details →
-
-
-
-
-
-
-
-
- View All Service Contracts
-
-
-
-
-
-
- {/* Case Studies Section */}
-
-
-
-
Real-World Success Stories
-
- Communities that have implemented Open Service are seeing remarkable improvements in
- service quality and cost-effectiveness.
-
-
-
-
-
-
Fairview County, USA
-
- After implementing Open Service for 12 municipal services, Fairview County reduced
- annual costs by $4.2 million (22%) while improving citizen satisfaction scores from
- 64% to 87%. Their most dramatic improvements came in waste management and road
- maintenance services.
-
-
-
- Cost Reduction
- 22%
-
-
-
-
-
- Satisfaction Increase
- +23%
-
-
-
-
-
-
-
-
-
East Harbor City
-
- Facing a budget crisis, East Harbor implemented Open Service across all public works
- functions. Within 18 months, they achieved $12.8 million in savings (31%),
- eliminated their budget deficit, and saw dramatic improvements in service quality as
- measured by independent auditors.
-
-
-
- Cost Reduction
- 31%
-
-
-
-
-
-
- Service Quality Improvement
-
- +47%
-
-
-
-
-
-
-
-
-
-
- {/* FAQ Section */}
-
-
-
-
Common Questions
-
- Answers to frequently asked questions about implementing Open Service
-
-
-
-
-
-
- What happens to government employees?
-
-
- Government employees are given the opportunity to form their own service entities
- and compete for contracts. Many cities find that employee-run organizations win a
- significant portion of contracts due to their institutional knowledge and dedication
- to their communities.
-
-
-
-
-
- How is service quality maintained?
-
-
- Service quality typically improves under Open Service due to clear performance
- metrics, real-time citizen feedback, and competition between providers. Contracts
- include specific quality requirements with penalties for poor performance and
- bonuses for excellence.
-
-
-
-
-
- What services can be included?
-
-
- Most government services can be delivered through Open Service, including waste
- management, park maintenance, road repair, IT services, facility management, fleet
- maintenance, customer service, and many others. Core policy functions generally
- remain with government officials.
-
-
-
-
-
- How long does implementation take?
-
-
- Most communities implement Open Service in phases, typically starting with 3-5
- services and expanding over time. Initial implementation takes 3-6 months, with full
- implementation across all eligible services usually completed within 18-24 months.
-
-
-
-
-
-
- {/* CTA Section */}
-
-
-
Transform Your Community's Services
-
- Join the growing movement of cities and counties achieving better services at lower
- costs through Open Service. Your citizens deserve nothing less.
-
-
-
- Request Implementation Details
-
-
-
-
-
- );
-}
diff --git a/app/projects/governance/open-vote/page.tsx b/app/projects/governance/open-vote/page.tsx
deleted file mode 100644
index 1117e2a7..00000000
--- a/app/projects/governance/open-vote/page.tsx
+++ /dev/null
@@ -1,536 +0,0 @@
-'use client';
-
-import React from 'react';
-import Link from 'next/link';
-
-/**
- * Open Vote - Direct citizen participation in democracy
- * Transparent and secure voting for modern digital governance
- */
-export default function OpenVote() {
- return (
-
- {/* Hero Section */}
-
-
-
-
-
Open Vote
-
- Democracy reimagined. Secure, transparent, and auditable voting for the digital age.
- Every voice heard, every vote counted.
-
-
-
- View Active Votes
-
-
- Explore Benefits
-
-
-
-
-
-
-
-
-
-
-
-
-
- Community Budget Allocation
-
-
Active until: June 15, 2026
-
-
-
- Active
-
-
-
-
-
- How should we allocate the $2.5M community improvement budget?
-
-
-
-
- Park Renovations
- 42%
-
-
-
-
-
-
-
- Road Improvements
- 28%
-
-
-
-
-
-
-
- Community Center
- 18%
-
-
-
-
-
-
-
- Public Safety
- 12%
-
-
-
-
-
-
-
-
- 4,218 votes cast
-
-
- Cast Your Vote →
-
-
-
-
-
-
-
-
-
- {/* Benefits Section */}
-
-
-
- Why Open Vote Transforms Democracy
-
-
-
-
-
🔐
-
Uncompromising Security
-
- Military-grade encryption, blockchain verification, and decentralized storage ensure
- every vote is secure, tamper-proof, and auditable by independent validators.
-
-
-
-
-
👥
-
Universal Accessibility
-
- Multiple voting options (mobile, web, kiosk, paper) ensure every citizen can
- participate, regardless of technical ability, physical limitations, or location.
-
-
-
-
-
⚡
-
- Unprecedented Participation
-
-
- Communities using Open Vote experience 3-5x higher participation rates in local
- decision-making, creating more representative outcomes and stronger community
- buy-in.
-
-
-
-
-
-
- {/* How It Works Section */}
-
-
-
-
How Open Vote Works
-
- A secure, transparent voting platform for anything from community budgets to major
- policy decisions.
-
-
-
-
-
-
- 1
-
-
Issue Submission
-
- Officials or citizens (through petition) can create proposals for community vote,
- complete with clear options and supporting documentation.
-
-
-
-
-
- 2
-
-
Secure Authentication
-
- Voters verify their identity through secure multi-factor authentication, with
- privacy-preserving protocols that separate identity from votes.
-
-
-
-
-
- 3
-
-
Vote Casting
-
- Citizens vote through their preferred method (app, web, kiosk), receiving a unique
- receipt code to verify their vote was properly recorded.
-
-
-
-
-
- 4
-
-
Transparent Results
-
- Results are tallied in real-time and cryptographically verified, with full audit
- trails available to independent validators and the public.
-
-
-
-
-
-
- {/* Active Votes Section */}
-
-
-
-
Active Votes
-
- In a full implementation, citizens would see all current voting opportunities, with
- real-time results.
-
-
-
-
-
-
-
-
Community Budget Allocation
-
- Active
-
-
-
Ends in: 3 days, 8 hours
-
-
-
- How should we allocate the $2.5M community improvement budget?
-
-
-
-
- Park Renovations
- 42%
-
-
-
-
-
-
-
- Road Improvements
- 28%
-
-
-
-
-
-
-
- 4,218 votes cast
- 7,500 eligible voters
-
-
-
- Cast Your Vote →
-
-
-
-
-
-
-
-
-
Downtown Development Plan
-
- Active
-
-
-
Ends in: 5 days, 12 hours
-
-
-
- Which development option should be pursued for the vacant downtown lot?
-
-
-
-
-
- Mixed-use with affordable housing
-
- 57%
-
-
-
-
-
-
-
- Commercial development
- 26%
-
-
-
-
-
-
-
- Public plaza and park
- 17%
-
-
-
-
-
-
-
- 3,542 votes cast
- 12,000 eligible voters
-
-
-
- Cast Your Vote →
-
-
-
-
-
-
-
-
- View All Active Votes
-
-
-
-
-
-
- {/* Case Studies Section */}
-
-
-
-
Success Stories
-
- Communities that have implemented Open Vote are experiencing unprecedented levels of
- civic engagement.
-
-
-
-
-
-
Westlake City
-
- After implementing Open Vote for local decisions, Westlake City saw citizen
- participation increase from 8% to 42% within six months. The city successfully
- resolved long-standing disputes about infrastructure priorities and passed their
- first balanced budget in a decade with 78% approval.
-
-
-
- Participation Increase
- +425%
-
-
-
-
-
-
- Policy Implementation Speed
-
- 3.2× faster
-
-
-
-
-
-
-
-
-
Riverside County
-
- Riverside County implemented Open Vote for their participatory budgeting process,
- allowing citizens to directly allocate 15% of discretionary spending. The result was
- a 62% reduction in spending disputes, unprecedented unity across political parties,
- and measurably higher satisfaction with county services.
-
-
-
-
- Budget Dispute Reduction
-
- -62%
-
-
-
-
-
- Citizen Satisfaction
- +47%
-
-
-
-
-
-
-
-
-
-
- {/* Security Section */}
-
-
-
-
Uncompromising Security
-
- Open Vote meets the highest security standards, exceeding requirements for national
- elections.
-
-
-
-
-
-
🔒
-
-
End-to-End Encryption
-
- Military-grade encryption protects every vote from casting through counting. Even
- system administrators cannot view individual votes or manipulate results.
-
-
-
-
-
-
🔗
-
-
Blockchain Verification
-
- Every vote is recorded on an immutable blockchain, creating a permanent,
- tamper-proof record that can be independently verified without compromising voter
- privacy.
-
-
-
-
-
-
👁️
-
-
Independent Auditing
-
- Multiple independent auditors have access to monitor the voting system in
- real-time, ensuring compliance with security protocols and verifying accurate vote
- tallying.
-
-
-
-
-
-
🔄
-
-
Voter Verification
-
- Each voter can verify their vote was correctly recorded and counted using a unique
- receipt code, without revealing their voting choices to others.
-
-
-
-
-
-
-
- {/* CTA Section */}
-
-
-
Transform Your Community's Decision-Making
-
- Join the growing movement of communities embracing direct democracy through secure
- digital voting. When citizens participate, everyone wins.
-
-
-
- Request Implementation Details
-
-
-
-
-
- );
-}
diff --git a/app/projects/governance/page.tsx b/app/projects/governance/page.tsx
deleted file mode 100644
index 1f563b0d..00000000
--- a/app/projects/governance/page.tsx
+++ /dev/null
@@ -1,45 +0,0 @@
-'use client';
-
-import React from 'react';
-
-// Import all components
-import HeroSection from './components/HeroSection';
-import CoreComponentsSection from './components/CoreComponentsSection';
-import ApplicationsSection from './components/ApplicationsSection';
-import WhitepaperSection from './components/WhitepaperSection';
-import FAQSection from './components/FAQSection';
-import CTASection from './components/CTASection';
-
-/**
- * Solon - Decentralized Direct Democracy Governance Platform Page
- *
- * This is the main page component for the Solon governance platform.
- * It follows the bot page structure for consistency with other Botsmann offerings.
- *
- * @module SolonGovernancePage
- */
-export default function GovernancePage() {
- return (
-
- Explore the tools making government more transparent, accountable, and citizen-centric.
- See how citizens can track their contributions, how agencies report their operations,
- and how transactions are linked to enabling legislation.
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/* Content */}
-
- {/* Feature Description */}
-
-
- {activeDemo === 'transaction' && (
-
-
- Enhanced Transaction Traceability
-
-
- See how every government expenditure is linked to the laws that enabled it, key
- performance indicators (KPIs), complete documentation, and a timeline showing the
- entire process from approval to completion. Citizens can comment, like, or raise
- concerns about any transaction.
-
-
- )}
-
- {activeDemo === 'agency' && (
-
-
Agency Transparency Profile
-
- Comprehensive view of a government agency's operations, including budget
- allocation, spending, key metrics, regulations, team members with transparency
- scores, and direct citizen impact. This complete picture helps citizens understand
- what agencies do and how effectively they serve the public.
-
-
- )}
-
- {activeDemo === 'citizen' && (
-
-
- Citizen Contribution Tracking
-
-
- Citizens can see exactly how their tax contributions are distributed across
- different government agencies, set advisory preferences for future distributions,
- track benefits they receive, and view their participation in governance. This
- creates a personalized view of each citizen's relationship with their government.
-
- Solon is a comprehensive governance platform designed to transform how citizens interact
- with governments and public institutions. Building on principles of radical
- transparency, direct citizen participation, and market-based efficiency, Solon offers a
- practical framework for implementing next-generation governance systems that address the
- fundamental challenges facing democracies today.
-
-
- This whitepaper presents the technical architecture, theoretical foundations, and
- practical implementation strategy for Solon. Unlike theoretical governance models, Solon
- is designed for real-world adoption with clear migration paths from existing systems,
- pragmatic compromise mechanisms, and scalable components that can be implemented
- individually or as a complete solution.
-
-
- The platform is built around four core components that work together to create a
- cohesive governance ecosystem:
-
-
-
- Transparent Transaction System - A blockchain-based platform that
- makes all government financial transactions visible, immutable, and traceable.
-
-
- Law Transparency Framework - A system that ensures all laws and
- regulations have clear purposes, measurable outcomes, and automatic review triggers.
-
-
- Government Function Marketplace - A competitive marketplace for
- government services that prioritizes efficiency and innovation.
-
-
- Direct Democracy Voting System - A secure digital platform enabling
- citizens to directly participate in decision-making at all levels of government.
-
-
-
- Through case studies and real-world examples, this whitepaper demonstrates how Solon can
- reduce corruption, increase government efficiency, rebuild citizen trust, and create
- more responsive public institutions.
-
-
-
- {/* Introduction */}
-
-
Introduction
-
- Democracies worldwide face declining citizen trust, increasing corruption, and
- governance systems that have failed to leverage modern technology to improve
- transparency and participation. While technological advancements have transformed
- virtually every aspect of human society, governance structures remain largely unchanged
- from those developed centuries ago.
-
-
- Solon addresses these challenges by reimagining governance for the digital age. Named
- after the ancient Athenian lawgiver and reformer who laid the foundations for Athenian
- democracy, our platform combines cutting-edge technology with time-tested democratic
- principles to create a governance framework that is more transparent, efficient, and
- responsive to citizen needs.
-
-
-
Core Problems Addressed
-
-
- Opacity in Government Operations - Citizens cannot easily access
- information about how their tax money is spent or how decisions are made.
-
-
- Limited Accountability - Laws and regulations lack clear success
- metrics or review mechanisms.
-
-
- Inefficient Service Delivery - Government monopolies on services
- lead to high costs and low innovation.
-
-
- Minimal Citizen Participation - Citizens have few opportunities for
- meaningful input beyond occasional elections.
-
-
-
-
- This whitepaper presents not just a theoretical framework, but a practical roadmap for
- implementation, with clear examples of how each component can be adapted to different
- contexts and governance levels from local to national. It draws on real-world examples,
- case studies, and evidence-based research to demonstrate the feasibility and impact of
- the Solon approach.
-
-
-
- {/* More sections would continue here */}
- {/* Theoretical Foundation */}
-
-
Theoretical Foundation
-
- Solon's design is grounded in several theoretical frameworks and principles that inform
- its architecture and functionality.
-
-
-
- Principles of Radical Transparency
-
-
- At its core, Solon embraces the principle that in a democracy, citizens have a
- fundamental right to know how their government operates, how decisions are made, and how
- public resources are allocated. This transparency is not just about passive access to
- information, but active and accessible presentation of data that enables meaningful
- citizen oversight.
-
-
- Research has consistently shown that transparency reduces corruption and increases
- government efficiency. For example, studies in municipalities that implemented open
- budget initiatives saw corruption decrease by up to 30% and citizen satisfaction with
- government services increase significantly.
-
-
-
- Direct Democracy and Delegative Systems
-
-
- Solon incorporates elements of both direct democracy and delegative (or liquid)
- democracy. While pure direct democracy can be impractical at scale, and representative
- democracy often disconnects citizens from decision-making, Solon provides a flexible
- middle ground where citizens can directly participate in decisions they care about while
- delegating their authority on other matters.
-
-
- This approach is supported by research showing that when citizens have meaningful
- opportunities to participate in governance, they develop greater political efficacy,
- knowledge, and commitment to democratic processes.
-
-
-
- Market-Based Efficiency
-
-
- Solon incorporates market principles to drive efficiency in public service delivery,
- drawing on extensive research showing that competitive provision of government services
- can reduce costs while maintaining or improving quality.
-
-
- Unlike pure privatization, Solon's marketplace model maintains public oversight and
- accountability while introducing competition, transparency, and performance-based
- contracting to eliminate the inefficiencies of government monopolies.
-
-
-
-
Theoretical Influences
-
-
- Deliberative Democracy - Emphasis on informed citizen discussion
- and decision-making
-
-
- Public Choice Theory - Understanding incentive structures in public
- institutions
-
-
- Open Government Data Movement - Principles of accessibility and
- usability of public data
-
- Competitive Government - Market-based approaches to public service
- delivery
-
-
-
-
-
- {/* Limited preview of other sections */}
-
-
- Continue Reading the Full Whitepaper
-
-
- The full whitepaper contains detailed explanations of all components, implementation
- strategies, case studies, and the complete development roadmap.
-
-
-
-
-
- );
-}
diff --git a/app/projects/page.tsx b/app/projects/page.tsx
deleted file mode 100644
index 7e5e4ed1..00000000
--- a/app/projects/page.tsx
+++ /dev/null
@@ -1,97 +0,0 @@
-'use client';
-
-import React from 'react';
-import Link from 'next/link';
-
-const projects = [
- {
- title: 'Techno-Capital',
- description:
- 'Investing in technology to drive humanity toward technological singularity through commodities, public companies, startups, research, and SubSpace Capital.',
- href: '/projects/techno-capital',
- image: '/images/techno-capital.jpg',
- },
- {
- title: 'Governance',
- description:
- 'Technologies dedicated to maximizing transparency and accountability in government spending, featuring innovative solutions like the Venmo-style spending tracker.',
- href: '/projects/governance',
- image: '/governance.png',
- },
- {
- title: 'Credit',
- description:
- 'Enterprise-grade automation for venture credit operations. Automatically ingest and analyze portfolio company reports, monitor debt metrics, and make data-driven decisions.',
- href: '/projects/credit',
- image: '/credit.png',
- },
- {
- title: 'Recurring Fulfillment',
- description:
- 'AI-powered platform for managing recurring purchases, subscriptions, and services. Automate your replenishment process and inventory management with predictive analytics.',
- href: '/projects/shopping',
- image: '/shopping.png',
- },
- {
- title: 'Project Finance',
- description:
- 'Full transparency project finance and management tool. Start projects, manage funding through donations/credit/investments, track tasks and costs, with complete public visibility.',
- href: '/projects/finance',
- image: '/finance.png',
- },
-];
-
-export default function Projects() {
- return (
-
-
-
-
Projects
-
- Explore our transformative projects focused on governance, finance, and automation. Each
- project represents our commitment to transparency, efficiency, and technological
- innovation.
-
-
-
-
- {projects.map((project) => (
-
-
-
-
-
{project.title}
-
-
-
-
-
{project.title}
-
{project.description}
-
- Learn more
-
-
-
-
- ))}
-
-
-
- );
-}
diff --git a/app/projects/shopping/page.tsx b/app/projects/shopping/page.tsx
deleted file mode 100644
index faa4f306..00000000
--- a/app/projects/shopping/page.tsx
+++ /dev/null
@@ -1,309 +0,0 @@
-'use client';
-
-import React from 'react';
-import Link from 'next/link';
-
-export default function RecurringFulfillment() {
- return (
-
-
- {/* Header */}
-
-
- Recurring Purchases Automation
-
-
- Effortlessly manage all your recurring commitments—whether it's physical supplies,
- recurring services, or digital subscriptions—in one centralized dashboard.
-
-
-
- {/* Categories Overview */}
-
-
-
Replenishable Goods
-
- Manage supplies, industrial inputs, raw materials, and more. Our predictive analytics
- and dynamic scheduling ensure you never run out of essentials.
-
-
-
-
Recurring Services
-
- Stay on top of cleaning, safety audits, maintenance, and other services with automated
- scheduling and real-time alerts.
-
-
-
-
Subscriptions
-
- Track and manage your software subscriptions—from cloud services to SaaS tools like
- Calendly—with consolidated billing and automated renewal notifications.
-
-
-
-
- {/* Dashboard Features */}
-
-
Dashboard Features
-
-
- Get a comprehensive view of all your recurring commitments in one place. Customize
- thresholds, set reminders, and gain data-driven insights to optimize spending.
-
-
-
• Unified overview of goods, services, and subscriptions
-
• Customizable reorder and renewal thresholds
-
• Automated alerts and renewal notifications
-
• Detailed analytics for cost and usage optimization
-
• Upcoming replenishments dashboard with timeline visualization
-
• Usage history tracking to identify consumption patterns
-
• Smart home/IoT device integration for real-time tracking
-
• Budget management with spending forecasts and alerts
-
-
- Whether you're managing a household or a business, our dashboard simplifies recurring
- management.
-
-
-
-
- {/* Interactive Demo */}
-
-
See It In Action
-
-
-
Interactive Dashboard Demo
- {/* Replace with actual demo or screenshot */}
-
-
- Our intuitive dashboard gives you a bird's-eye view of all your recurring commitments,
- with detailed insights just a click away.
-
-
-
-
- {/* Set Up Your Dashboard */}
-
-
Set Up Your Dashboard
-
-
-
-
-
-
-
-
-
- {/* Integration Partners */}
-
-
Integration Partners
-
-
- Seamlessly connect with the platforms and services you already use:
-
-
-
- ERP System
-
-
- CRM Platform
-
-
- Accounting Software
-
-
- IoT Devices
-
-
-
- Our open API architecture enables integration with virtually any enterprise system.
-
-
-
-
- {/* Case Studies */}
-
-
- Case Study: Acme Corporation
-
-
-
- Acme Corporation, a mid-sized manufacturing firm, streamlined its inventory and
- service management using our automated replenishment system.
-
-
-
- • Challenge: Inefficient manual reordering and service scheduling
- led to downtime.
-
-
- • Solution: Integration with their ERP and service management
- systems enabled real-time tracking and dynamic scheduling.
-
-
- • Results: 30% reduction in downtime and 25% decrease in inventory
- holding costs within 6 months.
-
-
-
- Acme Corporation now enjoys a seamless supply chain and service management experience.
-
-
-
-
-
-
- Case Study: SoftCo Enterprise
-
-
-
- SoftCo Enterprise revolutionized its digital subscription management by consolidating
- all its recurring software services on our dashboard.
-
- • Solution: A unified dashboard with automated alerts and
- consolidated billing improved their management process.
-
-
- • Results: 40% improvement in renewal compliance and 20% reduction
- in subscription overhead in the first quarter.
-
-
-
- With our system, SoftCo Enterprise now manages all its digital subscriptions
- effortlessly.
-
-
-
-
- {/* Pricing Plans */}
-
-
Pricing Plans
-
-
-
Personal
-
- $29/month
-
-
Perfect for individuals and home management
-
-
• Up to 50 recurring items
-
• Basic analytics
-
• Email notifications
-
• 30-day history
-
-
-
-
-
-
- POPULAR
-
-
Business
-
- $99/month
-
-
Ideal for small to medium businesses
-
-
• Up to 500 recurring items
-
• Advanced analytics
-
• SMS & email notifications
-
• 1-year history
-
• Basic API access
-
-
-
-
-
-
Enterprise
-
Custom
-
For large organizations with complex needs
-
-
• Unlimited recurring items
-
• Custom analytics
-
• Custom notifications
-
• Unlimited history
-
• Full API access
-
• Dedicated support
-
-
-
-
-
-
- {/* Data Security */}
-
-
Enterprise-Grade Security
-
-
- Your data security is our top priority. Our platform is built with industry-leading
- security measures:
-
-
-
• SOC 2 Type II certified
-
• End-to-end encryption
-
• Role-based access controls
-
• Regular security audits
-
• GDPR and CCPA compliant
-
-
- We treat your data with the utmost care, applying enterprise-grade security at every
- level.
-
-
-
-
- {/* Get Started / Contact */}
-
-
Get Started
-
-
- Ready to transform the way you manage recurring commitments? Whether it's physical
- goods, services, or digital subscriptions, our unified dashboard has you covered.
-
-
- Contact Us
-
-
-
-
-
- );
-}
diff --git a/app/projects/techno-capital/README.md b/app/projects/techno-capital/README.md
deleted file mode 100644
index d81c38df..00000000
--- a/app/projects/techno-capital/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-# Botsmann Techno-Capital Assets
-
-This document outlines the image assets needed for the Techno-Capital project section.
-
-## Required Images
-
-1. **techno-capital-hero.jpg**
- - Location: `/public/images/techno-capital-hero.jpg`
- - Description: A hero image showing a futuristic tunnel or underground structure with technological elements, representing the visionary aspect of the Techno-Capital initiative
- - Suggested dimensions: 1920x1080px (16:9 aspect ratio)
- - Style: Dark theme with OpenAI green accents
-
-2. **techno-capital.jpg**
- - Location: `/public/images/techno-capital.jpg`
- - Description: A smaller thumbnail version for the projects listing page
- - Suggested dimensions: 800x450px (16:9 aspect ratio)
- - Style: Should match the hero image style but optimized for thumbnail display
-
-## Image Guidelines
-
-- Images should follow the Botsmann design aesthetic with dark backgrounds and OpenAI green (#10A37F) accents
-- Images should convey the technological singularity and underground/subterranean themes
-- For placeholder purposes, solid color blocks with text can be used until final images are created
-- Consider using AI image generation tools (like DALL-E or Midjourney) with prompts like:
- - "Futuristic underground tunnel with green technological lighting, digital interfaces, dark aesthetic"
- - "Technological singularity concept visualization with dark background and emerald green accents"
-
-## Image Directory Setup
-
-The directory structure should be:
-
-```
-/public
- /images
- techno-capital-hero.jpg
- techno-capital.jpg
-```
-
-You can create placeholder images using online tools or basic graphic design software until final assets are ready.
diff --git a/app/projects/techno-capital/page.tsx b/app/projects/techno-capital/page.tsx
deleted file mode 100644
index c91ec6c6..00000000
--- a/app/projects/techno-capital/page.tsx
+++ /dev/null
@@ -1,488 +0,0 @@
-'use client';
-
-import React, { useState } from 'react';
-import { NextSection } from '@/components/navigation/NextSection';
-
-export default function TechnoCapital() {
- const [formSubmitted, setFormSubmitted] = useState(false);
- const [submitting, setSubmitting] = useState(false);
- const [formError, setFormError] = useState('');
-
- const handleSubmit = async (e: React.FormEvent) => {
- e.preventDefault();
- setSubmitting(true);
- setFormError('');
-
- // Simulating form submission
- try {
- await new Promise((resolve) => setTimeout(resolve, 1500));
- setFormSubmitted(true);
- } catch (error) {
- setFormError('There was an error submitting the form. Please try again.');
- } finally {
- setSubmitting(false);
- }
- };
-
- return (
-
- Botsmann Techno-Capital is dedicated to accelerating humanity's progress toward
- technological singularity—when artificial intelligence surpasses human capabilities
- and leads to unprecedented growth and advancement.
-
-
- Unlike traditional investment funds that focus on quarterly returns or existing
- companies, BTC strategically invests in the foundational resources, physical
- infrastructure, and breakthrough research needed to support this technological
- transformation.
-
-
- By focusing on commodities and physical infrastructure rather than companies, we
- ensure direct control of the critical resources required for technological
- advancement.
-
-
-
-
- {/* SubSpace Capital Section */}
-
-
SubSpace Capital
-
-
-
-
-
-
Our Real Estate Division
-
-
- SubSpace Capital is our specialized real estate division that invests in the most
- undervalued property class: subterranean real estate and extraterrestrial development.
- We focus on:
-
-
-
-
-
- Earth-Based Underground Properties
-
-
-
-
- Climate-resilient bunkers and habitation facilities
-
-
-
- Subterranean data centers with natural cooling
-
-
-
- Underground transportation and logistics networks
-
-
-
-
-
-
Space-Based Development
-
-
-
- Lunar and Martian subsurface habitat technologies
-
-
-
- Asteroid mining rights and extraction infrastructure
-
-
-
- Early claims on extraterrestrial real estate resources
-
-
-
-
-
-
-
- "The future of humanity may lie beneath the surface—of Earth and beyond. By
- developing subterranean and space-based habitats, we're creating the resilient
- infrastructure needed for the coming technological singularity."
-
-
-
-
-
- {/* Investment Approach */}
-
-
Investment Approach
-
-
-
-
- 1
-
-
-
Strategic Resource Acquisition
-
- We identify and acquire commodities and physical assets that will become
- increasingly critical for technological advancement.
-
-
-
-
-
- 2
-
-
-
Research Integration
-
- We fund breakthrough research that enhances the value of our physical assets and
- accelerates singularity development.
-
-
-
-
-
- 3
-
-
-
Infrastructure Creation
-
- We develop the physical and digital infrastructure needed to support exponential
- technological growth.
-
-
-
-
-
-
-
Trading Strategy
-
- For commodity investments, we maintain a balanced portfolio approach:
-
-
-
-
- Long positions (20–40%) for building strategic reserves
-
-
-
- Short positions (5–50%) to capitalize on market inefficiencies
-
-
-
-
-
-
- {/* Waitlist Section */}
-
-
-
Join Our Investor Waitlist
-
- Botsmann Techno-Capital is preparing to launch. Join our waitlist to be among the
- first to invest in humanity's technological future.
-
-
- {formSubmitted ? (
-
-
-
Thank You!
-
- You've been added to our waitlist. We'll notify you when Botsmann Techno-Capital
- launches.
-
-
- ) : (
-
- )}
-
-
-
-
-
-
- );
-}
diff --git a/app/solutions/businesses/[slug]/page.tsx b/app/solutions/businesses/[slug]/page.tsx
deleted file mode 100644
index ccd32c46..00000000
--- a/app/solutions/businesses/[slug]/page.tsx
+++ /dev/null
@@ -1,21 +0,0 @@
-'use client';
-
-import React from 'react';
-import { useParams } from 'next/navigation';
-import solutionsData from '@/data/solutions.json';
-import SolutionLayout, { SolutionData } from '@/components/SolutionLayout';
-
-export default function SolutionPage() {
- const { slug } = useParams();
- const category = 'businesses'; // Hard-coded since this file is under businesses
-
- const solutionData: SolutionData | undefined = solutionsData[category]?.find(
- (s: SolutionData) => s.slug === slug,
- );
-
- if (!solutionData) {
- return
Solution not found
;
- }
-
- return ;
-}
diff --git a/app/solutions/businesses/page.tsx b/app/solutions/businesses/page.tsx
deleted file mode 100644
index 4d2b048b..00000000
--- a/app/solutions/businesses/page.tsx
+++ /dev/null
@@ -1,32 +0,0 @@
-'use client';
-
-import React from 'react';
-import Link from 'next/link';
-import solutionsData from '@/data/solutions.json';
-
-export default function BusinessesSolutions() {
- const genericInfo =
- 'Our AI solutions for businesses help optimize operations, enhance decision-making, and streamline processes for enterprise needs.';
- const businesses = solutionsData.businesses;
-
- return (
-
- At Botsmann, we develop cutting-edge AI solutions tailored to the unique needs of
- individuals, businesses, and governments. Our innovative technologies help automate tasks,
- enhance productivity, and unlock new possibilities.
-
-
-
- {/* Customer Categories */}
-
- {/* Individuals */}
-
-
-
- Individuals
-
-
-
-
For Individuals
-
- Enhance your personal life with AI assistants that help you shop smarter, learn
- languages faster, and get expert advice on legal, medical, and creative matters.
-
-
- Learn more
-
-
-
-
-
- {/* Businesses */}
-
-
- Coming Soon
-
-
-
- Businesses
-
-
-
-
For Businesses
-
- Streamline operations, increase efficiency, and gain valuable insights with our AI
- solutions designed specifically for businesses of all sizes.
-
-
- Learn more
-
-
-
-
-
- {/* Governments */}
-
-
- Coming Soon
-
-
-
- Governments
-
-
-
-
For Governments
-
- Enhance transparency, improve public services, and optimize resource allocation with
- our specialized AI tools designed for government agencies and public institutions.
-
- );
-}
diff --git a/components/navigation/index.ts b/components/navigation/index.ts
index ce1c27ef..f1a2ba08 100644
--- a/components/navigation/index.ts
+++ b/components/navigation/index.ts
@@ -10,7 +10,6 @@ export { MegaMenuItem } from './MegaMenuItem';
export { MobileNav } from './MobileNav';
// Bot page navigation components
-export { NextSection } from './NextSection';
export { BotSwitcher } from './BotSwitcher';
export { SiteMenuDropdown } from './SiteMenuDropdown';
diff --git a/data/solutions.json b/data/solutions.json
deleted file mode 100644
index 1c245496..00000000
--- a/data/solutions.json
+++ /dev/null
@@ -1,175 +0,0 @@
-{
- "individuals": [
- {
- "slug": "personal-knowledge-base",
- "title": "Personal Knowledge Base",
- "overview": "Chat with your personal documents, notes, and research using AI — all processed locally on your device.",
- "features": [
- "Upload PDFs, documents, and notes to your private knowledge base",
- "Ask questions and get answers with cited sources",
- "Choose your AI model: free Groq, premium OpenAI, or local Ollama",
- "Your data never leaves your device when using local mode",
- "Search across all your documents instantly"
- ],
- "details": "Stop losing track of important information buried in documents. Upload your research papers, notes, contracts, or any text documents and chat with them naturally. The AI finds relevant passages and answers your questions with precise citations. Perfect for students, researchers, and anyone who needs to manage large amounts of information privately.",
- "tryLink": "/documents"
- },
- {
- "slug": "medical-records-assistant",
- "title": "Medical Records Assistant",
- "overview": "Securely manage and understand your medical records with AI that keeps your health data private.",
- "features": [
- "Upload medical reports, lab results, and doctor notes",
- "Get plain-language explanations of medical terminology",
- "Track health trends across multiple documents",
- "100% private — data stays on your device with local AI",
- "Prepare informed questions for doctor visits"
- ],
- "details": "Understanding your own health data should not require a medical degree. Upload your medical records to your private knowledge base and ask questions in plain language. The AI explains complex terminology, identifies trends in your lab results, and helps you prepare for doctor appointments. When you run Botsmann locally, your sensitive health information never leaves your device.",
- "tryLink": "/documents"
- },
- {
- "slug": "legal-document-assistant",
- "title": "Legal Document Assistant",
- "overview": "Understand contracts, agreements, and legal documents without expensive attorney fees.",
- "features": [
- "Upload contracts, leases, and legal documents",
- "Get explanations of complex legal clauses",
- "Compare multiple versions of documents",
- "Identify important terms and obligations",
- "Completely private — run locally for sensitive documents"
- ],
- "details": "Before signing that contract or lease, understand exactly what you are agreeing to. Upload legal documents and ask questions in plain language. The AI highlights important clauses, explains legal terminology, and helps you identify potential concerns. For sensitive legal matters, run Botsmann locally with Ollama for complete privacy.",
- "tryLink": "/documents"
- },
- {
- "slug": "swiss-german-teacher",
- "title": "Heidi – Your Swiss German Companion",
- "overview": "Master Swiss German with Heidi - Your AI companion for High German and Züridütsch.",
- "features": [
- "Adapts to You: Tables for words, replies for sentences—built for your needs.",
- "Dual-Language Power: High German and Züridütsch, side by side.",
- "Real Context: Words and phrases come alive with examples.",
- "Instant Writing: Emails and texts crafted in both languages.",
- "Swiss Culture: Insider tips on history and social life.",
- "Local Smarts: Navigate Switzerland like you belong."
- ],
- "details": "Type a word, and Heidi delivers a table comparing High German and Züridütsch with real-life examples. Send a sentence or email, and get a tailored response to communicate effortlessly. With cultural tips and local know-how, she's your shortcut to thriving in Switzerland.",
- "tryLink": "https://chatgpt.com/g/g-rni41WTSh-heidi-tell"
- }
- ],
- "businesses": [
- {
- "slug": "enterprise-knowledge-base",
- "title": "Enterprise Knowledge Base",
- "overview": "Deploy a private AI knowledge base on your infrastructure — your company data stays in your control.",
- "features": [
- "Deploy on your own servers or private cloud",
- "No data sent to external AI providers",
- "Choose your AI model based on needs and budget",
- "Role-based access control for sensitive documents",
- "Full audit trail of all AI interactions"
- ],
- "details": "Enterprise knowledge is your competitive advantage — keep it secure. Deploy Botsmann on your infrastructure and let employees chat with company documentation, policies, and procedures without sending sensitive data to external AI services. We provide consulting to set up and customize for your specific needs.",
- "customSections": {
- "deployment": [
- "On-premises installation",
- "Private cloud deployment",
- "Hybrid configurations"
- ],
- "consulting": [
- "Infrastructure assessment",
- "Custom model training",
- "Integration with existing systems"
- ]
- },
- "tryLink": "/documents"
- },
- {
- "slug": "contract-analysis-platform",
- "title": "Contract Analysis Platform",
- "overview": "Accelerate contract review with AI that processes documents on your own infrastructure.",
- "features": [
- "Upload and analyze contracts in seconds",
- "Extract key terms and obligations automatically",
- "Compare contracts against standard templates",
- "Deploy on-premises for maximum security",
- "Integrate with existing document management systems"
- ],
- "details": "Legal teams spend countless hours reviewing contracts. Deploy Botsmann on your infrastructure to automatically extract key terms, identify unusual clauses, and compare against standard templates. All processing happens on your servers — client confidentiality is never compromised.",
- "tryLink": "/documents"
- },
- {
- "slug": "compliance-documentation-system",
- "title": "Compliance Documentation System",
- "overview": "Manage regulatory compliance with AI that keeps sensitive compliance data on your infrastructure.",
- "features": [
- "Upload and organize compliance documentation",
- "Ask questions about regulatory requirements",
- "Track document versions and changes",
- "Generate compliance reports from your knowledge base",
- "GDPR and SOC2 compliant by design"
- ],
- "details": "Regulatory compliance requires managing vast amounts of documentation. Deploy Botsmann to create a searchable knowledge base of regulations, policies, and procedures. Employees can ask questions in natural language and get accurate answers with citations to source documents.",
- "tryLink": "/documents"
- },
- {
- "slug": "technical-documentation-hub",
- "title": "Technical Documentation Hub",
- "overview": "Help engineering teams find answers in technical documentation instantly with private AI.",
- "features": [
- "Index all technical documentation in one place",
- "Natural language search across codebases and docs",
- "Onboard new engineers faster with AI assistance",
- "Keep proprietary technical knowledge secure",
- "Deploy on your development infrastructure"
- ],
- "details": "Engineering teams waste hours searching through documentation. Deploy Botsmann to create a searchable knowledge base of technical docs, API references, and internal wikis. New engineers can ask questions and get answers instantly, reducing onboarding time dramatically.",
- "tryLink": "/documents"
- }
- ],
- "governments": [
- {
- "slug": "citizen-services-assistant",
- "title": "Citizen Services Assistant",
- "overview": "Help citizens find answers to government services questions with AI deployed on government infrastructure.",
- "features": [
- "Deploy on government-controlled infrastructure",
- "Index all public-facing documentation",
- "Answer citizen questions 24/7",
- "Multiple language support",
- "Complete data sovereignty — no external AI services"
- ],
- "details": "Citizens should not need to navigate complex government websites to find answers. Deploy Botsmann on government infrastructure to create an AI assistant that answers questions about services, procedures, and requirements. All data stays on government servers — complete data sovereignty.",
- "tryLink": "/documents"
- },
- {
- "slug": "policy-research-platform",
- "title": "Policy Research Platform",
- "overview": "Help policy researchers search and analyze legislation, reports, and research with private AI.",
- "features": [
- "Index legislation, reports, and policy documents",
- "Natural language search across all materials",
- "Compare policy approaches across jurisdictions",
- "Generate summaries of complex documents",
- "Secure deployment for classified materials"
- ],
- "details": "Policy development requires synthesizing vast amounts of information. Deploy Botsmann to create a searchable knowledge base of legislation, research reports, and policy documents. Researchers can ask complex questions and get answers with citations to source materials.",
- "tryLink": "/documents"
- },
- {
- "slug": "internal-knowledge-management",
- "title": "Internal Knowledge Management",
- "overview": "Help government employees find answers in internal documentation and procedures with secure AI.",
- "features": [
- "Deploy on government networks (air-gapped if needed)",
- "Index internal policies, procedures, and guidelines",
- "Reduce time spent searching for information",
- "Maintain complete security and compliance",
- "Audit all AI interactions for accountability"
- ],
- "details": "Government employees often struggle to find the right policy or procedure. Deploy Botsmann on internal government networks to create a searchable knowledge base of policies, procedures, and institutional knowledge. Even air-gapped deployments are supported with local Ollama models.",
- "tryLink": "/documents"
- }
- ]
-}
diff --git a/lib/governance/index.ts b/lib/governance/index.ts
deleted file mode 100644
index 36da52e0..00000000
--- a/lib/governance/index.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-// Governance utility exports
-export * from './utils';
diff --git a/lib/governance/utils.ts b/lib/governance/utils.ts
deleted file mode 100644
index 84596b92..00000000
--- a/lib/governance/utils.ts
+++ /dev/null
@@ -1,68 +0,0 @@
-// Governance utility functions
-
-// Re-export formatCurrency from shared lib for backwards compatibility
-export { formatCurrency } from '@/lib/format';
-
-/**
- * Get the appropriate Tailwind classes for a transparency score badge
- */
-export const getTransparencyScoreClasses = (score: number): string => {
- if (score >= 90) return 'bg-green-100 text-green-800';
- if (score >= 70) return 'bg-blue-100 text-blue-800';
- if (score >= 50) return 'bg-yellow-100 text-yellow-800';
- return 'bg-red-100 text-red-800';
-};
-
-/**
- * Get the appropriate Tailwind classes for a transparency score progress bar
- */
-export const getTransparencyBarClasses = (score: number): string => {
- if (score >= 90) return 'bg-green-500';
- if (score >= 70) return 'bg-blue-500';
- if (score >= 50) return 'bg-yellow-500';
- return 'bg-red-500';
-};
-
-/**
- * Get status badge classes based on status type
- */
-export const getStatusBadgeClasses = (status: string): string => {
- const statusMap: Record = {
- Paid: 'bg-green-100 text-green-800',
- Active: 'bg-green-100 text-green-800',
- Completed: 'bg-green-100 text-green-800',
- Pending: 'bg-yellow-100 text-yellow-800',
- Late: 'bg-red-100 text-red-800',
- Flagged: 'bg-red-100 text-red-800',
- Disputed: 'bg-gray-100 text-gray-800',
- Expired: 'bg-gray-100 text-gray-800',
- };
- return statusMap[status] || 'bg-gray-100 text-gray-800';
-};
-
-/**
- * Get difference indicator classes (positive/negative/neutral)
- */
-export const getDifferenceClasses = (difference: number): string => {
- if (difference > 0) return 'text-green-600';
- if (difference < 0) return 'text-red-600';
- return 'text-gray-600';
-};
-
-/**
- * Get allocation total indicator classes
- */
-export const getAllocationClasses = (total: number): string => {
- if (total > 100) return 'text-red-600';
- if (total < 100) return 'text-yellow-600';
- return 'text-green-600';
-};
-
-/**
- * Get allocation bar background classes
- */
-export const getAllocationBarClasses = (total: number): string => {
- if (total > 100) return 'bg-red-500';
- if (total < 100) return 'bg-yellow-500';
- return 'bg-green-500';
-};
diff --git a/lib/routes.ts b/lib/routes.ts
index 7062cea0..0c1ee8be 100644
--- a/lib/routes.ts
+++ b/lib/routes.ts
@@ -31,7 +31,6 @@ export const ROUTES = {
SETTINGS: '/settings',
INFRASTRUCTURE: '/infrastructure',
// Other
- PROJECTS: '/projects',
AUTH: {
SIGNIN: '/auth/signin',
SIGNUP: '/auth/signup',
diff --git a/types/governance.ts b/types/governance.ts
deleted file mode 100644
index b62e7e3e..00000000
--- a/types/governance.ts
+++ /dev/null
@@ -1,109 +0,0 @@
-// Governance-related type definitions
-// Extracted from CitizenProfile.tsx and AgencyProfile.tsx for SSOT
-
-export interface TaxPayment {
- id: string;
- year: string;
- amount: number;
- date: string;
- status: 'Paid' | 'Pending' | 'Late' | 'Disputed';
- type: 'Income' | 'Property' | 'Sales' | 'Other';
- reference: string;
-}
-
-export interface CitizenContribution {
- agencyId: string;
- agencyName: string;
- amount: number;
- percentage: number;
- transparencyScore: number;
- contributionHistory: Array<{
- year: string;
- amount: number;
- }>;
-}
-
-export interface CitizenBenefit {
- id: string;
- name: string;
- description: string;
- amount: number;
- frequency: 'One-time' | 'Monthly' | 'Quarterly' | 'Annual';
- provider: string;
- providerId: string;
- dateReceived: string;
- status: 'Active' | 'Pending' | 'Expired';
-}
-
-export interface CitizenData {
- id: string;
- name: string;
- address: string;
- district: string;
- registeredSince: string;
- avatarUrl?: string;
- taxHistory: TaxPayment[];
- contributions: CitizenContribution[];
- benefits: CitizenBenefit[];
- representativeId?: string;
- representativeName?: string;
- totalTaxContribution: number;
- votingDistricts: {
- local: string;
- state: string;
- federal: string;
- };
- participationScore: number; // 0-100 based on voting, feedback, etc.
-}
-
-export interface AdvisoryDistribution {
- agencyId: string;
- agencyName: string;
- currentPercentage: number;
- advisoryPercentage: number;
- difference: number;
-}
-
-// Agency-related types
-export interface BudgetItem {
- category: string;
- amount: number;
- percentage: number;
-}
-
-export interface Transaction {
- id: string;
- date: string;
- description: string;
- amount: number;
- category: string;
- vendor?: string;
- status: 'Completed' | 'Pending' | 'Flagged';
-}
-
-export interface PerformanceMetric {
- name: string;
- value: number;
- target: number;
- unit: string;
- trend: 'up' | 'down' | 'stable';
-}
-
-export interface AgencyData {
- id: string;
- name: string;
- description: string;
- budget: number;
- budgetBreakdown: BudgetItem[];
- transactions: Transaction[];
- performanceMetrics: PerformanceMetric[];
- transparencyScore: number;
- headCount: number;
- yearEstablished: number;
- website?: string;
- contactEmail?: string;
-}
-
-// Tab types for profile components
-export type CitizenProfileTab = 'overview' | 'tax' | 'benefits' | 'advisory';
-export type AgencyProfileTab = 'overview' | 'budget' | 'transactions' | 'performance';