One Core
Endless systems.

Polymore turns one structured definition file into a complete backend: Dashboard, CRUD, APIs, auth, storage, uploads, and hooks.

admin.preview

seed.json
Products
Generated list + form from seed (no backend)
Edit the seed UI adapts
Vanilla PHPNo Composer required
Full CRUDForms, tables, show pages
REST APIsRole-aware endpoints
PortableUpload and run

No bloat. No ceremony.

A framework for the space before frameworks.

Polymore is not trying to replace Laravel, WordPress, Symfony, or Next. It is for quick backends, internal systems, admin panels, MVPs, and controlled tools.

  • Generated CRUD: list, create, edit, show
  • Auth + roles (optional)
  • File & image uploads
  • REST API generation (role-aware)
  • Filters, search, pagination
  • Hooks for custom rules

Feel free to use those amazing tools if you think they can help, or maybe Polymore is just what you need.

Products
Create new Product
Title
Vintage Jacket
Status
Published
Price
AED 320
Notes

Portable Admin Panels

Generated screens that still feel intentional.

Tables, filters, sorting, pagination, create/edit forms, show pages, uploads, and actions are generated from the same definition.

Browse ready-made systems

Keep your way of working

Simple files.
Clear structure.
Easy hosting.

Data can live in structured files instead of a database. Themes, definitions, hooks, uploads, and collections stay readable and movable.

See common questions
/polymore
  /public
    index.php
    .htaccess
  /app
    /Core
    /Dashboard
    /Api
  /views
    /dashboard
    /auth
  /data
    /collections
    /system
  /storage
    /uploads
  default.seed.json
  default.theme.json
  default.config.json

Work with LLMs

Why use Polymore while "AI" can do it?

It’s a fair question.

LLMs are great at generating code fast, but dashboards need repeatability, upgrades, and predictable behavior.

Polymore gives you a stable engine, and the LLM only fills the definition (seed) and small custom rules (hooks).

  • Stable core.
    CRUD, auth, storage, uploads, and themes stay consistent across projects.
  • Less breakage.
    Your LLM isn’t reinventing structure and edge cases on every prompt.
  • Faster edits.
    Change the seed, refresh the dashboard — the UI adapts.
  • Cleaner handoff.
    You can read, review, and version one definition file.
  • Simple deploy.
    Vanilla PHP you can upload and run (even from a subfolder).
  • Built for change.
    Add a field, a filter, or a role without rewriting screens.
  • Hooks when needed.
    Keep the core clean, add tiny custom rules only where required.
  • Reusable systems.
    Seeds can be shared, versioned, and reused across teams and projects.

How to work with an LLM using Polymore

1) Download Polymore

Unzip it, open it in your editor, and run it locally.

2) Point the LLM to the docs

Tell it to follow the docs as the single source of truth: Polymore docs.

3) Ask it to build your dashboard

Request a seed file and optional hooks (only if needed).

Example prompt

Build a dashboard for a small clinic with patients, appointments, and invoices. Include roles (admin, staff), field validation, list columns, and useful filters. Output a *.seed.json plus any needed hook functions.

Community marketplace

Download a system.
Share a system.

The framework is free. Most seeds are free too. Advanced, complex, or highly polished seeds can be paid.

Clinic Lite

Paid Seed • Theme • Config
clinic scheduling

Patients, appointments, invoices, and a clean staff workflow.

Entities patients, appointments, invoices

Inventory Core

Free Seed
inventory operations

Products, stock movements, suppliers, and low-stock alerts (seed + hooks-ready).

Entities products, suppliers, movements

Mini CRM

Free Seed
crm sales

Leads, customers, notes, stages, owners, and lightweight reporting.

Entities leads, customers, notes

For builders

Make definitions people can actually reuse.

Each marketplace item has a dedicated page with visuals, included entities, expected forms, templates if available, and a preview of the system structure.

polymore.dev

Start building from one core.

Enter your details to generate a personal framework download link.

FAQ

Is Polymore a Laravel replacement?

No. It is a smaller engine for fast dashboards, APIs, MVPs, and internal systems.

Is the framework free?

Yes. The core framework is free. Most seeds are free, while advanced ones may be paid.

Does it need Composer?

No. The goal is simple vanilla PHP, CSS, and JavaScript with a basic autoloader.

Where does the data live?

In structured file storage such as JSON or PHP-based files, designed for simple portable systems.