SimpliBlog
A modern, lightweight blogging platform designed for writers who value simplicity and speed. Built with SvelteKit, SimpliBlog offers a seamless experience for creating, publishing, and discovering markdown-powered blogs with a clean, intuitive interface.
Features
- Markdown Support – Write in markdown for easy formatting (headings, lists, code blocks, etc.).
- Image Uploads – Add images to your posts effortlessly.
- User Network – Follow other bloggers, get updates on new posts.
- Subscribe/Unsubscribe – Control who you follow.
- Clean UI – Minimal, distraction-free reading and writing experience.
Why SimpliBlog?
- Effortless Writing – Write in Markdown for quick formatting—headings, lists, code blocks, and embedded media work without clunky editors.
- Rich Media Support – Upload and embed images directly into your posts. No external hosting required.
- Network & Engagement – Follow other bloggers, get notified about new posts, and build an audience.
- Minimalist UI – A distraction-free reading and writing experience with fast navigation.
- Customizable – Personalize your blog’s appearance without bloated themes.
For Readers
- Discover new blogs with a simple, searchable feed.
- Subscribe to your favorite writers and manage updates in one place.
- Read optimized, fast-loading posts with no ads or trackers.
For Writers
- Publish instantly with real-time previews while editing.
- Organize posts with tags and categories.
- Track engagement with basic analytics (views, likes, comments).
Built for those who want to write, share, and connect—without the complexity of traditional platforms.
Getting Started
Clone the repo
git clone https://github.com/yourusername/SimpliBlog.git
cd SimpliBlog
Install dependencies
npm install
Run the dev server
npm run dev
Open http://localhost:5173 to start using SimpliBlog.
Documentation
How to Contribute
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
).
- Commit your changes (
git commit -m "Add your feature"
).
- Push to the branch (
git push origin feature/your-feature
).
- Open a Pull Request.
Support the Project
If you find SimpliBlog useful, consider supporting its development:
- Star the repo ⭐
- Report bugs or suggest features in the Issues section.
- Donate (if applicable, add link).
Built with SvelteKit. Happy blogging! 🚀