Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tinadmin-blog-writer-template) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@tinadmin/blog-writer-template
A comprehensive blog management and content creation platform built with Next.js, TypeScript, and Tailwind CSS.
🚀 Quick Start
Create a new blog writer project with a single command:
npx @tinadmin/blog-writer-template my-blog-app
cd my-blog-app
npm install
npm run devOpen http://localhost:3000 to see your new blog platform!
✨ Features
📝 Content Management
- Draft Management - Create, edit, and organize blog post drafts
- Content Calendar - Plan and schedule your content strategy
- Media Library - Upload and manage images, videos, and documents
- Content Templates - Reusable templates for consistent formatting
📊 Analytics & SEO
- Post Analytics - Track performance metrics and engagement
- SEO Tools - Optimize content for search engines
- Performance Insights - Monitor traffic and user behavior
👥 Team Collaboration
- Team Management - Manage authors, editors, and contributors
- Workflow Management - Define approval processes and content workflows
- Role-based Permissions - Control access to different features
🔗 Integrations
- CMS Integration - WordPress, Webflow, and other content management systems
- Social Media - Twitter, LinkedIn, and other social platforms
- E-commerce - Shopify and other e-commerce platforms
- Email Marketing - Mailchimp and other email services
- Analytics - Google Analytics and other tracking tools
🛠️ Tech Stack
- Framework: Next.js 15.5.4
- Language: TypeScript
- Styling: Tailwind CSS
- Icons: Heroicons
- Charts: Recharts
- State Management: React Hooks
📦 Installation
Option 1: Create New Project (Recommended)
npx @tinadmin/blog-writer-template my-blog-app
cd my-blog-app
npm install
npm run devOption 2: Install as Dependency
npm install @tinadmin/blog-writer-template🏗️ Project Structure
src/
├── app/
│ ├── templates/blog-writer/ # Blog writer pages
│ │ ├── analytics/ # Analytics dashboard
│ │ ├── calendar/ # Content calendar
│ │ ├── drafts/ # Draft management
│ │ ├── integrations/ # Third-party integrations
│ │ ├── media/ # Media library
│ │ ├── publishing/ # Publishing management
│ │ ├── seo/ # SEO tools
│ │ ├── team/ # Team collaboration
│ │ ├── templates/ # Content templates
│ │ └── workflows/ # Workflow management
│ └── layout.tsx # Root layout
├── components/
│ └── blog-writer/ # Blog writer components
├── layout/ # Layout components
└── hooks/ # Custom React hooks🚀 Deployment
Vercel (Recommended)
npm run build
npx vercel --prodNetlify
npm run build
npm run export
# Upload the 'out' directory to NetlifyDocker
docker build -t blog-writer-app .
docker run -p 3000:3000 blog-writer-app🔧 Customization
Adding New Pages
- Create a new directory in
src/app/templates/blog-writer/ - Add a
page.tsxfile with your component - Update the sidebar navigation in
src/layout/AppSidebar.tsx
Styling
- Modify
src/app/globals.cssfor global styles - Use Tailwind CSS classes for component styling
- Customize the theme in
tailwind.config.ts
Adding Integrations
- Create integration components in
src/components/blog-writer/ - Add API endpoints and configuration
- Update the integrations page
📚 API Integration
The template includes comprehensive API integration support:
- Content Management APIs - CRUD operations for posts, drafts, media
- Analytics APIs - Performance tracking and reporting
- User Management APIs - Team collaboration and permissions
- Workflow APIs - Content approval and publishing processes
- Integration APIs - Third-party service connections
🎯 Use Cases
- Blog Management Platforms - Complete blog CMS solutions
- Content Marketing Tools - Editorial planning and execution
- Team Collaboration Platforms - Multi-author content workflows
- Publishing Platforms - Multi-channel content distribution
- SEO Tools - Content optimization and tracking
🤝 Contributing
We welcome contributions! Please see our Contributing Guide for details.
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
📄 License
This template is licensed under the MIT License. See LICENSE for details.
🆘 Support
- 📧 Email: support@tinadmin.com
- 📚 Documentation: docs.tinadmin.com
- 🐛 Issues: GitHub Issues
- 💬 Discord: Join our community
🌟 Related Templates
- @tinadmin/ai-customer-care-template - AI-powered customer support platform
- @tinadmin/ecommerce-template - Complete e-commerce solution
- @tinadmin/saas-template - SaaS application template
Built with ❤️ by TinAdmin
Start building your blog platform today! 🚀