An open source, lightweight note-taking service. Easily capture and share your great thoughts.
Go to file
Claude 3354869525
refactor(web): redesign Settings components with consistent design system
Created a comprehensive redesign of all settings-related components to provide:

**New Shared Components:**
- SettingSection: Wrapper for consistent section layout with titles and actions
- SettingGroup: Groups related settings with optional separators
- SettingRow: Standardized label/control layout with optional tooltips
- SettingTable: Consistent table styling for data lists

**Key Improvements:**
- Unified spacing and typography across all sections
- Consistent form field layouts (label on left, control on right)
- Better visual hierarchy with proper section/group organization
- Standardized button variants (removed deprecated color="primary")
- Improved mobile responsiveness with better wrapping
- Added keyboard support (Enter key) for tag inputs
- Better semantic HTML structure

**Refactored Components:**
- PreferencesSection: Clean layout with proper grouping
- InstanceSection: Organized settings into logical groups
- StorageSection: Improved S3 configuration display
- MyAccountSection: Enhanced profile card layout
- UserSessionsSection: Converted to table component
- AccessTokenSection: Converted to table component
- MemberSection: Converted to table component with improved actions
- WebhookSection: Converted to table component
- SSOSection: Converted to table component with better title support
- MemoRelatedSettings: Improved tag management UI

**Technical Changes:**
- Centralized styling logic in shared components
- Removed hardcoded widths for better responsiveness
- Fixed inconsistent text colors (foreground vs muted-foreground)
- Standardized gap spacing (2, 3, 4 units)
- All changes pass TypeScript and ESLint checks
2025-11-08 02:23:58 +00:00
.github chore: add Claude Code GitHub workflow (#5227) 2025-11-06 19:40:01 +08:00
cmd/memos refactor: remove unused constants 2025-10-16 20:40:46 +08:00
internal chore: bump version 2025-10-24 08:15:32 +08:00
plugin feat(store): add hierarchical tag filtering support 2025-10-30 00:21:53 +08:00
proto refactor: rename workspace to instance throughout codebase 2025-11-05 23:35:35 +08:00
scripts refactor: rename workspace to instance throughout codebase 2025-11-05 23:35:35 +08:00
server refactor(api): remove test_auth.go and inline test helpers (#5235) 2025-11-08 09:53:29 +08:00
store fix(security): implement security review recommendations (#5228) 2025-11-06 23:32:27 +08:00
web refactor(web): redesign Settings components with consistent design system 2025-11-08 02:23:58 +00:00
.dockerignore chore: update resource dialog style (#982) 2023-01-21 08:46:49 +08:00
.gitignore refactor: remove unused constants 2025-10-16 20:40:46 +08:00
.golangci.yaml chore: update golangci config 2025-04-02 22:53:17 +08:00
.goreleaser.yaml refactor: remove unused constants 2025-10-16 20:40:46 +08:00
CLAUDE.md refactor: rename workspace to instance throughout codebase 2025-11-05 23:35:35 +08:00
CODEOWNERS chore: update readme (#1047) 2023-02-08 08:51:36 +08:00
LICENSE chore: update LICENSE (#4394) 2025-02-11 15:45:20 +08:00
README.md chore: update readme 2025-10-30 00:16:40 +08:00
SECURITY.md chore: update security 2023-11-23 08:55:57 +08:00
go.mod fix(server): prevent memory exhaustion in thumbnail generation 2025-11-07 09:04:21 +08:00
go.sum refactor: update markdown parser 2025-10-26 11:28:40 +08:00

README.md

Memos

Memos

An open-source, self-hosted note-taking service. Your thoughts, your data, your control — no tracking, no ads, no subscription fees.

Home Live Demo Docs Discord Docker Pulls

Memos Demo Screenshot

Warp — The AI-powered terminal built for speed and collaboration

Warp - The AI-powered terminal built for speed and collaboration

LambdaTest - Cross-browser testing cloud

LambdaTest - Cross-browser testing cloud

Overview

Memos is a privacy-first, self-hosted knowledge base that works seamlessly for personal notes, team wikis, and knowledge management. Built with Go and React, it offers lightning-fast performance without compromising on features or usability.

Why choose Memos over cloud services?

Feature Memos Cloud Services
Privacy Self-hosted, zero telemetry Your data on their servers
Cost Free forever, MIT license Subscription fees
Performance Instant load, no latency ⚠️ Depends on internet
Ownership Full control & export Vendor lock-in
API Access Full REST + gRPC APIs ⚠️ Limited or paid
Customization Open source, forkable Closed ecosystem

Features

  • 🔒 Privacy-First Architecture

    • Self-hosted on your infrastructure with zero telemetry
    • Complete data ownership and export capabilities
    • No tracking, no ads, no vendor lock-in
  • 📝 Markdown Native

    • Full markdown support
    • Plain text storage — take your data anywhere
  • Blazing Fast

    • Built with Go backend and React frontend
    • Optimized for performance at any scale
  • 🐳 Simple Deployment

    • One-line Docker installation
    • Supports SQLite, MySQL, and PostgreSQL
  • 🔗 Developer-Friendly

    • Full REST and gRPC APIs
    • Easy integration with existing workflows
  • 🎨 Beautiful Interface

    • Clean, minimal design and dark mode support
    • Mobile-responsive layout

Quick Start

docker run -d \
  --name memos \
  -p 5230:5230 \
  -v ~/.memos:/var/opt/memos \
  neosmemo/memos:stable

Open http://localhost:5230 and start writing!

Try the Live Demo

Don't want to install yet? Try our live demo first!

Other Installation Methods

  • Docker Compose - Recommended for production deployments
  • Pre-built Binaries - Available for Linux, macOS, and Windows
  • Kubernetes - Helm charts and manifests available
  • Build from Source - For development and customization

See our installation guide for detailed instructions.

Contributing

We welcome contributions of all kinds! Whether you're fixing bugs, adding features, improving documentation, or helping with translations — every contribution matters.

Ways to contribute:

Sponsors

Love Memos? Sponsor us on GitHub to help keep the project growing!

Star History

Star History Chart

License

Memos is open-source software licensed under the MIT License.


WebsiteDocumentationDemoDiscordX/Twitter

Made with ❤️ by the Memos community