Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 10

- name: Get pnpm store directory
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Basic TypeScript configuration
- Example applications in the examples directory

[Unreleased]: https://github.com/objectql/object-ui/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/objectql/object-ui/releases/tag/v0.1.0
[Unreleased]: https://github.com/objectql/objectui/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/objectql/objectui/releases/tag/v0.1.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

A high-performance, schema-driven UI system built on **React 18**, **Tailwind CSS**, and **Shadcn UI**.

[![CI](https://github.com/objectql/object-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/objectql/object-ui/actions/workflows/ci.yml)
[![CI](https://github.com/objectql/objectui/actions/workflows/ci.yml/badge.svg)](https://github.com/objectql/objectui/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[Documentation](https://www.objectui.org) · [Playground](https://www.objectui.org/playground) · [Report Bug](https://github.com/objectql/object-ui/issues)
[Documentation](https://www.objectui.org) · [Playground](https://www.objectui.org/playground) · [Report Bug](https://github.com/objectql/objectui/issues)

</div>

Expand Down Expand Up @@ -119,7 +119,7 @@ This project is a Monorepo managed by **TurboRepo** and **pnpm**.

```bash
# 1. Clone the repository
git clone https://github.com/objectql/object-ui.git
git clone https://github.com/objectql/objectui.git

# 2. Install dependencies
pnpm install
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default defineConfig({
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/objectql/object-ui' }
{ icon: 'github', link: 'https://github.com/objectql/objectui' }
],

footer: {
Expand Down
8 changes: 4 additions & 4 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ While we're building the future, you can already:
We have an early preview available! Check out our [Playground](https://objectui.org/playground) to see what's possible.

### Join the Community
- ⭐ **Star us on GitHub**: [objectql/object-ui](https://github.com/objectql/object-ui)
- ⭐ **Star us on GitHub**: [objectql/objectui](https://github.com/objectql/objectui)
- 📧 **Email us**: hello@objectui.org

### Shape the Future
Expand Down Expand Up @@ -269,7 +269,7 @@ Yes. We're committed to backward compatibility. Your schemas will keep working a

Want to know when new features launch? Here's how to stay in the loop:

- ⭐ **Star on GitHub**: Watch releases at [objectql/object-ui](https://github.com/objectql/object-ui)
- ⭐ **Star on GitHub**: Watch releases at [objectql/objectui](https://github.com/objectql/objectui)
- 📧 **Email**: Contact us at hello@objectui.org for announcements

We update this roadmap monthly with our progress.
Expand All @@ -282,14 +282,14 @@ Object UI is built by developers, for developers. Thank you for your interest an

**Questions?** Email us at hello@objectui.org

**Want to contribute?** Open an issue or pull request on [GitHub](https://github.com/objectql/object-ui)
**Want to contribute?** Open an issue or pull request on [GitHub](https://github.com/objectql/objectui)

---

<div align="center">

*Building the future of interface development, one JSON schema at a time* 🚀

**[GitHub](https://github.com/objectql/object-ui)** · **[Documentation](https://objectui.org)** · **[Playground](https://objectui.org/playground)**
**[GitHub](https://github.com/objectql/objectui)** · **[Documentation](https://objectui.org)** · **[Playground](https://objectui.org/playground)**

</div>
2 changes: 1 addition & 1 deletion docs/api/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ import { ThemeProvider } from '@object-ui/components'
Full component API documentation coming soon.

For now, see:
- [GitHub Repository](https://github.com/objectql/object-ui/tree/main/packages/components)
- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/components)
- [Storybook](https://storybook.objectui.org) (coming soon)
4 changes: 2 additions & 2 deletions docs/api/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ if (isPageSchema(schema)) {
Full API documentation coming soon.

For now, see:
- [GitHub Repository](https://github.com/objectql/object-ui/tree/main/packages/protocol)
- [TypeScript Definitions](https://github.com/objectql/object-ui/blob/main/packages/protocol/src/types)
- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/protocol)
- [TypeScript Definitions](https://github.com/objectql/objectui/blob/main/packages/protocol/src/types)
2 changes: 1 addition & 1 deletion docs/api/designer.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Real-time multi-user editing like Google Docs.

Want to be notified when Designer launches?

- ⭐ [Star on GitHub](https://github.com/objectql/object-ui)
- ⭐ [Star on GitHub](https://github.com/objectql/objectui)
- 📧 [Email us](mailto:hello@objectui.org)
- 📋 [View Roadmap](/roadmap)

Expand Down
4 changes: 2 additions & 2 deletions docs/api/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ import { SchemaProvider } from '@object-ui/react'
Full API documentation coming soon.

For now, see:
- [GitHub Repository](https://github.com/objectql/object-ui/tree/main/packages/react)
- [Examples](https://github.com/objectql/object-ui/tree/main/examples)
- [GitHub Repository](https://github.com/objectql/objectui/tree/main/packages/react)
- [Examples](https://github.com/objectql/objectui/tree/main/examples)
8 changes: 4 additions & 4 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ For contributing or local development:

```bash
# Clone the repository
git clone https://github.com/objectql/object-ui.git
cd object-ui
git clone https://github.com/objectql/objectui.git
cd objectui

# Install dependencies
pnpm install
Expand All @@ -242,6 +242,6 @@ pnpm dev
Having trouble? We're here to help:

- 📖 [Documentation](/)
- 💬 [GitHub Discussions](https://github.com/objectql/object-ui/discussions)
- 🐛 [Report Issues](https://github.com/objectql/object-ui/issues)
- 💬 [GitHub Discussions](https://github.com/objectql/objectui/discussions)
- 🐛 [Report Issues](https://github.com/objectql/objectui/issues)
- 📧 [Email](mailto:hello@objectui.org)
2 changes: 1 addition & 1 deletion docs/guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Ready to get started?
## Getting Help

- 📖 [Documentation](/) - You're reading it!
- ⭐ [GitHub](https://github.com/objectql/object-ui) - Star us and report issues
- ⭐ [GitHub](https://github.com/objectql/objectui) - Star us and report issues
- 📧 [Email](mailto:hello@objectui.org) - Get in touch

Let's build something amazing! 🚀
10 changes: 5 additions & 5 deletions docs/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@ Now that you have the basics:

Check out complete examples:

- [Form Example](https://github.com/objectql/object-ui/tree/main/examples/forms)
- [CRUD Example](https://github.com/objectql/object-ui/tree/main/examples/crud)
- [Dashboard Example](https://github.com/objectql/object-ui/tree/main/examples/dashboard)
- [Form Example](https://github.com/objectql/objectui/tree/main/examples/forms)
- [CRUD Example](https://github.com/objectql/objectui/tree/main/examples/crud)
- [Dashboard Example](https://github.com/objectql/objectui/tree/main/examples/dashboard)

## Need Help?

- 📖 [Full Documentation](/)
- 💬 [GitHub Discussions](https://github.com/objectql/object-ui/discussions)
- 🐛 [Report Issues](https://github.com/objectql/object-ui/issues)
- 💬 [GitHub Discussions](https://github.com/objectql/objectui/discussions)
- 🐛 [Report Issues](https://github.com/objectql/objectui/issues)
- 📧 [Email Support](mailto:hello@objectui.org)
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hero:
link: /ROADMAP
- theme: alt
text: GitHub
link: https://github.com/objectql/object-ui
link: https://github.com/objectql/objectui

features:
- icon: ⚡
Expand Down Expand Up @@ -121,6 +121,6 @@ import { SchemaRenderer } from '@object-ui/react'

## Community

- ⭐ [Star on GitHub](https://github.com/objectql/object-ui)
- ⭐ [Star on GitHub](https://github.com/objectql/objectui)
- 📧 [Email us](mailto:hello@objectui.org)
- 🐛 [Report issues](https://github.com/objectql/object-ui/issues)
- 🐛 [Report issues](https://github.com/objectql/objectui/issues)
6 changes: 3 additions & 3 deletions docs/protocol/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ import {

Help us improve the protocol:

1. [Report issues](https://github.com/objectql/object-ui/issues)
2. [Propose changes](https://github.com/objectql/object-ui/pulls)
3. [Join discussions](https://github.com/objectql/object-ui/discussions)
1. [Report issues](https://github.com/objectql/objectui/issues)
2. [Propose changes](https://github.com/objectql/objectui/pulls)
3. [Join discussions](https://github.com/objectql/objectui/discussions)

## Next Steps

Expand Down
Empty file added docs/public/.nojekyll
Empty file.