diff --git a/README.md b/README.md index 8bd3170..6b39bef 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,40 @@ # Insertr -> **Edit-in-place CMS for client websites** - Simple integration with class-based content editing +> **Element-Level Edit-in-place CMS** - Hybrid approach with individual elements and markdown collections -Insertr allows developers to make any website content editable by simply adding a CSS class. Clients can then log in and edit content directly on their website without needing to learn a complex admin interface. +Insertr allows developers to make any website content editable by simply adding a CSS class. Clients get appropriate editing interfaces based on content type - individual fields for headlines/buttons, rich markdown editors for flowing content. -## ✨ The Vision +## ✨ Two Editing Approaches +### **Element-Level Editing** (Granular Control) ```html - - +
Short description
+Get Started +``` - -Our company was founded in 2020...
+We recognized that **small businesses** needed access to...
+Today, we've helped over [200 clients](portfolio) achieve their goals.
Your description
+ + +Contact Us +``` + +### Markdown Collections +```html + +Your story begins here...
+Use **bold**, *italic*, and [links](url) naturally.
+Line breaks create new paragraphs automatically.
+