Dev Useful Stuff
2.05K subscribers
2 photos
352 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​AMP - (★ 474 on gitHub) is a text editor for your terminal. Heavily inspired by Vi/Vim. AMP aims to take the core interaction model of Vim, simplify it, and bundle in the essential features required for a modern text editor.

#editor #rust #terminal
​​Micro - (★ 8324 on GitHub) is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.

It is quite mature and reliable editor. Micro is a good alternative for Vim or Nano and could be installed on any server. It's worth to try it

#editor #ssh #go
​​Mark Text (★ 1363 on GitHub) is a Markdown editor for Mac, Windows, and Linux. It is a concise text editor, dedicated to improving your editing efficiency. Written on Electron.

Features

● Realtime preview and use snabbdom as its render engine.
● Support CommonMark Spec and GitHub Flavored Markdown Spec.
● Support paragraphs and inline style shortcuts to improve your writing efficiency.
● Output HTML and PDF file.
● Dark and Light themes.
● Various edit mode: Source Code mode, Typewriter mode, Focus mode.

#js #editing #markdown #editor
​​Recently, I posted the GraphQl editor https://xn--r1a.website/dev_useful_stuff/80 and here is another one

GraphQL editor (★ 1,387) - visual node editor for GraphQL. Makes it easier to understand graphql schema. Create schema by joining visual blocks, GraphQL Editor will transform them into code.

With GraphQL Editor you can create visual diagrams without writing any code.

Please take a look at the live demo

#graphql #editor #js #typescript
​​Lapce - (2.2k★) is lightning-fast and Powerful Code Editor written in Rust.

#editor #ide #code
​​Novel - (★4.4k at GitHub) is a notion-style WYSIWYG editor with AI-powered autocompletion. Built with Tiptap, OpenAI, and the Vercel AI SDK

Check their demo video

#ai #editor #frontend #wysiwyg
3👍2
​​Helix - (★ 30k at GitHub) - is a post-modern modal text editor, inspired by Kakoune/Neovim. Written on Rust.

#rust #neovim #nvim #editor
​​Fresh - (★ 4.6k at GitHub) is a text editor for your terminal: easy, powerful and fast.

Why another text editor? Fresh brings the intuitive, conventional UX of editors like VS Code and Sublime Text to the terminal.

While veterans like Emacs and Vim - and newer editors like Neovim and Helix - are excellent for power users who prefer modal, highly specialized workflows, they often present a steep learning curve for those used to standard GUI interactions. Fresh is built for the developer who wants a familiar, non-modal experience out-of-the-box, without sacrificing the speed and portability of the command line. Keyboard bindings, mouse support, menus, command palette etc. are all designed to be familiar to most modern users.

Architecturally, Fresh is built to handle multi-gigabyte files or slow network streams efficiently, maintaining a negligible memory overhead regardless of file size. While traditional editors struggle with latency and RAM bloat on large files, Fresh delivers consistent, high-speed performance on any scale.

#rust #editor #terminal #console
👍3🍓1
​​Blinko - (★ 9k at GitHub) is an AI-powered card note-taking project. Designed for individuals who want to quickly capture and organize their fleeting thoughts. Blinko allows users to seamlessly jot down ideas the moment they strike, ensuring that no spark of creativity is lost.

It is possible to subscribe for a hosted version or host if by yourself running Docker Compose file.

You can choose a number of AI providers available: OpenAI, AzureOpenAI, Anthropic, DeepSeek, Gemini, Grok, OpenRouter and if you want to run it fully locally Ollama is also supported.

#ai #notes #editor
👍21🙏1
​​drawDB - (★ 35.5k at GitHub) is a robust and user-friendly database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export SQL scripts, customize your editor, and more without creating an account.

You can try it for yourself here.

#database #schema #editor
👍3🎄1