Skip to content

No-code in the front, Python in the back. An open-source framework for creating data apps.

License

Notifications You must be signed in to change notification settings

govambam/writer-framework

 
 

Repository files navigation

What is Writer Framework?

Writer Framework is an open-source framework for creating AI applications. Build user interfaces using a visual editor; write the backend code in Python.

Writer Framework is fast and flexible with a clean, easily-testable syntax. It provides separation of concerns between UI and business logic, enabling more complex applications.

Quick Start

Installation

Writer Framework works on Linux, Mac, and Windows. It supports Python versions 3.9.2 through 3.12.

pip install writer

Create and Run Your First App

# Create a demo app
writer hello

# Create a new app
writer create my_app

# Edit your app (opens visual editor)
writer edit my_app

# Run your app
writer run my_app

The writer edit command opens the visual editor in your browser where you can build your UI by dragging and dropping components.

Documentation

For comprehensive guides, tutorials, and API reference, visit the official documentation.

Contributing

See CONTRIBUTING.md

About Writer

Writer is the full-stack generative AI platform for enterprises. Quickly and easily build and deploy generative AI apps with a suite of developer tools fully integrated with our platform of LLMs, graph-based RAG tools, AI guardrails, and more. Learn more at writer.com.

License

This project is licensed under the Apache 2.0 License.

About

No-code in the front, Python in the back. An open-source framework for creating data apps.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.0%
  • Vue 36.4%
  • TypeScript 21.3%
  • JavaScript 0.5%
  • HTML 0.5%
  • CSS 0.3%