This repository contains the public-facing code for Anchored. Some development files are kept private to maintain a clean public repository.
The following directories are excluded from the public repository but may exist in local development:
.kiro/
- Kiro AI assistant configuration and specsguide files/
- Internal documentation and implementation guidesscripts/
- Deployment and utility scriptssupabase/migrations/
- Database migration fileswebhook-server/
- Webhook handling server codeanchored/
├── index.html # Landing/login page
├── dashboard.html # Main notes dashboard
├── account.html # Account management
├── privacy.html # Privacy policy
├── terms.html # Terms of service
├── css/ # Stylesheets
├── js/ # JavaScript modules
├── extension/ # Browser extension code
├── supabase/functions/ # Edge Functions (public)
└── _layouts/ # Jekyll layouts for GitHub Pages
npm install
This is a private project. For support or inquiries, contact support@anchored.site.