General
SleekView is a WordPress plugin for building structured admin views on top of existing content and custom data sources. Instead of forcing you into a new content model, it lets you decide how data should be visualized, filtered, and worked with.
Core Philosophy
Your data should stay in the system that already owns it. SleekView adds view logic on top of post types, custom database tables, APIs, files, and presets so that you can manage workflows without rebuilding the underlying storage layer.
Key Features
- Custom Views: Render the same source as a table, kanban board, or feedback list
- Modern Data Sources: Connect post types, custom tables, HTTP CSV/JSON/JSONC, media files, WordPress-relative files, SQLite databases, custom REST URLs, and PHP presets
- Server-Side Querying: Search, filter, sort, paginate, and export without loading entire datasets into the browser
- Data Independence: Keep your existing WordPress and custom data structures intact
- Post Type Workflows: Inline editing, drag and drop, submissions, upvotes, and other write actions stay available on post type views
- Frontend Integration: Display views on public pages using shortcodes
Use Cases
SleekView adapts to a wide range of workflows and data setups. Common examples include:
- Editorial calendars for content teams
- Project management boards for custom post types
- Internal dashboards backed by custom tables
- Public roadmaps backed by external JSON or CSV data
- Feedback boards connected to post types or read-only custom sources
- Operational overviews for REST APIs and SQLite datasets
- Document and inventory views built from imported files
The plugin is designed so you can keep adding view layers as your data model expands, instead of replacing the systems you already depend on.