Code-editor with AI code-completion using OPENAI API.
Yes, you may find a lot of the parts written by AI.
I'm not a web developer. Any code from AI has been reviewed and iterated upon by me.
Appearance may vary depending on window manager, compositor, and theme.
You can get ghost completion suggestions when writing code in rust and typescript. Of course, it is not extensively tested with different types on syntax but it works (hopefully).
You'll need to set up your API keys:
- Create the config directory:
mkdir -p ~/.plero_keys - Create the env file:
touch ~/.plero_keys/.env - Add your API keys to
~/.plero_keys/.env:OPENAI_API_KEY=your_openai_key_here TAVILY_API_KEY=your_tavily_key_here
See demo.env at the project root for reference.
This uses gpt-4o, gpt-5.1-codex-mini, gpt-5.1-mini for different purposes. Be mindful of costs if trying out.
The services are paid and I can't afford to provide any as a student.
I won't be going much further with this project once I'm done with the basic working features. I started this with the intention to learn web dev and agentic AI. If you want to work on something or have any feature you wanna integrate, feel free to reach out to me. PRs are welcome.